Home | History | Annotate | Download | only in functional

Lines Matching refs:pixel

1312 		const tcu::RGBA	pixel		= viewportSurface.getPixel(x, y);
1327 if (pixel.getRed() != 0 || pixel.getGreen() != 0 || pixel.getBlue() != 0)
1334 if (pixel.getGreen() != 255 || pixel.getBlue() != 0)
2060 ? (tcu::IVec2(lineRenderWidth, lineRenderWidth+1)) // multisampled "smooth" lines may spread to neighboring pixel
3892 const tcu::RGBA pixel = viewport.getPixel(x, y);
3896 if (pixel.getGreen() != 255 || pixel.getBlue() != 0)
4297 const tcu::IVec4 pixel = result.getPixelInt(x, y);
4300 if (pixel[1] != 255 || pixel[2] != 0)
4637 const tcu::IVec4 pixel = result.getPixelInt(x, y);
4644 if ((insideMeshArea && (pixel[1] != 255 || pixel[2] != 0)) ||
4645 (outsideMeshArea && (pixel[0] != 0 || pixel[1] != 0 || pixel[2] != 0)))