/external/deqp/framework/common/ |
H A D | tcuSurface.hpp | 59 ConstPixelBufferAccess getAccess (void) const; 60 PixelBufferAccess getAccess (void); 105 inline ConstPixelBufferAccess Surface::getAccess (void) const function in class:tcu::Surface 111 inline PixelBufferAccess Surface::getAccess (void) function in class:tcu::Surface
|
H A D | tcuTexture.hpp | 401 * be queried using getAccess(). 421 PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); } function in class:tcu::TextureLevel 422 ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); } function in class:tcu::TextureLevel
|
/external/deqp/framework/referencerenderer/ |
H A D | 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 () cons 112 inline float* GenericVec4::getAccess<float> () function in class:rr::GenericVec4 118 inline const float* GenericVec4::getAccess<float> () const function in class:rr::GenericVec4 124 inline deUint32* GenericVec4::getAccess<deUint32> () function in class:rr::GenericVec4 130 inline const deUint32* GenericVec4::getAccess<deUint32> () const function in class:rr::GenericVec4 136 inline deInt32* GenericVec4::getAccess<deInt32> () function in class:rr::GenericVec4 142 inline const deInt32* GenericVec4::getAccess<deInt32> () const function in class:rr::GenericVec4 [all...] |
/external/clang/include/clang/AST/ |
H A D | DeclAccessPair.h | 45 AccessSpecifier getAccess() const { function in class:clang::DeclAccessPair 50 set(D, getAccess());
|
H A D | UnresolvedSet.h | 46 AccessSpecifier getAccess() const { return I->getAccess(); } function in class:clang::UnresolvedSetIterator
|
H A D | DependentDiagnostic.h | 67 AccessSpecifier getAccess() const { function in class:clang::DependentDiagnostic
|
H A D | DeclBase.h | 423 AccessSpecifier getAccess() const { function in class:clang::Decl
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
H A D | ClassHeaderReader.java | 37 public int getAccess() { method in class:ClassHeaderReader
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | 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(), defaultClearStenci 318 tcu::PixelBufferAccess ReferenceRenderer::getAccess (void) function in class:vkt::pipeline::ReferenceRenderer [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
H A D | ClassReader.java | 216 public int getAccess() {
method in class:ClassReader
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
H A D | ClassEmitter.java | 90 if (TypeUtils.isInterface(getAccess())) { 108 public int getAccess() { method in class:ClassEmitter 144 if (sig.equals(Constants.SIG_STATIC) && !TypeUtils.isInterface(getAccess())) {
|
/external/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 49 : Access(FoundDecl.getAccess()), IsMember(true), 67 AccessSpecifier getAccess() const { return AccessSpecifier(Access); } function in class:clang::sema::AccessedEntity
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 420 PDB_MemberAccess DIARawSymbol::getAccess() const { function in class:DIARawSymbol
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 319 tcu::PixelBufferAccess getAccess (void) { return m_data.getAccess(); } function in class:sglr::rc::Renderbuffer 320 tcu::ConstPixelBufferAccess getAccess (void) const { return m_data.getAccess(); } function in class:sglr::rc::Renderbuffer 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()); }
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 588 PixelBufferAccess getAccess (void) { return getAccessInternal(); } function in class:deqp::gles31::Functional::__anon4694::LayeredImage 592 ConstPixelBufferAccess getAccess (void) const { return getAccessInternal(); } function in class:deqp::gles31::Functional::__anon4694::LayeredImage 600 // Some helpers to reduce code duplication between const/non-const versions of getAccess and others. 661 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess(); 667 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess(); 754 glLog.glBufferData(GL_TEXTURE_BUFFER, src.getFormat().getPixelSize() * imageSize.x(), src.getAccess().getDataPtr(), GL_STATIC_DRAW); 757 glLog.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, imageSize.x(), imageSize.y(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr()); 770 glLog.glTexSubImage3D(textureTarget, 0, 0, 0, 0, imageSize.x(), imageSize.y(), imageSize.z(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr()); 866 readPixelsRGBAInteger32(resultSlice.getAccess(), 0, 0, glLog); 965 const PixelBufferAccess resultSliceAccess = resultSlice.getAccess(); [all...] |
/external/jarjar/lib/ |
H A D | asm-4.0.jar | META-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | asm-3.3.jar | META-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ... |
H A D | asm-xml-3.3.jar | META-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ... |
/external/dexmaker/lib/ |
H A D | jarjar.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
/external/guice/lib/build/ |
H A D | jarjar-1.1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
H A D | asm-5.0.3.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ... |
/external/testng/lib-supplied/ |
H A D | jarjar-issue-21.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.objectweb.asm_3.2.0.v200909071300.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/persist/lib/ |
H A D | cglib-nodep-3.0.jar | META-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ... |
/external/jacoco/ |
H A D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |