Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1890 const GLubyte expected_red = 0; in verifyInvalidResults() local
1921 const GLbyte expected_red = 0; in verifyInvalidResults() local
1962 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local
2008 const GLuint expected_red = 0; in verifyInvalidResults() local
2093 const GLuint expected_red = 1; in verifyInvalidResults() local
2142 const GLubyte expected_red = static_cast<GLubyte>(i); in verifyValidResults() local
2173 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); in verifyValidResults() local
2214 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; in verifyValidResults() local
2253 const GLuint expected_red = i; in verifyValidResults() local
2343 const GLuint expected_red = 1; in verifyValidResults() local
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp707 … unsigned int height, unsigned int pixel_size, unsigned char expected_red, in comparePixel()