Home
last modified time | relevance | path

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

/third_party/openGLES/specs/es/3.2/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/openGLES/specs/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
/third_party/openGLES/specs/es/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/openGLES/specs/gl/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1026 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
1110 errorMask.getAccess().setPixel(errorColor, x, y, z); in verify()
1207 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1308 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1405 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
1476 errorMask.getAccess().setPixel(errorColor, x, y, z); in iterate()
2167 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
2220 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2260 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2297 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1015 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
1098 errorMask.getAccess().setPixel(errorColor, x, y, z); in verify()
1195 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1296 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1392 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
1463 errorMask.getAccess().setPixel(errorColor, x, y, z); in iterate()
2154 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
2207 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2247 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2284 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp286 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
330 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp286 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
330 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
/third_party/vk-gl-cts/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()
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs52 static get errorColor() { getter in CSSColor
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp451 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local
458 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp451 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local
458 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/
DReadme.md1096 function errorColor(str) {
1107 outputError: (str, write) => write(errorColor(str))
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.min.js1errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,thi…
Dkatex.js413 this.errorColor = void 0;
428 this.errorColor = utils.deflt(options.errorColor, "#cc0000");
16365 color: this.settings.errorColor,
17289 node.setAttribute("style", "color:" + options.errorColor);
Dkatex.mjs277 this.errorColor = void 0;
292 this.errorColor = utils.deflt(options.errorColor, "#cc0000");
15976 * contained within a color node whose color is determined by errorColor
15999 color: this.settings.errorColor,
16899 node.setAttribute("style", `color:${options.errorColor}`);
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1115 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
1159 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()