Home | History | Annotate | Download | only in glshared

Lines Matching refs:pixel

872 			const tcu::IVec4	pixel		 = surface.getPixelInt(x, y);
875 const bool isWhite = (pixel[0] == 255) && (pixel[1] == 255) && (pixel[2] == 255);
876 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0);