• Home
  • Raw
  • Download

Lines Matching refs:getRefTexture

50 	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
231 tcu::Texture3D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture3D
232 const tcu::Texture3D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture3D
264 tcu::TextureCubeArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::TextureCubeArray
265 const tcu::TextureCubeArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::TextureCubeArray