/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 814 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/ |
D | blending.h | 50 GST_GL_EXT_FUNCTION (void, BlendColor,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_4_autogen.h | 19 ANGLE_EXPORT void GL_APIENTRY BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | entry_points_gl_1_4_autogen.cpp | 29 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/ |
D | ColorStateTests.cpp | 493 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/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 67 GET_PROC(BlendColor); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 60 GET_PROC(BlendColor); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 63 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 60 GET_PROC(BlendColor); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 63 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 60 GET_PROC(BlendColor); in GrGLMakeAssembledGLESInterface()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 84 case dawn::BlendFactor::BlendColor: in GLBlendFactor()
|
D | CommandBufferGL.cpp | 656 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/ |
D | RenderPipelineD3D12.cpp | 178 case dawn::BlendFactor::BlendColor: in D3D12Blend()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 184 case dawn::BlendFactor::BlendColor: in VulkanBlendFactor()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 26 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/ |
D | RenderPipelineMTL.mm | 162 case dawn::BlendFactor::BlendColor:
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 61 return dawn::BlendFactor::BlendColor; in to_dawn_blend_factor()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 62 BlendColor, enumerator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1051 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/ |
D | interface.json5 | 21 "BindTexture", "BlendColor", "BlendEquation", "BlendFunc",
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 25 "BindTexture", "BlendColor", "BlendEquation", "BlendFunc",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 314 (Section 4.1.4), and BlendColor (Section 4.1.7) commands.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_color_buffer_half_float.txt | 129 void BlendColor(float red, float green, float blue, float alpha);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_color_buffer_half_float.txt | 129 void BlendColor(float red, float green, float blue, float alpha);
|