Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTexture.hpp49 tcu::Texture1D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1D
50 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1D
78 tcu::Texture2D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2D
79 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2D
118 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::TextureCube
119 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::TextureCube
153 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray
154 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray
182 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray
183 const tcu::Texture1DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray
[all …]