Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp78 const glw::GLdouble& left_alpha, glw::GLenum right_internal_format,
135 glw::GLenum right_internal_format, const glw::GLubyte* right_pixel);
454 const GLdouble& left_blue, const GLdouble& left_alpha, GLenum right_internal_format, in comparePixels() argument
459 const GLuint right_n_channels = getNumberOfChannels(right_internal_format); in comparePixels()
471 const GLdouble right_eps = getEpsilon(right_internal_format); in comparePixels()
2474 GLenum right_internal_format, const GLubyte* right_pixel) in unpackAndComaprePixels() argument
2493 roundComponent(right_internal_format, GL_RED, right_red); in unpackAndComaprePixels()
2494 roundComponent(right_internal_format, GL_GREEN, right_green); in unpackAndComaprePixels()
2495 roundComponent(right_internal_format, GL_BLUE, right_blue); in unpackAndComaprePixels()
2497 …arePixels(left_internal_format, left_red, left_green, left_blue, left_alpha, right_internal_format, in unpackAndComaprePixels()