Home
last modified time | relevance | path

Searched refs:errorColor (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1121 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
1198 errorMask.getAccess().setPixel(errorColor, x, y); in verify()
1279 errorMask.getAccess().setPixel(errorColor, x, y); in verify()
1289 errorMask.getAccess().setPixel(errorColor, x, y); in verify()
1379 errorMask.getAccess().setPixel(errorColor, x, y); in verify()
1479 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
1522 errorMask.getAccess().setPixel(errorColor, x, y); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp279 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
323 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
/external/deqp/framework/common/
DtcuImageCompare.cpp94 const tcu::IVec4 errorColor (255, 0, 0, 255); in findNumPositionDeviationFailingPixels() local
151 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
174 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable
712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp498 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local
505 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1113 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
1157 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()