/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 133 struct BlendFunc struct 135 BlendFunc (deUint32 src_, deUint32 dst_) in BlendFunc() argument 147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_) in SeparateBlendFunc() 153 BlendFunc rgb; 154 BlendFunc alpha; 165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState() 181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc; 223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() 225 if (blendFunc.is<BlendFunc>()) in setCommonBlendState() 226 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState() [all …]
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 910 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func() 916 swrast->BlendFunc = _mesa_mmx_blend_min; in _swrast_choose_blend_func() 920 swrast->BlendFunc = blend_min; in _swrast_choose_blend_func() 926 swrast->BlendFunc = _mesa_mmx_blend_max; in _swrast_choose_blend_func() 930 swrast->BlendFunc = blend_max; in _swrast_choose_blend_func() 933 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func() 939 swrast->BlendFunc = _mesa_mmx_blend_transparency; in _swrast_choose_blend_func() 945 swrast->BlendFunc = blend_transparency_ubyte; in _swrast_choose_blend_func() 947 swrast->BlendFunc = blend_transparency_ushort; in _swrast_choose_blend_func() 949 swrast->BlendFunc = blend_transparency_float; in _swrast_choose_blend_func() [all …]
|
D | s_context.c | 418 swrast->BlendFunc( ctx, n, mask, src, dst, chanType ); in _swrast_validate_blend_func() 455 swrast->BlendFunc = _swrast_validate_blend_func; in _swrast_invalidate_state() 758 swrast->BlendFunc = _swrast_validate_blend_func; in _swrast_CreateContext()
|
D | s_context.h | 314 swrast_blend_func BlendFunc; member
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 160 enum BlendFunc enum 210 BlendFunc srcFunc; 211 BlendFunc dstFunc;
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 188 INLINE void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc() function 333 BlendFunc<true, false>( in Blend() 335 BlendFunc<false, true>( in Blend() 345 BlendFunc<true, true>( in Blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_blend_func_separate.txt | 77 void BlendFunc(enum src, enum dst); 82 BlendFunc argument <src> determines both the RGB and alpha source
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_draw_buffers_blend.txt | 128 void BlendFunc(enum src, enum dst); 143 and destination alpha blend functions. BlendFunc and BlendFunciARB 146 BlendFuncSeparate and BlendFunc modify the blend functions for all 272 For example, BlendFunc will set all color buffer blend functions
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_draw_buffers_blend.txt | 138 void BlendFunc(enum src, enum dst); 153 and destination alpha blend functions. BlendFunc and BlendFunciARB 156 BlendFuncSeparate and BlendFunc modify the blend functions for all 282 For example, BlendFunc will set all color buffer blend functions
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_func_separate.txt | 96 void BlendFunc(enum src, enum dst) 100 The BlendFunc command sets both source factors (RGB and alpha) and
|
D | EXT_blend_color.txt | 37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc: 60 The commands that control blending are now BlendFunc and BlendColorEXT.
|
D | EXT_blend_minmax.txt | 38 equation includes the parameters specified by BlendFunc. (The min 83 as specified by BlendFunc.
|
D | EXT_blend_subtract.txt | 62 as specified by BlendFunc.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EXT_blend_minmax.txt | 38 equation includes the parameters specified by BlendFunc. (The min 83 as specified by BlendFunc.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_color.txt | 37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc: 60 The commands that control blending are now BlendFunc and BlendColorEXT.
|
D | EXT_blend_minmax.txt | 38 equation includes the parameters specified by BlendFunc. (The min 83 as specified by BlendFunc.
|
D | EXT_blend_func_separate.txt | 96 void BlendFunc(enum src, enum dst) 100 The BlendFunc command sets both source factors (RGB and alpha) and
|
D | EXT_blend_subtract.txt | 62 as specified by BlendFunc.
|
/third_party/openGLES/extensions/OES/ |
D | OES_blend_func_separate.txt | 87 void BlendFunc(enum src, enum dst); 92 BlendFunc argument <src> determines both the RGB and alpha source
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_draw_buffers_blend.txt | 120 void BlendFunc(enum src, enum dst); 137 destination alpha blend functions. BlendFunc and BlendFuncIndexedAMD 271 For example, BlendFunc will set all color buffer blend functions to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_draw_buffers_blend.txt | 120 void BlendFunc(enum src, enum dst); 137 destination alpha blend functions. BlendFunc and BlendFuncIndexedAMD 271 For example, BlendFunc will set all color buffer blend functions to
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 251 void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc() function 707 BlendFunc<true, false>( in Create() 709 BlendFunc<false, true>( in Create() 719 BlendFunc<true, true>( in Create()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 62 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
|