Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct
135 BlendFunc (deUint32 src_, deUint32 dst_) in BlendFunc() function
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/vk-gl-cts/modules/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct
135 BlendFunc (deUint32 src_, deUint32 dst_) in BlendFunc() function
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/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp160 enum BlendFunc enum
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
/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/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/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
DOES_draw_buffers_indexed.txt194 void BlendFunc(enum src, enum dst);
208 and destination alpha blend functions. BlendFunc and BlendFunciOES
211 BlendFuncSeparate and BlendFunc modify the blend functions for all
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
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_color.txt37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc:
60 The commands that control blending are now BlendFunc and BlendColorEXT.
DEXT_blend_subtract.txt62 as specified by BlendFunc.
DEXT_draw_buffers_indexed.txt193 void BlendFunc(enum src, enum dst);
207 and destination alpha blend functions. BlendFunc and BlendFunciEXT
210 BlendFuncSeparate and BlendFunc modify the blend functions for all
/third_party/openGLES/extensions/EXT/
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_color.txt37 Accepted by the <sfactor> and <dfactor> parameters of BlendFunc:
60 The commands that control blending are now BlendFunc and BlendColorEXT.
DEXT_blend_subtract.txt62 as specified by BlendFunc.
DEXT_draw_buffers_indexed.txt193 void BlendFunc(enum src, enum dst);
207 and destination alpha blend functions. BlendFunc and BlendFunciEXT
210 BlendFuncSeparate and BlendFunc modify the blend functions for all
/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
DOES_draw_buffers_indexed.txt209 void BlendFunc(enum src, enum dst);
223 and destination alpha blend functions. BlendFunc and BlendFunciOES
226 BlendFuncSeparate and BlendFunc modify the blend functions for all
/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/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp326 TEST_P(GLES1CovglTest, BlendFunc) in TEST_P() argument

12