Lines Matching full:texture2darray
157 template <> struct TexTypeTcuClass<TEXTURETYPE_2D_ARRAY> { typedef tcu::Texture2DArray t; };
414 static inline IVec3 getTextureSize (const glu::Texture2DArray& tex)
416 const tcu::Texture2DArray& ref = tex.getRefTexture();
454 static inline Vec4 sample (const tcu::Texture2DArray& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); }
1154 glu::Texture2DArray* m_textures[2]; // 2 textures, a gradient texture and a grid texture.
1232 m_textures[i] = new glu::Texture2DArray(m_context.getRenderContext(), GL_RGB, GL_UNSIGNED_BYTE, texWidth, texHeight, texLayers);
1288 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture();