Lines Matching refs:getPixel

943 			dst.setPixel(src.getPixel((int)s, 0) * colorScale + colorBias, x, y);
1274 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1275 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1381 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1382 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1588 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1589 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1762 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1763 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1929 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1930 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2038 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2039 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2235 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2236 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2401 const tcu::Vec4 resPix = result.getPixel(px, py);
2402 const tcu::Vec4 refPix = reference.getPixel(px, py);
2515 const tcu::Vec4 resPix = result.getPixel(px, py);
2516 const tcu::Vec4 refPix = reference.getPixel(px, py);
2637 const tcu::Vec4 resPix = result.getPixel(px, py);
2638 const tcu::Vec4 refPix = reference.getPixel(px, py);
2731 const tcu::Vec4 result = dst.getPixel(x, y);
2767 const tcu::Vec4 result = dst.getPixel(x, y);
2794 const tcu::Vec4 result = dst.getPixel(x, y);
2810 const tcu::Vec4 sample = src.getPixel(sx, sy);