Home
last modified time | relevance | path

Searched refs:BlendFunc (Results 1 – 20 of 20) 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.hpp268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp114 GET_PROC(BlendFunc); in GrGLAssembleGLInterface()
598 GET_PROC(BlendFunc); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp2922 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlend()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp164 void BlendFunc(GLenum sfactor, GLenum dfactor);
424 return es2::BlendFunc(sfactor, dfactor); in glBlendFunc()
1349 this->glBlendFunc = es2::BlendFunc; in LibGLESv2exports()
DlibGLESv2.cpp450 void BlendFunc(GLenum sfactor, GLenum dfactor) in BlendFunc() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp163 void BlendFunc(GLenum sfactor, GLenum dfactor);
1431 this->glBlendFunc = es1::BlendFunc; in LibGLES_CMexports()
DlibGLES_CM.cpp290 void BlendFunc(GLenum sfactor, GLenum dfactor) in BlendFunc() function
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp807 { "glBlendFunc", _O(BlendFunc) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h50 void BlendFunc(GLenum sfactor, GLenum dfactor) override;
Dmojo_gles2_impl_autogen.cc81 void MojoGLES2Impl::BlendFunc(GLenum sfactor, GLenum dfactor) { in BlendFunc() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h135 #define glBlendFunc MANGLE(BlendFunc)