Searched refs:left_internal_format (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 76 static bool comparePixels(glw::GLenum left_internal_format, const glw::GLdouble& left_red, 133 …kAndComaprePixels(glw::GLenum left_format, glw::GLenum left_type, glw::GLenum left_internal_format, 453 bool Utils::comparePixels(GLenum left_internal_format, const GLdouble& left_red, const GLdouble& le… in comparePixels() argument 458 const GLuint left_n_channels = getNumberOfChannels(left_internal_format); in comparePixels() 470 const GLdouble left_eps = getEpsilon(left_internal_format); in comparePixels() 2472 …ol Utils::unpackAndComaprePixels(GLenum left_format, GLenum left_type, GLenum left_internal_format, in unpackAndComaprePixels() argument 2489 roundComponent(left_internal_format, GL_RED, left_red); in unpackAndComaprePixels() 2490 roundComponent(left_internal_format, GL_GREEN, left_green); in unpackAndComaprePixels() 2491 roundComponent(left_internal_format, GL_BLUE, left_blue); in unpackAndComaprePixels() 2497 …return comparePixels(left_internal_format, left_red, left_green, left_blue, left_alpha, right_inte… in unpackAndComaprePixels()
|