Lines Matching refs:samplerRef
487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y)
504 glu::readPixels(m_renderCtx, x, y, samplerRef.getAccess());
557 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
565 renderReferences(textureRef, samplerRef, x, y);
568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
1028 void MultiTextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y)
1067 glu::readPixels(m_renderCtx, x, y, samplerRef.getAccess());
1146 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1154 renderReferences(textureRef, samplerRef, x, y);
1157 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);