Searched refs:grayscaleValue (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3532 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() local 3533 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in edgeRelaxedImageCompare() 3552 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() local 3553 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in edgeRelaxedImageCompare() 3627 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare() local 3628 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in intersectionRelaxedLineImageCompare() 3649 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare() local 3650 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in intersectionRelaxedLineImageCompare()
|