Lines Matching full:texture3d
160 template <> struct TexTypeTcuClass<TEXTURETYPE_3D> { typedef tcu::Texture3D t; };
422 static inline IVec3 getTextureSize (const glu::Texture3D& tex)
424 const tcu::Texture3D& ref = tex.getRefTexture();
457 static inline Vec4 sample (const tcu::Texture3D
1495 glu::Texture3D* m_textures[2]; // 2 textures, a gradient texture and a grid texture.
1574 m_textures[i] = new glu::Texture3D(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight, texDepth);
1630 const tcu::Texture3D& refTexture = m_textures[textureNdx]->getRefTexture();