Searched refs:right_red (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 79 const glw::GLdouble& right_red, const glw::GLdouble& right_green, 455 const GLdouble& right_red, const GLdouble& right_green, const GLdouble& right_blue, in comparePixels() argument 464 const GLdouble right_channels[4] = { right_red, right_green, right_blue, right_alpha }; in comparePixels() 2480 GLdouble right_red; in unpackAndComaprePixels() local 2487 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels() 2493 roundComponent(right_internal_format, GL_RED, right_red); in unpackAndComaprePixels() 2498 right_red, right_green, right_blue, right_alpha); in unpackAndComaprePixels()
|