Lines Matching refs:textureRef
487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y)
500 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess());
556 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
565 renderReferences(textureRef, samplerRef, x, y);
570 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT))
1028 void MultiTextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y)
1051 glu::readPixels(m_renderCtx, x, y, textureRef.getAccess());
1145 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1154 renderReferences(textureRef, samplerRef, x, y);
1159 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT))