Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/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
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp143 tcu::Vec4 newColor = color; in replaceBadFloatReinterpretValues() local
176 tcu::IVec4 newColor = color; in replaceSnormReinterpretValues() local
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js445 set: function(newColor) { argument
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js445 set: function(newColor) { argument
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp747 Vec4 newColor; in executeMaskedColorWrite() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1286 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter() local