Home
last modified time | relevance | path

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

/external/deqp/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;
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/
Ds_blend.c913 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 …]
Ds_context.c424 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()
Ds_context.h297 blend_func BlendFunc; member
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp149 enum BlendFunc enum
199 BlendFunc srcFunc;
200 BlendFunc dstFunc;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
DvktPipelineReferenceRenderer.hpp332 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp115 GET_PROC(BlendFunc); in GrGLAssembleGLInterface()
562 GET_PROC(BlendFunc); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp2926 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp491 PFNBLENDFUNCPROC BlendFunc; variable
929 BlendFunc = (PFNBLENDFUNCPROC)IntGetProcAddress("glBlendFunc"); in Switch_BlendFunc()
930 BlendFunc(sfactor, dfactor); in Switch_BlendFunc()
2479 BlendFunc = Switch_BlendFunc; in InitializeVariables()
Dgl_core_3_1.hpp1094 extern void (CODEGEN_FUNCPTR *BlendFunc)(GLenum sfactor, GLenum dfactor);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp807 { "glBlendFunc", _O(BlendFunc) },
/external/mesa3d/include/GL/
Dgl_mangle.h135 #define glBlendFunc MANGLE(BlendFunc)