Searched defs:expected_red (Results 1 – 2 of 2) sorted by relevance
1891 const GLubyte expected_red = 0; in verifyInvalidResults() local1922 const GLbyte expected_red = 0; in verifyInvalidResults() local1963 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local2009 const GLuint expected_red = 0; in verifyInvalidResults() local2094 const GLuint expected_red = 1; in verifyInvalidResults() local2143 const GLubyte expected_red = static_cast<GLubyte>(i); in verifyValidResults() local2174 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); in verifyValidResults() local2215 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; in verifyValidResults() local2254 const GLuint expected_red = i; in verifyValidResults() local2344 const GLuint expected_red = 1; in verifyValidResults() local[all …]
697 unsigned int height, unsigned int pixel_size, unsigned char expected_red, in comparePixel()