/third_party/node/deps/npm/node_modules/gauge/lib/ |
D | theme-set.js | 49 var hasColor = !!opts.hasColor 53 this.defaults[platform][hasUnicode][hasColor] = name 63 var hasColor = !!opts.hasColor 65 throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) 67 if (!platform[hasUnicode][hasColor]) { 68 if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) { 70 } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { 71 hasColor = false 72 } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) { 74 hasColor = false [all …]
|
D | index.js | 4 var hasColor = require('./has-color.js') variable 94 Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null 97 var useColor = theme.hasColor == null ? hasColor : theme.hasColor 100 hasColor: useColor, property
|
D | themes.js | 52 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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 221 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local 247 if (hasColor) in MultipleClearsTest() 269 if (hasColor) in MultipleClearsTest() 293 …const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_… in MultipleClearsTest() 294 …eference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMA… in MultipleClearsTest() 300 hasColor ? 1 : 0, // colorAttachmentCount in MultipleClearsTest() 301 hasColor ? &colorAttachmentReference : DE_NULL, // colorAttachments in MultipleClearsTest() 309 if (hasColor) in MultipleClearsTest() 338 … (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_… in MultipleClearsTest() 376 hasColor, in MultipleClearsTest() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 221 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local 247 if (hasColor) in MultipleClearsTest() 269 if (hasColor) in MultipleClearsTest() 293 …const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_… in MultipleClearsTest() 294 …eference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMA… in MultipleClearsTest() 300 hasColor ? 1 : 0, // colorAttachmentCount in MultipleClearsTest() 301 hasColor ? &colorAttachmentReference : DE_NULL, // colorAttachments in MultipleClearsTest() 309 if (hasColor) in MultipleClearsTest() 338 … (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_… in MultipleClearsTest() 376 hasColor, in MultipleClearsTest() [all …]
|
/third_party/node/deps/npm/node_modules/npmlog/lib/ |
D | log.js | 33 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/framework/vulkan/ |
D | vkObjUtil.cpp | 575 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 608 if (hasColor) in makeRenderPass() 621 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass() 631 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 632 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 379 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 412 if (hasColor) in makeRenderPass() 425 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass() 435 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 436 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 379 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 412 if (hasColor) in makeRenderPass() 425 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass() 435 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 436 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1195 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 1261 if (hasColor) in makeRenderPass() 1265 if (hasColor) in makeRenderPass() 1292 hasColor ? 2u : 0u, // deUint32 attachment in makeRenderPass() 1325 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 1326 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference2* pColorAttachments in makeRenderPass() 1327 …hasColor ? &resolveAttachmentRef : DE_NULL, // const VkAttachmentReference2* pResolveAttachme… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1195 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 1261 if (hasColor) in makeRenderPass() 1265 if (hasColor) in makeRenderPass() 1292 hasColor ? 2u : 0u, // deUint32 attachment in makeRenderPass() 1325 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass() 1326 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference2* pColorAttachments in makeRenderPass() 1327 …hasColor ? &resolveAttachmentRef : DE_NULL, // const VkAttachmentReference2* pResolveAttachme… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 245 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 247 const bool hasColorResolve = hasColor && (colorSamples != VK_SAMPLE_COUNT_1_BIT); in makeRenderPass() 301 if (hasColor) in makeRenderPass() 313 hasColor ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass() 359 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass() 360 …hasColor ? &colorAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pColorAttachment… in makeRenderPass() 392 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass() 393 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 245 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local 247 const bool hasColorResolve = hasColor && (colorSamples != VK_SAMPLE_COUNT_1_BIT); in makeRenderPass() 301 if (hasColor) in makeRenderPass() 313 hasColor ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass() 359 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass() 360 …hasColor ? &colorAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pColorAttachment… in makeRenderPass() 392 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass() 393 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1031 const bool hasColor = !hasDepth && !hasStencil; in clearToTextureInitialValue() local 1037 if (hasColor) in clearToTextureInitialValue()
|