Searched refs:colorEnabled (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/npmlog/ |
D | log.js | 24 var colorEnabled 26 return colorEnabled != null ? colorEnabled : stream.isTTY 30 colorEnabled = true 31 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled}) 34 colorEnabled = false 35 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled})
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationRequest.js | 35 colorEnabled: '[PC preview] unknow colorEnabled', property
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 1300 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createDepthTests() local 1350 colorEnabled)); in createDepthTests() 1370 colorEnabled)); in createDepthTests() 1391 colorEnabled /* colorAttachmentEnable */)); in createDepthTests() 1397 if (colorEnabled) in createDepthTests()
|
D | vktPipelineStencilTests.cpp | 966 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createStencilTests() local 1043 …ConstructionType, stencilFormat, stencilStateFront, stencilStateBack, colorEnabled, useSeparateDep… in createStencilTests() 1057 if (colorEnabled) in createStencilTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 1300 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createDepthTests() local 1350 colorEnabled)); in createDepthTests() 1370 colorEnabled)); in createDepthTests() 1391 colorEnabled /* colorAttachmentEnable */)); in createDepthTests() 1397 if (colorEnabled) in createDepthTests()
|
D | vktPipelineStencilTests.cpp | 966 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createStencilTests() local 1043 …ConstructionType, stencilFormat, stencilStateFront, stencilStateBack, colorEnabled, useSeparateDep… in createStencilTests() 1057 if (colorEnabled) in createStencilTests()
|