Searched defs:getAccess (Results 1 - 25 of 33) sorted by relevance

12

/external/deqp/framework/common/
H A DtcuSurface.hpp59 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 DtcuTexture.hpp401 * 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 DrrGenericVector.hpp87 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 DDeclAccessPair.h45 AccessSpecifier getAccess() const { function in class:clang::DeclAccessPair
50 set(D, getAccess());
H A DUnresolvedSet.h46 AccessSpecifier getAccess() const { return I->getAccess(); } function in class:clang::UnresolvedSetIterator
H A DDependentDiagnostic.h67 AccessSpecifier getAccess() const { function in class:clang::DependentDiagnostic
H A DDeclBase.h423 AccessSpecifier getAccess() const { function in class:clang::Decl
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassHeaderReader.java37 public int getAccess() { method in class:ClassHeaderReader
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp187 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 DClassReader.java216 public int getAccess() { method in class:ClassReader
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassEmitter.java90 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 DDelayedDiagnostic.h49 : 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 DDIARawSymbol.cpp420 PDB_MemberAccess DIARawSymbol::getAccess() const { function in class:DIARawSymbol
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp319 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 Des31fShaderImageLoadStoreTests.cpp588 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 Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-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 Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...

Completed in 9575 milliseconds

12