/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 133 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/ |
D | es3fDrawBuffersIndexedTests.cpp | 133 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/ |
D | rrRenderState.hpp | 160 enum BlendFunc enum 210 BlendFunc srcFunc; 211 BlendFunc dstFunc;
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
|
D | sglrReferenceUtils.cpp | 291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
|
/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/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/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
|
D | OES_draw_buffers_indexed.txt | 194 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/ |
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_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_subtract.txt | 62 as specified by BlendFunc.
|
D | EXT_draw_buffers_indexed.txt | 193 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/ |
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_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_subtract.txt | 62 as specified by BlendFunc.
|
D | EXT_draw_buffers_indexed.txt | 193 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/ |
D | OES_blend_func_separate.txt | 87 void BlendFunc(enum src, enum dst); 92 BlendFunc argument <src> determines both the RGB and alpha source
|
D | OES_draw_buffers_indexed.txt | 209 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/ |
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/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 326 TEST_P(GLES1CovglTest, BlendFunc) in TEST_P() argument
|