Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1960 const GLfloat expected_blue = 0.0f; in verifyInvalidResults() local
1973 (de::abs(expected_blue - drawn_blue) > precision) || in verifyInvalidResults()
1979 << ", " << expected_green << ", " << expected_blue << ", " << expected_alpha_0 in verifyInvalidResults()
2212 const GLfloat expected_blue = (GLfloat)i / 256.0f; in verifyValidResults() local
2220 if ((expected_red != drawn_red) || (expected_green != drawn_green) || (expected_blue != drawn_blue) || in verifyValidResults()
2225 << ", " << expected_green << ", " << expected_blue << ", " << expected_alpha in verifyValidResults()
2797 const GLfloat expected_blue = 0.0f; in verifyInvalidResults() local
2805 if ((expected_red != drawn_red) || (expected_green != drawn_green) || (expected_blue != drawn_blue) || in verifyInvalidResults()
2810 << ", " << expected_green << ", " << expected_blue << ", " << expected_alpha in verifyInvalidResults()
3043 const GLfloat expected_blue in verifyValidResults() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp162 unsigned char expected_green = 0, unsigned char expected_blue = 0,
H A DesextcTestCaseBase.cpp696 * @param expected_blue Expected value of blue channel, default is 0
708 unsigned char expected_green, unsigned char expected_blue, in comparePixel()
739 result &= (expected_blue == buffer[texel_offset + 2]); in comparePixel()
706 comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned int pixel_size, unsigned char expected_red, unsigned char expected_green, unsigned char expected_blue, unsigned char expected_alpha) const comparePixel() argument

Completed in 7 milliseconds