Home
last modified time | relevance | path

Searched refs:blendFunc (Results 1 – 25 of 74) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp169 , blendFunc (blendFunc_) in BlendState()
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask); in isEmpty()
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc; member
214 if (blend.blendFunc) in setCommonBlendState()
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() local
218 if (blendFunc.is<BlendFunc>()) in setCommonBlendState()
219 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState()
220 else if (blendFunc.is<SeparateBlendFunc>()) in setCommonBlendState()
221 …rate(blendFunc.get<SeparateBlendFunc>().rgb.src, blendFunc.get<SeparateBlendFunc>().rgb.dst, blend… in setCommonBlendState()
258 if (blend.blendFunc) in setIndexedBlendState()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp535 …Function* blendFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCu… in Create() local
536 blendFunc->getParent()->setModuleIdentifier(blendFunc->getName()); in Create()
538 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc); in Create()
543 auto argitr = blendFunc->arg_begin(); in Create()
792 JitManager::DumpToFile(blendFunc, ""); in Create()
808 passes.run(*blendFunc); in Create()
810 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
812 return blendFunc; in Create()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp93 gl.blendFunc(GL_ONE, GL_ZERO); in iterate()
DesextcDrawBuffersIndexedBase.cpp325 gl.blendFunc(src, dst); in SetBlendFunc()
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.cpp435 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
630 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
Des2pStateChangeTests.cpp637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
639 gl.blendFunc(GL_ONE, GL_ONE); in init()
1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
Des2pStateChangeCallTests.cpp416 blendFunc, in init()
Des2pTextureUploadTests.cpp193 gl.blendFunc (GL_ONE, GL_ONE); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl16 gl->blendFunc = &glBlendFunc;
DglwInitES30Direct.inl23 gl->blendFunc = &glBlendFunc;
DglwInitES20.inl16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
DglwInitES31Direct.inl27 gl->blendFunc = &glBlendFunc;
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl27 dst->blendFunc = src.blendFunc;
DgluStateReset.cpp366 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateES()
983 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateGLCore()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp238 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
Des3pStateChangeTests.cpp721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
723 gl.blendFunc(GL_ONE, GL_ONE); in init()
1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js386 ctx.blendFunc(ctx.ONE, ctx.ZERO);
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp140 virtual void blendFunc (deUint32 src, deUint32 dst);
DsglrContext.hpp128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
DsglrContextWrapper.cpp331 m_curCtx->blendFunc(src, dst); in glBlendFunc()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp240 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js97 gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);
/external/deqp/modules/egl/
DteglRenderTests.cpp577 gl.blendFunc(GL_ONE, GL_ONE); in drawGLES2()
582 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawGLES2()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp260 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()

123