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

/external/deqp/framework/opengl/
H A DgluTexture.hpp49 tcu::Texture1D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture1D
50 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture1D
78 tcu::Texture2D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture2D
79 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture2D
118 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } function in class:glu::TextureCube
119 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } function in class:glu::TextureCube
153 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture2DArray
154 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture2DArray
182 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture1DArray
183 const tcu::Texture1DArray& getRefTexture (voi function in class:glu::Texture1DArray
211 tcu::Texture3D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture3D
212 const tcu::Texture3D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture3D
240 tcu::TextureCubeArray& getRefTexture (void) { return m_refTexture; } function in class:glu::TextureCubeArray
241 const tcu::TextureCubeArray& getRefTexture (void) const { return m_refTexture; } function in class:glu::TextureCubeArray
267 const tcu::PixelBufferAccess& getRefTexture (void) { return m_refTexture; } function in class:glu::TextureBuffer
268 const tcu::ConstPixelBufferAccess& getRefTexture (void) const { return m_refTexture; } function in class:glu::TextureBuffer
[all...]

Completed in 302 milliseconds