Home
last modified time | relevance | path

Searched defs:expected_green (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp706 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
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1918 const GLbyte expected_green = 0; in verifyInvalidResults() local
1959 const GLfloat expected_green = 0.0f; in verifyInvalidResults() local
2170 const GLbyte expected_green = static_cast<GLubyte>((i / 16) - 8); in verifyValidResults() local
2211 const GLfloat expected_green in verifyValidResults() local
2755 const GLbyte expected_green = 0; verifyInvalidResults() local
2796 const GLfloat expected_green = 0.0f; verifyInvalidResults() local
3002 const GLbyte expected_green = static_cast<GLubyte>((i / 16) - 8); verifyValidResults() local
3042 const GLfloat expected_green = (GLfloat)(i / 16) / 16.0f; verifyValidResults() local
[all...]

Completed in 6 milliseconds