Home
last modified time | relevance | path

Searched refs:left_red (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp76 static bool comparePixels(glw::GLenum left_internal_format, const glw::GLdouble& left_red,
453 bool Utils::comparePixels(GLenum left_internal_format, const GLdouble& left_red, const GLdouble& le… in comparePixels() argument
462 const GLdouble left_channels[4] = { left_red, left_green, left_blue, left_alpha }; in comparePixels()
2476 GLdouble left_red; in unpackAndComaprePixels() local
2485 unpackPixel(left_format, left_type, left_pixel, left_red, left_green, left_blue, left_alpha); in unpackAndComaprePixels()
2489 roundComponent(left_internal_format, GL_RED, left_red); in unpackAndComaprePixels()
2497 …return comparePixels(left_internal_format, left_red, left_green, left_blue, left_alpha, right_inte… in unpackAndComaprePixels()