Lines Matching defs:rendered

113 	void verifyTestResult(const float* texCoords, const tcu::Surface& rendered, const TextureType& reference,
194 void Texture3DBase::verifyTestResult(const float* texCoords, const tcu::Surface& rendered, const TextureType& reference,
211 if (verifyTextureResult(m_testCtx, rendered.getAccess(), reference, texCoords, refParams, lookupPrecision,
227 if (verifyTextureResult(m_testCtx, rendered.getAccess(), reference, texCoords, refParams, lookupPrecision,
608 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
656 glu::readPixels(m_context.getRenderContext(), 0, 0, rendered.getAccess());
658 // Compare rendered image to reference.
661 verifyTestResult(texCoord[0].getPtr(), rendered, curCase.texture->getRefTexture(), refParams, isNearestOnly);
773 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
774 glu::readPixels(m_context.getRenderContext(), 0, 0, rendered.getAccess());
776 // Compare rendered image to reference.
777 verifyTestResult(texCoord[0].getPtr(), rendered, texture.getRefTexture(), refParams, false);
819 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
898 glu::readPixels(m_context.getRenderContext(), 0, 0, rendered.getAccess());
900 // Compare rendered image to reference.
901 verifyTestResult(texCoord[0].getPtr(), rendered, texture.getRefTexture(), refParams, false);
1010 // Compare image rendered to selected layer of 3d texture to reference.
1011 tcu::Surface rendered(m_width, m_height);
1012 glu::readPixels(m_context.getRenderContext(), 0, 0, rendered.getAccess());
1013 verifyTestResult(texCoord[0].getPtr(), rendered, texture2D.getRefTexture(), refParams, false);