Home
last modified time | relevance | path

Searched defs:newColor (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/scripts_and_modules/5_export_declarations/
Dexport_modifiers_0.ts39 export class newColor { class
Dexport_default_declarations_0.ts39 export default class newColor { class
Dexport_member_set_0.ts39 class newColor { class
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp443 …tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt… in renderReference() local
491 …tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0,… in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp440 …tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt… in renderReference() local
488 …tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0,… in renderReference() local
/third_party/skia/m133/tests/
DCompressedBackendAllocationTest.cpp203 SkColor4f newColor; in test_compressed_color_init() local
DBackendAllocationTest.cpp400 SkColor4f newColor = {color.fB , color.fR, color.fG, color.fA }; in test_color_init() local
/third_party/skia/tests/
DCompressedBackendAllocationTest.cpp165 SkColor4f newColor; in test_compressed_color_init() local
DBackendAllocationTest.cpp340 SkColor4f newColor = {color.fB , color.fR, color.fG, color.fA }; in test_color_init() local
/third_party/qrcodegen/c/
Dqrcodegen-test.c517 bool newColor = rand() % 2 == 0; in testGetSetModuleRandomly() local
/third_party/skia/m133/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js426 set: function(newColor) { argument
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js426 set: function(newColor) { argument
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp751 Vec4 newColor; in executeMaskedColorWrite() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp229 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local
262 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageLoadStoreTests.cpp229 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local
262 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderTests.cpp1497 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1522 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73830 Color newColor(((aColor >> 0) & 0xff) * (1.0f / 255.0f), in FromABGR() local
73842 Color newColor(((aColor >> 16) & 0xff) * (1.0f / 255.0f), in UnusualFromARGB() local