Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2D

127 template <> struct TexTypeTcuClass<TEXTURETYPE_2D>			{ typedef tcu::Texture2D		t; };
318 static inline IVec2 getTextureSize (const glu::Texture2D& tex)
320 const tcu::Texture2D& ref = tex.getRefTexture();
356 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), lod); }
412 glu::Texture2D* m_textures[2]; // 2 textures, a gradient texture and a grid texture.
484 m_textures[i] = new glu::Texture2D(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight);
541 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture();