Searched defs:expected_red (Results 1 – 2 of 2) sorted by relevance
1890 const GLubyte expected_red = 0; in verifyInvalidResults() local1921 const GLbyte expected_red = 0; in verifyInvalidResults() local1962 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local2008 const GLuint expected_red = 0; in verifyInvalidResults() local2093 const GLuint expected_red = 1; in verifyInvalidResults() local2142 const GLubyte expected_red = static_cast<GLubyte>(i); in verifyValidResults() local2173 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); in verifyValidResults() local2214 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; in verifyValidResults() local2253 const GLuint expected_red = i; in verifyValidResults() local2343 const GLuint expected_red = 1; in verifyValidResults() local[all …]
707 … unsigned int height, unsigned int pixel_size, unsigned char expected_red, in comparePixel()