Home
last modified time | relevance | path

Searched defs:expected_red (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp1891 const GLubyte expected_red = 0; in verifyInvalidResults() local
1922 const GLbyte expected_red = 0; in verifyInvalidResults() local
1963 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local
2009 const GLuint expected_red = 0; in verifyInvalidResults() local
2094 const GLuint expected_red = 1; in verifyInvalidResults() local
2143 const GLubyte expected_red = static_cast<GLubyte>(i); in verifyValidResults() local
2174 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); in verifyValidResults() local
2215 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; in verifyValidResults() local
2254 const GLuint expected_red = i; in verifyValidResults() local
2344 const GLuint expected_red = 1; in verifyValidResults() local
[all …]
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp697 unsigned int height, unsigned int pixel_size, unsigned char expected_red, in comparePixel()