HomeSort by relevance Sort by last modified time
    Searched defs:expected_red (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 525 const GLubyte expected_red = (GLubyte)i; local
528 if (expected_red != drawn_red)
531 << ". Expected value: " << (GLuint)expected_red
561 const GLbyte expected_red = (GLubyte)(i % 16); local
566 if ((expected_red != drawn_red) || (expected_green != drawn_green))
570 << ". Expected value: " << (GLint)expected_red << ", " << (GLint)expected_green
602 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; local
611 if ((expected_red != drawn_red) || (expected_green != drawn_green) || (expected_blue != drawn_blue) ||
616 << drawn_blue << ", " << drawn_alpha << ". Expected value: " << expected_red << ", "
643 const GLuint expected_red = i local
727 const GLuint expected_red = 1; local
1072 const GLfloat expected_red = (GLfloat)(i % 16) \/ 16.0f; local
1116 const GLuint expected_red = i; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 1877 const GLubyte expected_red = 0; local
1913 const GLbyte expected_red = 0; local
1954 const GLfloat expected_red = 0.0f; local
2005 const GLuint expected_red = 0; local
2092 const GLuint expected_red = 1; local
2147 const GLubyte expected_red = static_cast<GLubyte>(i); local
2183 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); local
2224 const GLfloat expected_red = (GLfloat)(i % 16) \/ 16.0f; local
2268 const GLuint expected_red = i; local
2357 const GLuint expected_red = 1; local
2791 const GLubyte expected_red = 0; local
2827 const GLbyte expected_red = 0; local
2868 const GLfloat expected_red = 0.0f; local
2912 const GLuint expected_red = 0; local
2999 const GLuint expected_red = 1; local
3056 const GLubyte expected_red = static_cast<GLubyte>(i); local
3092 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); local
3133 const GLfloat expected_red = (GLfloat)(i % 16) \/ 16.0f; local
3177 const GLuint expected_red = i; local
3266 const GLuint expected_red = 1; local
    [all...]

Completed in 791 milliseconds