Home
last modified time | relevance | path

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

1234

/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
221 if (blend.blendFunc) in setCommonBlendState()
223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() local
225 if (blendFunc.is<BlendFunc>()) in setCommonBlendState()
226 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState()
227 else if (blendFunc.is<SeparateBlendFunc>()) in setCommonBlendState()
228 …rate(blendFunc.get<SeparateBlendFunc>().rgb.src, blendFunc.get<SeparateBlendFunc>().rgb.dst, blend… in setCommonBlendState()
265 if (blend.blendFunc) in setIndexedBlendState()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp579 Function* blendFunc = Function::Create( in Create() local
581 blendFunc->getParent()->setModuleIdentifier(blendFunc->getName()); in Create()
583 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc); in Create()
588 auto argitr = blendFunc->arg_begin(); in Create()
862 JitManager::DumpToFile(blendFunc, ""); in Create()
881 passes.run(*blendFunc); in Create()
883 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
885 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/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/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/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/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/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl27 dst->blendFunc = src.blendFunc;
/external/deqp-deps/glslang/Test/
D100.frag211 void blendFunc()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D100.frag211 void blendFunc()
/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/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js386 ctx.blendFunc(ctx.ONE, ctx.ZERO);
/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/angle/src/libANGLE/
DContext_gles_2_0_autogen.h24 void blendFunc(GLenum sfactor, GLenum dfactor); \

1234