HomeSort by relevance Sort by last modified time
    Searched defs:getAccess (Results 1 - 25 of 48) sorted by null

1 2

  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 87 getAccess<ScalarType>()[0] = value[0];
88 getAccess<ScalarType>()[1] = value[1];
89 getAccess<ScalarType>()[2] = value[2];
90 getAccess<ScalarType>()[3] = value[3];
98 getAccess<ScalarType>()[0],
99 getAccess<ScalarType>()[1],
100 getAccess<ScalarType>()[2],
101 getAccess<ScalarType>()[3]);
105 inline ScalarType* getAccess ();
108 inline const ScalarType* getAccess () const
    [all...]
  /external/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
DependentDiagnostic.h 67 AccessSpecifier getAccess() const {
UnresolvedSet.h 55 AccessSpecifier getAccess() const { return ir->getAccess(); }
DeclBase.h 409 AccessSpecifier getAccess() const {
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ClassEmitter.java 90 if (TypeUtils.isInterface(getAccess())) {
108 public int getAccess() {
144 if (sig.equals(Constants.SIG_STATIC) && !TypeUtils.isInterface(getAccess())) {
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 132 inline int getAccess(int accType, struct stat *buffer, char *p_path)
617 status=getAccess (os_mode, &buffer, (char*)p_path);
706 status = getAccess(6, &buffer, dirName);
721 BTIF_TRACE_WARNING( "bta_fs_co_rmdir()::getAccess(dirName) FAILED");
728 status = getAccess(6, &buffer, (char*)p_path);
741 BTIF_TRACE_DEBUG( "bta_fs_co_rmdir()::getAccess(p_path) FAILED");
804 status=getAccess (6, &buffer, dirName);
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 37 public int getAccess() {
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 49 : Access(FoundDecl.getAccess()), IsMember(true),
67 AccessSpecifier getAccess() const { return AccessSpecifier(Access); }
  /external/deqp/framework/common/
tcuTexture.hpp 325 * be queried using getAccess().
344 PixelBufferAccess getAccess (void) { return PixelBufferAccess(m_format, m_width, m_height, m_depth, getPtr()); }
345 ConstPixelBufferAccess getAccess (void) const { return ConstPixelBufferAccess(m_format, m_width, m_height, m_depth, getPtr()); }
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 216 public int getAccess() {
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 314 tcu::PixelBufferAccess getAccess (void) { return m_data.getAccess(); }
315 tcu::ConstPixelBufferAccess getAccess (void) const { return m_data.getAccess(); }
588 rr::MultisamplePixelBufferAccess getColorbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorbuffer.getAccess()); }
589 rr::MultisamplePixelBufferAccess getDepthbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthbuffer.getAccess()); }
590 rr::MultisamplePixelBufferAccess getStencilbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_stencilbuffer.getAccess()); }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 578 PixelBufferAccess getAccess (void) { return getAccessInternal(); }
582 ConstPixelBufferAccess getAccess (void) const { return getAccessInternal(); }
590 // Some helpers to reduce code duplication between const/non-const versions of getAccess and others.
651 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
657 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
744 glLog.glBufferData(GL_TEXTURE_BUFFER, src.getFormat().getPixelSize() * imageSize.x(), src.getAccess().getDataPtr(), GL_STATIC_DRAW);
747 glLog.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, imageSize.x(), imageSize.y(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr());
760 glLog.glTexSubImage3D(textureTarget, 0, 0, 0, 0, imageSize.x(), imageSize.y(), imageSize.z(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr());
856 readPixelsRGBAInteger32(resultSlice.getAccess(), 0, 0, glLog);
    [all...]
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
asm-xml-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
asm-xml-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/dexmaker/lib/
jarjar.jar 

Completed in 539 milliseconds

1 2