Home
last modified time | relevance | path

Searched defs:hasColor (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/node_modules/gauge/lib/
Dthemes.js52 themes.setDefault({ hasColor: true }, 'colorASCII') property
54 themes.setDefault({ platform: 'darwin', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') property
56 themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') property
Dtheme-set.js99 function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { argument
Dindex.js4 var hasColor = require('./has-color.js') variable
100 hasColor: useColor, property
/third_party/node/deps/npm/node_modules/npmlog/lib/
Dlog.js33 this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) property
37 this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) property
45 theme: { hasColor: log.useColor() }, property
65 this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) property
70 this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp221 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local
556 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in beginDynamicRender() local
589 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp221 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local
556 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in beginDynamicRender() local
589 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp585 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
DvkPipelineConstructionUtil.cpp785 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in RenderPassWrapper() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp379 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp373 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1195 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1195 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp245 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp245 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp1031 const bool hasColor = !hasDepth && !hasStencil; in clearToTextureInitialValue() local