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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp137 static inline bool roundComponent(glw::GLenum internal_format, glw::GLenum component, glw::GLdouble& value);
2443 inline bool Utils::roundComponent(GLenum internal_format, GLenum component, GLdouble& value) function in class:gl4cts::CopyImage::Utils
2489 roundComponent(left_internal_format, GL_RED, left_red);
2490 roundComponent(left_internal_format, GL_GREEN, left_green);
2491 roundComponent(left_internal_format, GL_BLUE, left_blue);
2493 roundComponent(right_internal_format, GL_RED, right_red);
2494 roundComponent(right_internal_format, GL_GREEN, right_green);
2495 roundComponent(right_internal_format, GL_BLUE, right_blue);

Completed in 103 milliseconds