Searched refs:finalColor (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrFillRRectOp.cpp | 142 SkPMColor4f finalColor = analysis.inputColorIsOverridden() ? overrideColor : fOriginalColor; in finalize() local 143 if (!SkPMColor4fFitsInBytes(finalColor)) { in finalize() 146 SkFloatToHalf_finite_ftz(Sk4f::Load(finalColor.vec())).store(&halfColor); in finalize() 149 this->writeInstanceData(finalColor.toBytes_RGBA()); in finalize()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
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/ |
D | debugger_bindings.cpp | 336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local 344 if (c == finalColor) { in findCommandByPixel()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_bindless_texture.txt | 442 out lowp vec4 finalColor; 450 finalColor = texture(allTheSamplers[whichSampler], texCoord);
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_bindless_texture.txt | 442 out lowp vec4 finalColor; 450 finalColor = texture(allTheSamplers[whichSampler], texCoord);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 1487 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local 1488 texPixels.setPixel(finalColor, x, y, z); in iterate()
|
/third_party/openGLES/extensions/NV/ |
D | NV_bindless_texture.txt | 1153 out vec4 finalColor; 1161 finalColor = texture(allTheSamplers[whichSampler], texCoord); 1174 out vec4 finalColor; 1178 finalColor = texture(theSampler, texCoord);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_bindless_texture.txt | 1153 out vec4 finalColor; 1161 finalColor = texture(allTheSamplers[whichSampler], texCoord); 1174 out vec4 finalColor; 1178 finalColor = texture(theSampler, texCoord);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_bindless_texture.txt | 1167 out vec4 finalColor; 1175 finalColor = texture(allTheSamplers[whichSampler], texCoord); 1187 out vec4 finalColor; 1191 finalColor = texture(theSampler, texCoord);
|
D | ARB_fragment_program.txt | 675 1 temp, 1 attribute, and 3, 4, or 2 instructions. "finalColor" in 691 LRP result.color.rgb, fogFactor.x, finalColor, fogColor; 705 LRP result.color.rgb, fogFactor.x, finalColor, fogColor; 717 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_bindless_texture.txt | 1157 out vec4 finalColor; 1165 finalColor = texture(allTheSamplers[whichSampler], texCoord); 1177 out vec4 finalColor; 1181 finalColor = texture(theSampler, texCoord);
|
D | ARB_fragment_program.txt | 665 1 temp, 1 attribute, and 3, 4, or 2 instructions. "finalColor" in 681 LRP result.color.rgb, fogFactor.x, finalColor, fogColor; 695 LRP result.color.rgb, fogFactor.x, finalColor, fogColor; 707 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
|