Searched defs:getAccess (Results 1 - 25 of 36) 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.hpp406 * be queried using getAccess().
426 PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); } function in class:tcu::TextureLevel
427 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/llvm/include/llvm/DebugInfo/CodeView/
H A DFieldListRecordBuilder.h28 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::MethodInfo
H A DTypeRecord.h38 MemberAccess getAccess() const { function in struct:llvm::codeview::MemberAttributes
906 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::OneMethodRecord
1006 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::DataMemberRecord
1039 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::StaticDataMemberRecord
1069 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::EnumeratorRecord
1122 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::BaseClassRecord
1153 MemberAccess getAccess() const { return Access; } function in class:llvm::codeview::VirtualBaseClassRecord
/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.h429 AccessSpecifier getAccess() const { function
/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/annotation-tools/asmx/src/org/objectweb/asm/xml/
H A DASMContentHandler.java657 protected final int getAccess(String s) { method in class:ASMContentHandler.Rule
754 int access = getAccess((String) vals.get("access"));
786 int access = getAccess(attrs.getValue("access"));
801 int access = getAccess(attrs.getValue("access"));
857 int access = getAccess((String) vals.get("access"));
/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.cpp433 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/annotation-tools/asmx/test/lib/
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp589 PixelBufferAccess getAccess (void) { return getAccessInternal(); } function in class:deqp::gles31::Functional::__anon5426::LayeredImage
593 ConstPixelBufferAccess getAccess (void) const { return getAccessInternal(); } function in class:deqp::gles31::Functional::__anon5426::LayeredImage
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);
966 const PixelBufferAccess resultSliceAccess = resultSlice.getAccess();
[all...]
/external/annotation-tools/asmx/
H A Djanino.jarMETA-INF/ META-INF/MANIFEST.MF org/codehaus/janino/ org/codehaus/janino/samples/ org/codehaus/janino/ ...
/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/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/annotation-tools/annotation-file-utilities/lib/
H A Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/ALLPerfTest$1. ...

Completed in 2821 milliseconds

12