/external/deqp/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; 216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() 218 if (blendFunc.is<BlendFunc>()) in setCommonBlendState() 219 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 913 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func() 919 swrast->BlendFunc = _mesa_mmx_blend_min; in _swrast_choose_blend_func() 923 swrast->BlendFunc = blend_min; in _swrast_choose_blend_func() 929 swrast->BlendFunc = _mesa_mmx_blend_max; in _swrast_choose_blend_func() 933 swrast->BlendFunc = blend_max; in _swrast_choose_blend_func() 936 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func() 942 swrast->BlendFunc = _mesa_mmx_blend_transparency; in _swrast_choose_blend_func() 948 swrast->BlendFunc = blend_transparency_ubyte; in _swrast_choose_blend_func() 950 swrast->BlendFunc = blend_transparency_ushort; in _swrast_choose_blend_func() 952 swrast->BlendFunc = blend_transparency_float; in _swrast_choose_blend_func() [all …]
|
D | s_context.c | 424 swrast->BlendFunc( ctx, n, mask, src, dst, chanType ); in _swrast_validate_blend_func() 461 swrast->BlendFunc = _swrast_validate_blend_func; in _swrast_invalidate_state() 763 swrast->BlendFunc = _swrast_validate_blend_func; in _swrast_CreateContext()
|
D | s_context.h | 297 blend_func BlendFunc; member
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 149 enum BlendFunc enum 199 BlendFunc srcFunc; 200 BlendFunc dstFunc;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
|
D | sglrReferenceUtils.cpp | 291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
D | vktPipelineReferenceRenderer.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 114 GET_PROC(BlendFunc); in GrGLAssembleGLInterface() 598 GET_PROC(BlendFunc); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 2922 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | main.cpp | 164 void BlendFunc(GLenum sfactor, GLenum dfactor); 424 return es2::BlendFunc(sfactor, dfactor); in glBlendFunc() 1349 this->glBlendFunc = es2::BlendFunc; in LibGLESv2exports()
|
D | libGLESv2.cpp | 450 void BlendFunc(GLenum sfactor, GLenum dfactor) in BlendFunc() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 163 void BlendFunc(GLenum sfactor, GLenum dfactor); 1431 this->glBlendFunc = es1::BlendFunc; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 290 void BlendFunc(GLenum sfactor, GLenum dfactor) in BlendFunc() function
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 807 { "glBlendFunc", _O(BlendFunc) },
|
/external/libmojo/mojo/gpu/ |
D | mojo_gles2_impl_autogen.h | 50 void BlendFunc(GLenum sfactor, GLenum dfactor) override;
|
D | mojo_gles2_impl_autogen.cc | 81 void MojoGLES2Impl::BlendFunc(GLenum sfactor, GLenum dfactor) { in BlendFunc() function in mojo::MojoGLES2Impl
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 135 #define glBlendFunc MANGLE(BlendFunc)
|