Home | History | Annotate | Download | only in functional

Lines Matching defs:texCoord

229 	const float texCoord[] =
239 glu::va::Float("a_texCoord", 2, 4, 0, &texCoord[0])
294 const float texCoord[] =
304 glu::va::Float("a_texCoord", 3, 4, 0, &texCoord[0])
329 static void blitStencilToColorCube (const glu::RenderContext& renderCtx, deUint32 srcTex, const float* texCoord, int width, int height)
363 glu::va::Float("a_texCoord", 3, 4, 0, texCoord)
671 vector<float> texCoord;
689 gls::TextureTestUtil::computeQuadTexCoordCube(texCoord, tcu::CUBEFACE_NEGATIVE_X, Vec2(-1.5f, -1.3f), Vec2(1.3f, 1.4f));
706 blitStencilToColorCube(renderCtx, *depthStencilTex, &texCoord[0], renderWidth, renderHeight);
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));