Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp706 comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned int pixel_size, unsigned char expected_red, unsigned char expected_green, unsigned char expected_blue, unsigned char expected_alpha) const comparePixel() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1886 const GLubyte expected_red = 0; in verifyInvalidResults() local
1917 const GLbyte expected_red = 0; in verifyInvalidResults() local
1958 const GLfloat expected_red = 0.0f; in verifyInvalidResults() local
2004 const GLuint expected_red in verifyInvalidResults() local
2089 const GLuint expected_red = 1; verifyInvalidResults() local
2138 const GLubyte expected_red = static_cast<GLubyte>(i); verifyValidResults() local
2169 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); verifyValidResults() local
2210 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; verifyValidResults() local
2249 const GLuint expected_red = i; verifyValidResults() local
2339 const GLuint expected_red = 1; verifyValidResults() local
2723 const GLubyte expected_red = 0; verifyInvalidResults() local
2754 const GLbyte expected_red = 0; verifyInvalidResults() local
2795 const GLfloat expected_red = 0.0f; verifyInvalidResults() local
2835 const GLuint expected_red = 0; verifyInvalidResults() local
2918 const GLuint expected_red = 1; verifyInvalidResults() local
2970 const GLubyte expected_red = static_cast<GLubyte>(i); verifyValidResults() local
3001 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8); verifyValidResults() local
3041 const GLfloat expected_red = (GLfloat)(i % 16) / 16.0f; verifyValidResults() local
3081 const GLuint expected_red = i; verifyValidResults() local
3166 const GLuint expected_red = 1; verifyValidResults() local
[all...]

Completed in 6 milliseconds