Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTexture.hpp50 tcu::Texture1D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1D
51 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1D
79 tcu::Texture2D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2D
80 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2D
132 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::TextureCube
133 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::TextureCube
168 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray
169 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray
201 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray
202 const tcu::Texture1DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray
[all …]