Home
last modified time | relevance | path

Searched refs:BlendFunc (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp133 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/
Ds_blend.c910 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 …]
Ds_context.c418 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()
Ds_context.h314 swrast_blend_func BlendFunc; member
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp160 enum BlendFunc enum
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h188 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/
DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_blend_func_separate.txt77 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/
DARB_draw_buffers_blend.txt128 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/
DARB_draw_buffers_blend.txt138 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/
DEXT_blend_func_separate.txt96 void BlendFunc(enum src, enum dst)
100 The BlendFunc command sets both source factors (RGB and alpha) and
DEXT_blend_color.txt37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc:
60 The commands that control blending are now BlendFunc and BlendColorEXT.
DEXT_blend_minmax.txt38 equation includes the parameters specified by BlendFunc. (The min
83 as specified by BlendFunc.
DEXT_blend_subtract.txt62 as specified by BlendFunc.
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEXT_blend_minmax.txt38 equation includes the parameters specified by BlendFunc. (The min
83 as specified by BlendFunc.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_color.txt37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc:
60 The commands that control blending are now BlendFunc and BlendColorEXT.
DEXT_blend_minmax.txt38 equation includes the parameters specified by BlendFunc. (The min
83 as specified by BlendFunc.
DEXT_blend_func_separate.txt96 void BlendFunc(enum src, enum dst)
100 The BlendFunc command sets both source factors (RGB and alpha) and
DEXT_blend_subtract.txt62 as specified by BlendFunc.
/third_party/openGLES/extensions/OES/
DOES_blend_func_separate.txt87 void BlendFunc(enum src, enum dst);
92 BlendFunc argument <src> determines both the RGB and alpha source
/third_party/openGLES/extensions/AMD/
DAMD_draw_buffers_blend.txt120 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/
DAMD_draw_buffers_blend.txt120 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/
Dblend_jit.cpp251 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/
DGrGLAssembleWebGLInterfaceAutogen.cpp69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp62 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()

1234