Searched refs:errorColor (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageCompare.cpp94 const tcu::IVec4 errorColor (255, 0, 0, 255);
151 errorMask.setPixel(errorColor, x, y, z);
174 errorMask.setPixel(errorColor, x, y, z);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp279 const tcu::RGBA& errorColor)
323 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp502 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); local
509 if (color == errorColor || color == blankColor)
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable in typeref:enum:Colors
712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1113 const tcu::RGBA& errorColor)
1157 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4);

Completed in 292 milliseconds