Home
last modified time | relevance | path

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

/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/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.c490 bool newColor = rand() % 2 == 0; in testGetSetModuleRandomly() local
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js426 set: function(newColor) { argument
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js445 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.cpp219 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local
252 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1346 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local