/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 169 , 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/ |
D | blend_jit.cpp | 538 …Function* blendFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCu… in Create() local 540 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc); in Create() 545 auto argitr = blendFunc->arg_begin(); in Create() 789 JitManager::DumpToFile(blendFunc, ""); in Create() 805 passes.run(*blendFunc); in Create() 807 JitManager::DumpToFile(blendFunc, "optimized"); in Create() 809 return blendFunc; in Create()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 211 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
|
D | es2pStateChangeTests.cpp | 637 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()
|
D | es2pStateChangeCallTests.cpp | 416 blendFunc, in init()
|
D | es2pTextureUploadTests.cpp | 193 gl.blendFunc (GL_ONE, GL_ONE); in init()
|
D | es2pRedundantStateChangeTests.cpp | 577 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init() 1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 16 gl->blendFunc = &glBlendFunc;
|
D | glwInitES30Direct.inl | 23 gl->blendFunc = &glBlendFunc;
|
D | glwInitES20.inl | 16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
|
D | glwInitES31Direct.inl | 27 gl->blendFunc = &glBlendFunc;
|
D | glwInitES32Direct.inl | 30 gl->blendFunc = &glBlendFunc;
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 27 dst->blendFunc = src.blendFunc;
|
D | gluStateReset.cpp | 366 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateES() 961 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateGLCore()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 238 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
|
D | es3pStateChangeTests.cpp | 721 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()
|
D | es3pStateChangeCallTests.cpp | 451 blendFunc, in init()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 140 virtual void blendFunc (deUint32 src, deUint32 dst);
|
D | sglrContextWrapper.cpp | 331 m_curCtx->blendFunc(src, dst); in glBlendFunc()
|
D | sglrContext.hpp | 128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 386 ctx.blendFunc(ctx.ONE, ctx.ZERO);
|
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 240 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DI.js | 97 gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 540 gl.blendFunc(GL_ONE, GL_ONE); in drawGLES2() 545 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawGLES2()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 258 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
|