Home
last modified time | relevance | path

Searched refs:BlendColor (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dblend.c814 ctx->Color.BlendColor[0] = CLAMP(tmp[0], 0.0F, 1.0F); in _mesa_BlendColor()
815 ctx->Color.BlendColor[1] = CLAMP(tmp[1], 0.0F, 1.0F); in _mesa_BlendColor()
816 ctx->Color.BlendColor[2] = CLAMP(tmp[2], 0.0F, 1.0F); in _mesa_BlendColor()
817 ctx->Color.BlendColor[3] = CLAMP(tmp[3], 0.0F, 1.0F); in _mesa_BlendColor()
1196 ASSIGN_4V( ctx->Color.BlendColor, 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_color()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dblending.h50 GST_GL_EXT_FUNCTION (void, BlendColor,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_4_autogen.h19 ANGLE_EXPORT void GL_APIENTRY BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dentry_points_gl_1_4_autogen.cpp29 void GL_APIENTRY BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in BlendColor() function
44 ANGLE_CAPTURE(BlendColor, isCallValid, context, red, green, blue, alpha); in BlendColor()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp493 CheckSrcBlendFactor(base, dawn::BlendFactor::BlendColor, dawn::BlendFactor::BlendColor, tests); in TEST_P()
654 CheckDstBlendFactor(base, dawn::BlendFactor::BlendColor, dawn::BlendFactor::BlendColor, tests); in TEST_P()
916 blend.srcFactor = dawn::BlendFactor::BlendColor; in TEST_P()
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp67 GET_PROC(BlendColor); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp60 GET_PROC(BlendColor); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp63 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp60 GET_PROC(BlendColor); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp63 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp60 GET_PROC(BlendColor); in GrGLMakeAssembledGLESInterface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp84 case dawn::BlendFactor::BlendColor: in GLBlendFactor()
DCommandBufferGL.cpp656 gl.BlendColor(0, 0, 0, 0); in ExecuteRenderPass()
826 gl.BlendColor(cmd->color.r, cmd->color.g, cmd->color.b, cmd->color.a); in ExecuteRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp178 case dawn::BlendFactor::BlendColor: in D3D12Blend()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp184 case dawn::BlendFactor::BlendColor: in VulkanBlendFactor()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h26 ANGLE_EXPORT void GL_APIENTRY BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm162 case dawn::BlendFactor::BlendColor:
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp61 return dawn::BlendFactor::BlendColor; in to_dawn_blend_factor()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h62 BlendColor, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1051 gl.BlendColor(0, 0, 0, 0); in ExecuteRenderPass()
1317 gl.BlendColor(blendColor[0], blendColor[1], blendColor[2], blendColor[3]); in ExecuteRenderPass()
/third_party/flutter/skia/tools/gpu/gl/interface/
Dinterface.json521 "BindTexture", "BlendColor", "BlendEquation", "BlendFunc",
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json525 "BindTexture", "BlendColor", "BlendEquation", "BlendFunc",
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_fixed_point.txt314 (Section 4.1.4), and BlendColor (Section 4.1.7) commands.
/third_party/openGLES/extensions/EXT/
DEXT_color_buffer_half_float.txt129 void BlendColor(float red, float green, float blue, float alpha);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_color_buffer_half_float.txt129 void BlendColor(float red, float green, float blue, float alpha);

123