Home
last modified time | relevance | path

Searched refs:comparePixel (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderOutput.cpp510 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()
DesextcGeometryShaderInput.cpp1017 …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()
DesextcGeometryShaderLimits.cpp2862 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfMultipleInvocationsPass()
2882comparePixel(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()
2940comparePixel(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()
2987comparePixel(result_image, x4, y4, m_texture_width, m_texture_height, m_texture_pixel_size, 255, 0… in verifyResultOfSingleInvocationPass()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp152 bool comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width,
DesextcTestCaseBase.cpp696 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsign… in comparePixel() function in glcts::TestCaseBase