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

/external/deqp/framework/opengl/
H A DgluTexture.hpp50 tcu::Texture1D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture1D
51 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture1D
79 tcu::Texture2D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture2D
80 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture2D
132 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } function in class:glu::TextureCube
133 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } function in class:glu::TextureCube
168 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture2DArray
169 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture2DArray
201 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture1DArray
202 const tcu::Texture1DArray& getRefTexture (voi function in class:glu::Texture1DArray
231 tcu::Texture3D& getRefTexture (void) { return m_refTexture; } function in class:glu::Texture3D
232 const tcu::Texture3D& getRefTexture (void) const { return m_refTexture; } function in class:glu::Texture3D
264 tcu::TextureCubeArray& getRefTexture (void) { return m_refTexture; } function in class:glu::TextureCubeArray
265 const tcu::TextureCubeArray& getRefTexture (void) const { return m_refTexture; } function in class:glu::TextureCubeArray
[all...]

Completed in 102 milliseconds