Home
last modified time | relevance | path

Searched defs:getAccess (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrGenericVector.hpp120 inline float* GenericVec4::getAccess<float> () in getAccess() function in rr::GenericVec4
126 inline const float* GenericVec4::getAccess<float> () const in getAccess() function in rr::GenericVec4
132 inline deUint32* GenericVec4::getAccess<deUint32> () in getAccess() function in rr::GenericVec4
138 inline const deUint32* GenericVec4::getAccess<deUint32> () const in getAccess() function in rr::GenericVec4
144 inline deInt32* GenericVec4::getAccess<deInt32> () in getAccess() function in rr::GenericVec4
150 inline const deInt32* GenericVec4::getAccess<deInt32> () const in getAccess() function in rr::GenericVec4
/third_party/vk-gl-cts/framework/common/
DtcuSurface.hpp105 inline ConstPixelBufferAccess Surface::getAccess (void) const in getAccess() function in tcu::Surface
111 inline PixelBufferAccess Surface::getAccess (void) in getAccess() function in tcu::Surface
DtcuTexture.hpp461 …PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAcc… in getAccess() function in tcu::TextureLevel
462 …ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : C… in getAccess() function in tcu::TextureLevel
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h41 GLenum getAccess() const { return mAccess; } in getAccess() function
114 GLenum getAccess() const { return mState.mAccess; } in getAccess() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h42 GLenum getAccess() const { return mAccess; } in getAccess() function
141 GLenum getAccess() const { return mState.mAccess; } in getAccess() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h65 MemberAccess getAccess() const { in getAccess() function
741 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
802 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
825 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
846 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
880 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
905 MemberAccess getAccess() const { return Attrs.getAccess(); } in getAccess() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp364 tcu::PixelBufferAccess ReferenceRenderer::getAccess (void) in getAccess() function in vkt::pipeline::ReferenceRenderer
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp319 tcu::PixelBufferAccess getAccess (void) { return m_data.getAccess(); } in getAccess() function in sglr::rc::Renderbuffer
320 tcu::ConstPixelBufferAccess getAccess (void) const { return m_data.getAccess(); } in getAccess() function in sglr::rc::Renderbuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp101 PDB_MemberAccess NativeRawSymbol::getAccess() const { in getAccess() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp575 PDB_MemberAccess DIARawSymbol::getAccess() const { in getAccess() function in DIARawSymbol
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp596 PixelBufferAccess getAccess (void) { return getAccessInternal(); } in getAccess() function in deqp::gles31::Functional::__anon68e5f6600111::LayeredImage
600 ConstPixelBufferAccess getAccess (void) const { return getAccessInternal(); } in getAccess() function in deqp::gles31::Functional::__anon68e5f6600111::LayeredImage