/third_party/skia/tests/ |
H A D | CompressedBackendAllocationTest.cpp | 165 SkColor4f newColor; in test_compressed_color_init() local 166 newColor.fR = color.fB; in test_compressed_color_init() 167 newColor.fG = color.fR; in test_compressed_color_init() 168 newColor.fB = color.fG; in test_compressed_color_init() 169 newColor.fA = color.fA; in test_compressed_color_init() 171 bool result = dContext->updateCompressedBackendTexture(backendTex, newColor, nullptr, nullptr); in test_compressed_color_init() 175 SkColor4f expectedNewColors[6] = {newColor, newColor, newColor, newColor, newColo in test_compressed_color_init() [all...] |
H A D | BackendAllocationTest.cpp | 340 SkColor4f newColor = {color.fB , color.fR, color.fG, color.fA }; in test_color_init() local 347 newColor, in test_color_init() 350 checkBackendTexture(newColor); in test_color_init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilClearTests.cpp | 440 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha()); in renderReference() local 442 dst.setPixel(x, y, newColor); in renderReference() 488 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha()); in renderReference() local 490 dst.setPixel(x, y, newColor); in renderReference()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilClearTests.cpp | 443 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha()); in renderReference() local 445 dst.setPixel(x, y, newColor); in renderReference() 491 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha()); in renderReference() local 493 dst.setPixel(x, y, newColor); in renderReference()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 751 Vec4 newColor; in executeMaskedColorWrite() local 753 newColor.xyz() = m_sampleRegister[regSampleNdx].blendedRGB; in executeMaskedColorWrite() 754 newColor.w() = m_sampleRegister[regSampleNdx].blendedA; in executeMaskedColorWrite() 757 newColor = tcu::linearToSRGB(newColor); in executeMaskedColorWrite() 759 newColor = colorMaskFactor*newColor + colorMaskNegationFactor*originalColor; in executeMaskedColorWrite() 761 colorBuffer.setPixel(newColor, fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); in executeMaskedColorWrite()
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen-test.c | 517 bool newColor = rand() % 2 == 0; in testGetSetModuleRandomly() local 519 modules[y][x] = newColor; in testGetSetModuleRandomly() 521 setModuleBounded(qrcode, x, y, newColor); in testGetSetModuleRandomly() 523 setModuleUnbounded(qrcode, x, y, newColor); in testGetSetModuleRandomly()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 229 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local 237 newColor[i] = 0.0f; in replaceBadFloatReinterpretValues() 243 newColor[i] = 0.0f; in replaceBadFloatReinterpretValues() 247 if (newColor != color) in replaceBadFloatReinterpretValues() 248 access.setPixel(newColor, x, y, z); in replaceBadFloatReinterpretValues() 262 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local 267 if (oldColor == -128) newColor[i] = -127; in replaceSnormReinterpretValues() 270 if (newColor != color) in replaceSnormReinterpretValues() 271 access.setPixel(newColor, x, y, z); in replaceSnormReinterpretValues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 229 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local 237 newColor[i] = 0.0f; in replaceBadFloatReinterpretValues() 243 newColor[i] = 0.0f; in replaceBadFloatReinterpretValues() 247 if (newColor != color) in replaceBadFloatReinterpretValues() 248 access.setPixel(newColor, x, y, z); in replaceBadFloatReinterpretValues() 262 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local 267 if (oldColor == -128) newColor[i] = -127; in replaceSnormReinterpretValues() 270 if (newColor != color) in replaceSnormReinterpretValues() 271 access.setPixel(newColor, x, y, z); in replaceSnormReinterpretValues()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 426 set: function(newColor) { 427 this._shadowColor = parseColor(newColor);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 1497 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local 1499 pixelBuffer.setPixel(newColor, x, y, layerNdx); in fillQuarter()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 1522 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local 1524 pixelBuffer.setPixel(newColor, x, y, layerNdx); in fillQuarter()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |