Searched refs:BlendFunc (Results 1 – 16 of 16) sorted by relevance
/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.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
D | vktPipelineReferenceRenderer.hpp | 332 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 115 GET_PROC(BlendFunc); in GrGLAssembleGLInterface() 562 GET_PROC(BlendFunc); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 2926 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 491 PFNBLENDFUNCPROC BlendFunc; variable 929 BlendFunc = (PFNBLENDFUNCPROC)IntGetProcAddress("glBlendFunc"); in Switch_BlendFunc() 930 BlendFunc(sfactor, dfactor); in Switch_BlendFunc() 2479 BlendFunc = Switch_BlendFunc; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1094 extern void (CODEGEN_FUNCPTR *BlendFunc)(GLenum sfactor, GLenum dfactor);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 807 { "glBlendFunc", _O(BlendFunc) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 135 #define glBlendFunc MANGLE(BlendFunc)
|