Searched refs:grayscaleValue (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3600 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() local 3601 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in edgeRelaxedImageCompare() 3620 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() local 3621 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in edgeRelaxedImageCompare() 3695 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare() local 3696 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in intersectionRelaxedLineImageCompare() 3717 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare() local 3718 errorAccess.setPixel(tcu::UVec4(grayscaleValue, 255, grayscaleValue, 255), x, y); in intersectionRelaxedLineImageCompare()
|