Searched refs:errorColor (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 279 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument 323 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 94 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/ |
D | TextDiagnostic.cpp | 39 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/ |
D | vktSparseResourcesBufferTests.cpp | 502 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local 509 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1113 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument 1157 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
|