Searched defs:samplerResult (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp510 void TextureSamplerTest::renderResults (tcu::Surface& textureResult, tcu::Surface& samplerResult, int x, int y) argument
537 glu::readPixels(m_renderCtx, x, y, samplerResult.getAccess());
560 tcu::Surface samplerResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
566 renderResults(textureResult, samplerResult, 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);
1072 void MultiTextureSamplerTest::renderResults (tcu::Surface& textureResult, tcu::Surface& samplerResult, int x, int y) argument
1115 glu::readPixels(m_renderCtx, x, y, samplerResult.getAccess());
1151 tcu::Surface samplerResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1157 renderResults(textureResult, samplerResult, x, y);
1159 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tc
[all...]

Completed in 129 milliseconds