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

1 2 3 4 5

  /external/deqp/framework/common/
tcuSurface.hpp 59 ConstPixelBufferAccess getAccess (void) const;
60 PixelBufferAccess getAccess (void);
105 inline ConstPixelBufferAccess Surface::getAccess (void) const
111 inline PixelBufferAccess Surface::getAccess (void)
tcuTexture.hpp 403 * be queried using getAccess().
423 PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); }
424 ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); }
    [all...]
  /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/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 28 MemberAccess getAccess() const { return Access; }
TypeRecord.h 38 MemberAccess getAccess() const {
906 MemberAccess getAccess() const { return Access; }
    [all...]
  /external/clang/include/clang/AST/
DeclAccessPair.h 45 AccessSpecifier getAccess() const {
50 set(D, getAccess());
DependentDiagnostic.h 67 AccessSpecifier getAccess() const {
UnresolvedSet.h 46 AccessSpecifier getAccess() const { return I->getAccess(); }
DeclBase.h 429 AccessSpecifier getAccess() const {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 187 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
188 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
192 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
193 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
202 tcu::clear(m_colorBuffer.getAccess(), clearColor);
203 tcu::clear(m_resolveColorBuffer.getAccess(), clearColor);
211 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth());
213 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
214 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
219 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil())
    [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/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 433 PDB_MemberAccess DIARawSymbol::getAccess() const {
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 319 tcu::PixelBufferAccess getAccess (void) { return m_data.getAccess(); }
320 tcu::ConstPixelBufferAccess getAccess (void) const { return m_data.getAccess(); }
593 rr::MultisamplePixelBufferAccess getColorbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorbuffer.getAccess()); }
594 rr::MultisamplePixelBufferAccess getDepthbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthbuffer.getAccess()); }
595 rr::MultisamplePixelBufferAccess getStencilbuffer (void) { return rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_stencilbuffer.getAccess()); }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 589 PixelBufferAccess getAccess (void) { return getAccessInternal(); }
593 ConstPixelBufferAccess getAccess (void) const { return getAccessInternal(); }
601 // Some helpers to reduce code duplication between const/non-const versions of getAccess and others.
662 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
668 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
755 glLog.glBufferData(GL_TEXTURE_BUFFER, src.getFormat().getPixelSize() * imageSize.x(), src.getAccess().getDataPtr(), GL_STATIC_DRAW);
758 glLog.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, imageSize.x(), imageSize.y(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr());
771 glLog.glTexSubImage3D(textureTarget, 0, 0, 0, 0, imageSize.x(), imageSize.y(), imageSize.z(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr());
867 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/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/asm/asm/3.3.1/
asm-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 

Completed in 3484 milliseconds

1 2 3 4 5