Searched defs:m_refTexture (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTexture.hpp49 tcu::Texture1D& getRefTexture (void) { return m_refTexture; }
50 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; }
61 tcu::Texture1D m_refTexture; member in class:glu::Texture1D
78 tcu::Texture2D& getRefTexture (void) { return m_refTexture; }
79 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; }
97 tcu::Texture2D m_refTexture; member in class:glu::Texture2D
118 tcu::TextureCube& getRefTexture (void) { return m_refTexture; }
119 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; }
136 tcu::TextureCube m_refTexture; member in class:glu::TextureCube
153 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; }
165 tcu::Texture2DArray m_refTexture; member in class:glu::Texture2DArray
194 tcu::Texture1DArray m_refTexture; member in class:glu::Texture1DArray
223 tcu::Texture3D m_refTexture; member in class:glu::Texture3D
252 tcu::TextureCubeArray m_refTexture; member in class:glu::TextureCubeArray
296 tcu::PixelBufferAccess m_refTexture; member in class:glu::TextureBuffer
[all...]

Completed in 48 milliseconds