Searched defs:expected_red (Results 1 – 2 of 2) sorted by relevance
1886 const GLubyte expected_red = 0; in verifyInvalidResults() local1917 const GLbyte expected_red = 0; in verifyInvalidResults() local1958 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local2004 const GLuint expected_red = 0; in verifyInvalidResults() local2089 const GLuint expected_red = 1; in verifyInvalidResults() local2138 const GLubyte expected_red = static_cast<GLubyte>(i); in verifyValidResults() local2169 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); in verifyValidResults() local2210 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; in verifyValidResults() local2249 const GLuint expected_red = i; in verifyValidResults() local2339 const GLuint expected_red = 1; in verifyValidResults() local[all …]
697 unsigned int height, unsigned int pixel_size, unsigned char expected_red, in comparePixel()