Searched refs:unpackPixel (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 130 …static void unpackPixel(glw::GLenum format, glw::GLenum type, const glw::GLubyte* pixel, glw::GLdo… 2393 void Utils::unpackPixel(GLenum format, GLenum type, const GLubyte* pixel, GLdouble& out_red, GLdoub… in unpackPixel() function in gl4cts::CopyImage::Utils 2485 unpackPixel(left_format, left_type, left_pixel, left_red, left_green, left_blue, left_alpha); in unpackAndComaprePixels() 2487 …unpackPixel(right_format, right_type, right_pixel, right_red, right_green, right_blue, right_alpha… in unpackAndComaprePixels()
|