Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DCompressedBackendAllocationTest.cpp165 SkColor4f newColor; in test_compressed_color_init() local
[all...]
H A DBackendAllocationTest.cpp340 SkColor4f newColor = {color.fB , color.fR, color.fG, color.fA }; in test_color_init() local
/third_party/qrcodegen/c/
H A Dqrcodegen-test.c517 bool newColor = rand() % 2 == 0; in testGetSetModuleRandomly() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp440 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha()); in renderReference() local
488 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha()); in renderReference() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp443 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha()); in renderReference() local
491 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha()); in renderReference() local
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp751 Vec4 newColor; in executeMaskedColorWrite() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A 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/
H A 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/
H A 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/
H A DvktMultiViewRenderTests.cpp1522 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local

Completed in 35 milliseconds