/third_party/vk-gl-cts/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 | 2866 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfMultipleInvocationsPass() 2886 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfMultipleInvocationsPass() 2925 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2944 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfSingleInvocationPass() 2972 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2991 …comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfSingleInvocationPass()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 159 bool comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width,
|
D | esextcTestCaseBase.cpp | 702 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsign… in comparePixel() function in glcts::TestCaseBase
|