Lines Matching refs:py
1126 for (int py = 0; py < reference.getHeight(); ++py)
1129 const tcu::Vec2 viewportCoord = (tcu::Vec2((float)px, (float)py) + tcu::Vec2(0.5f)) / tcu::Vec2((float)reference.getWidth(), (float)reference.getHeight());
1133 const tcu::Vec4 resultPixel = renderedFrame.getPixel(px, py);
1136 reference.setPixel(px, py, gls::TextureTestUtil::toRGBAMasked(referenceValue, fbColormask));
1144 errorMask.setPixel(px, py, tcu::RGBA::red());
1191 for (int py = 0; py < reference.getHeight(); ++py)
1194 const tcu::Vec2 viewportCoord = (tcu::Vec2((float)px, (float)py) + tcu::Vec2(0.5f)) / tcu::Vec2((float)reference.getWidth(), (float)reference.getHeight());
1198 const tcu::Vec4 resultValue = renderedFrame.getPixel(px, py);
1200 reference.setPixel(px, py, gls::TextureTestUtil::toRGBAMasked(referenceValue, fbColormask));
1211 errorMask.setPixel(px, py, tcu::RGBA::red());