Searched refs:left_internal_format (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp76 static bool comparePixels(glw::GLenum left_internal_format, const glw::GLdouble& left_red,
133 static bool unpackAndComaprePixels(glw::GLenum left_format, glw::GLenum left_type, glw::GLenum left_internal_format,
440 * @param left_internal_format Internal format of left image
453 bool Utils::comparePixels(GLenum left_internal_format, const GLdouble& left_red, const GLdouble& left_green, argument
458 const GLuint left_n_channels = getNumberOfChannels(left_internal_format);
470 const GLdouble left_eps = getEpsilon(left_internal_format);
2463 * @param left_internal_format Internal format of left image
2472 bool Utils::unpackAndComaprePixels(GLenum left_format, GLenum left_type, GLenum left_internal_format, argument
2489 roundComponent(left_internal_format, GL_RED, left_red);
2490 roundComponent(left_internal_format, GL_GREE
[all...]

Completed in 49 milliseconds