Lines Matching refs:texCoord
549 void renderQuad (const float* texCoord,
557 const float* texCoord,
563 const float* texCoord,
571 const float* texCoord,
576 const float* texCoord,
768 std::vector<float> texCoord; in renderTo() local
771 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1); in renderTo()
866 renderQuad(&texCoord[0], samplerParams); in renderTo()
870 void TextureBorderClampTest::renderQuad (const float* texCoord, const glu::TextureTestUtil::Referen… in renderQuad() argument
874 m_renderer->renderQuad(0, texCoord, samplerParams); in renderQuad()
891 glu::va::Float("a_texcoord", 2, 4, 0, texCoord) in renderQuad()
916 std::vector<float> texCoord; in verifyImage() local
919 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1); in verifyImage()
943 &texCoord[0], in verifyImage()
951 &texCoord[0], in verifyImage()
984 &texCoord[0], in verifyImage()
994 &texCoord[0], in verifyImage()
1011 const float* texCoord, in verifyTextureSampleResult() argument
1021 …e(tcu::SurfaceAccess(reference, pixelFormat), m_texture->getRefTexture(), texCoord, samplerParams); in verifyTextureSampleResult()
1024 texCoord, samplerParams, lookupPrecision, lodPrecision, m_testCtx.getWatchDog()); in verifyTextureSampleResult()
1041 const float* texCoord, in verifyTextureCompareResult() argument
1058 …:sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), effectiveView, texCoord, samplerParams); in verifyTextureCompareResult()
1061 texCoord, samplerParams, texComparePrecision, lodPrecision, nonShadowThreshold); in verifyTextureCompareResult()
1070 …texCoord, samplerParams, lowQualityTexComparePrecision, lowQualityLodPrecision, nonShadowThreshold… in verifyTextureCompareResult()
1130 const tcu::Vec2 texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyTextureGatherResult() local
1131 …erenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x(), texCoord.y(), 0, gl… in verifyTextureGatherResult()
1142 …fsetsResultValid(effectiveView, samplerParams.sampler, lookupPrecision, texCoord, 0, glu::getDefau… in verifyTextureGatherResult()
1195 const tcu::Vec2 texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyTextureGatherCmpResult() local
1197 … effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ, texCoord.x(), texCoord.y(), glu::… in verifyTextureGatherCmpResult()
1204 …eResultValid(effectiveView, samplerParams.sampler, texComparePrecision, texCoord, glu::getDefaultG… in verifyTextureGatherCmpResult()
1209 …id(effectiveView, samplerParams.sampler, lowQualityTexComparePrecision, texCoord, glu::getDefaultG… in verifyTextureGatherCmpResult()