Searched refs:roundComponent (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 137 …static inline bool roundComponent(glw::GLenum internal_format, glw::GLenum component, glw::GLdoubl… 2443 inline bool Utils::roundComponent(GLenum internal_format, GLenum component, GLdouble& value) in roundComponent() function in gl4cts::CopyImage::Utils 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() 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()
|