Searched refs:finalColor (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcNearestEdgeTests.cpp | 286 tcu::Vec4 finalColor = (color - m_texFormatInfo.lookupBias) / m_texFormatInfo.lookupScale; in fillTexture() local 287 texAccess.setPixel(finalColor, x, y); in fillTexture()
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | debugger_bindings.cpp | 336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local 344 if (c == finalColor) { in findCommandByPixel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1577 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local 1578 texPixels.setPixel(finalColor, x, y, z); in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 131 const tcu::Vec4 finalColor in filterColor() 138 return finalColor; in filterColor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1558 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local 1559 texPixels.setPixel(finalColor, x, y, z); in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 127 const tcu::Vec4 finalColor in filterColor() 134 return finalColor; in filterColor()
|
Completed in 32 milliseconds