Searched refs:BlendFunc (Results 1 - 20 of 20) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
H A DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func)
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct in namespace:deqp::gles31::Functional::__anon4685
135 BlendFunc (deUint32 src_, deUint32 dst_) function in struct:deqp::gles31::Functional::__anon4685::BlendFunc
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_)
153 BlendFunc rgb;
154 BlendFunc alpha;
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_,
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc;
218 if (blendFunc.is<BlendFunc>())
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp149 enum BlendFunc enum in namespace:rr
199 BlendFunc srcFunc;
200 BlendFunc dstFunc;
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c900 * Result: the ctx->Color.BlendFunc pointer is updated.
913 swrast->BlendFunc = blend_general;
919 swrast->BlendFunc = _mesa_mmx_blend_min;
923 swrast->BlendFunc = blend_min;
929 swrast->BlendFunc = _mesa_mmx_blend_max;
933 swrast->BlendFunc = blend_max;
936 swrast->BlendFunc = blend_general;
942 swrast->BlendFunc = _mesa_mmx_blend_transparency;
948 swrast->BlendFunc = blend_transparency_ubyte;
950 swrast->BlendFunc
[all...]
H A Ds_context.h297 blend_func BlendFunc; member in struct:__anon15317
H A Ds_context.c411 * Called via swrast->BlendFunc. Examine GL state to choose a blending
424 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
461 swrast->BlendFunc = _swrast_validate_blend_func;
763 swrast->BlendFunc = _swrast_validate_blend_func;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.hpp268 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
H A DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp114 GET_PROC(BlendFunc);
598 GET_PROC(BlendFunc);
H A DGrGLGpu.cpp2922 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff],
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dmain.cpp164 void BlendFunc(GLenum sfactor, GLenum dfactor);
424 return es2::BlendFunc(sfactor, dfactor);
1349 this->glBlendFunc = es2::BlendFunc;
H A DlibGLESv2.cpp450 void BlendFunc(GLenum sfactor, GLenum dfactor) function in namespace:es2
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp163 void BlendFunc(GLenum sfactor, GLenum dfactor);
1431 this->glBlendFunc = es1::BlendFunc;
H A DlibGLES_CM.cpp290 void BlendFunc(GLenum sfactor, GLenum dfactor) function in namespace:es1
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp807 { "glBlendFunc", _O(BlendFunc) },
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.h50 void BlendFunc(GLenum sfactor, GLenum dfactor) override;
H A Dmojo_gles2_impl_autogen.cc81 void MojoGLES2Impl::BlendFunc(GLenum sfactor, GLenum dfactor) { function in class:mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
H A Dgl_mangle.h135 #define glBlendFunc MANGLE(BlendFunc)

Completed in 495 milliseconds