Home | History | Annotate | Download | only in functional

Lines Matching defs:texCoord

154 	vector<float>		texCoord;
160 computeQuadTexCoord2D (texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f));
165 renderer.renderQuad (0, &texCoord[0], gls::TextureTestUtil::TEXTURETYPE_2D);
207 vector<float> texCoord;
217 computeQuadTexCoordCube (texCoord, (tcu::CubeFace)face);
221 renderer.renderQuad (0, &texCoord[0], gls::TextureTestUtil::TEXTURETYPE_CUBE);