Searched refs:BlendFunc (Results 1 - 25 of 25) 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::__anon5338
135 BlendFunc (deUint32 src_, deUint32 dst_) function in struct:deqp::gles31::Functional::__anon5338::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.hpp160 enum BlendFunc enum in namespace:rr
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c897 * Result: the ctx->Color.BlendFunc pointer is updated.
910 swrast->BlendFunc = blend_general;
916 swrast->BlendFunc = _mesa_mmx_blend_min;
920 swrast->BlendFunc = blend_min;
926 swrast->BlendFunc = _mesa_mmx_blend_max;
930 swrast->BlendFunc = blend_max;
933 swrast->BlendFunc = blend_general;
939 swrast->BlendFunc = _mesa_mmx_blend_transparency;
945 swrast->BlendFunc = blend_transparency_ubyte;
947 swrast->BlendFunc
[all...]
H A Ds_context.h314 blend_func BlendFunc; member in struct:__anon17289
H A Ds_context.c408 * Called via swrast->BlendFunc. Examine GL state to choose a blending
421 swrast->BlendFunc( ctx, n, mask, src, dst, chanType );
458 swrast->BlendFunc = _swrast_validate_blend_func;
761 swrast->BlendFunc = _swrast_validate_blend_func;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dblend.h181 INLINE void BlendFunc(SWR_BLEND_OP blendOp, simdvector &src, simdvector &srcFactor, simdvector &dst, simdvector &dstFactor, simdvector &out) function
308 BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
309 BlendFunc<false, true>((SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
316 BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
/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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp241 void BlendFunc(SWR_BLEND_OP blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4]) function in struct:BlendJit
637 BlendFunc<true, false>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
638 BlendFunc<false, true>(state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
645 BlendFunc<true, true>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp102 GET_PROC(BlendFunc);
464 GET_PROC(BlendFunc);
H A DGrGLGpu.cpp2921 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff],
/external/skqp/src/gpu/gl/
H A DGrGLAssembleInterface.cpp102 GET_PROC(BlendFunc);
596 GET_PROC(BlendFunc);
H A DGrGLGpu.cpp2941 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff],
/external/skia/tools/gpu/atlastext/
H A DGLTestAtlasTextRenderer.cpp357 callgl(BlendFunc, GR_GL_ONE, GR_GL_ONE_MINUS_SRC_ALPHA);
/external/skqp/tools/gpu/atlastext/
H A DGLTestAtlasTextRenderer.cpp357 callgl(BlendFunc, GR_GL_ONE, GR_GL_ONE_MINUS_SRC_ALPHA);
/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp405 typedef tcu::Vec4 (*BlendFunc)(const tcu::Vec4& src, const tcu::Vec4& dst);
407 static BlendFunc GetBlendFunc(glw::GLenum mode)
458 BlendFunc blend = GetBlendFunc(mode);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp34 void BlendFunc(GLenum sfactor, GLenum dfactor);
295 return es2::BlendFunc(sfactor, dfactor);
1231 this->glBlendFunc = es2::BlendFunc;
H A DlibGLESv2.cpp391 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);
1435 this->glBlendFunc = es1::BlendFunc;
H A DlibGLES_CM.cpp250 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/mesa3d/include/GL/
H A Dgl_mangle.h152 #define glBlendFunc MANGLE(BlendFunc)

Completed in 550 milliseconds