Home
last modified time | relevance | path

Searched refs:finalColor (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp285 tcu::Vec4 finalColor = (color - m_texFormatInfo.lookupBias) / m_texFormatInfo.lookupScale; in fillTexture() local
286 texAccess.setPixel(finalColor, x, y); in fillTexture()
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local
344 if (c == finalColor) { in findCommandByPixel()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1480 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local
1481 texPixels.setPixel(finalColor, x, y, z); in iterate()