/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderOutput.cpp | 510 if (false == comparePixel(result_image, x, y, width, height, pixel_size)) in verifyResult() 560 …if ((true == comparePixel(result_image, left, bottom, width, height, pixel_size, 255, 255, 255, 25… in verifyResult() 561 (true == comparePixel(result_image, left, top, width, height, pixel_size, 255, 255, 255, 255)) && in verifyResult() 562 (true == comparePixel(result_image, right, top, width, height, pixel_size, 255, 255, 255, 255)) && in verifyResult() 563 (true == comparePixel(result_image, right, bottom, width, height, pixel_size, 0, 0, 0, 0))) in verifyResult() 627 …if ((true == comparePixel(result_image, left, bottom, width, height, pixel_size, 255, 255, 255, 25… in verifyResult() 628 (true == comparePixel(result_image, left, top, width, height, pixel_size, 0, 0, 0, 0)) && in verifyResult() 629 (true == comparePixel(result_image, right, top, width, height, pixel_size, 0, 0, 0, 0)) && in verifyResult() 630 (true == comparePixel(result_image, right, bottom, width, height, pixel_size, 0, 0, 0, 0))) in verifyResult()
|
D | esextcGeometryShaderInput.cpp | 1017 …if (false == comparePixel(result_image, referencePixelCoordinates[0] /* x */, referencePixelCoordi… in iterate() 1037 …if (false == comparePixel(result_image, referencePixelCoordinates[0] /* x */, referencePixelCoordi… in iterate() 1057 …if (false == comparePixel(result_image, referencePixelCoordinates[0] /* x */, referencePixelCoordi… in iterate() 1283 …if (false == comparePixel(result_image, x, 32 /* y */, m_texture_width, m_texture_height, m_textur… in iterate()
|
D | esextcGeometryShaderLimits.cpp | 2862 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfMultipleInvocationsPass() 2882 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfMultipleInvocationsPass() 2921 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2940 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfSingleInvocationPass() 2968 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2987 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfSingleInvocationPass()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 152 bool comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width,
|
D | esextcTestCaseBase.cpp | 696 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsign… in comparePixel() function in glcts::TestCaseBase
|