HomeSort by relevance Sort by last modified time
    Searched refs:blendFunc (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 133 struct BlendFunc
135 BlendFunc (deUint32 src_, deUint32 dst_)
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_)
153 BlendFunc rgb;
154 BlendFunc alpha;
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_,
169 , blendFunc (blendFunc_)
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 241 void BlendFunc(SWR_BLEND_OP blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4])
538 Function* blendFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule);
540 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc);
545 auto argitr = blendFunc->arg_begin();
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);
789 JitManager::DumpToFile(blendFunc, "");
805 passes.run(*blendFunc);
807 JitManager::DumpToFile(blendFunc, "optimized")
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 16 gl->blendFunc = &glBlendFunc;
glwInitES20.inl 16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
glwInitES30Direct.inl 23 gl->blendFunc = &glBlendFunc;
glwInitES31Direct.inl 27 gl->blendFunc = &glBlendFunc;
glwFunctions.inl 41 glBlendFuncFunc blendFunc;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 211 gl.blendFunc(GL_ONE, GL_ONE);
es2pStateChangeTests.cpp 637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
639 gl.blendFunc(GL_ONE, GL_ONE);
    [all...]
es2pStateChangeCallTests.cpp 416 blendFunc,
es2pTextureUploadTests.cpp 193 gl.blendFunc (GL_ONE, GL_ONE);
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 238 gl.blendFunc(GL_ONE, GL_ONE);
es3pStateChangeTests.cpp 721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
723 gl.blendFunc(GL_ONE, GL_ONE);
    [all...]
es3pStateChangeCallTests.cpp 451 blendFunc,
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 27 dst->blendFunc = src.blendFunc;
gluStateReset.cpp 366 gl.blendFunc (GL_ONE, GL_ZERO);
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
sglrContextWrapper.cpp 331 m_curCtx->blendFunc(src, dst);
sglrGLContext.hpp 140 virtual void blendFunc (deUint32 src, deUint32 dst);
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 240 gl.blendFunc(GL_ONE, GL_ONE);
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 133 'blendFunc': {2: { 0:true, 1:true }},
386 ctx.blendFunc(ctx.ONE, ctx.ZERO);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 97 gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 258 gl.blendFunc(GL_ONE, GL_ONE);
  /frameworks/native/opengl/libagl/
state.cpp 561 c->rasterizer.procs.blendFunc(c, sfactor, dfactor);

Completed in 2180 milliseconds

1 2 3