Searched refs:blendFunc (Results 1 - 25 of 62) sorted by relevance

123

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp169 , blendFunc (blendFunc_)
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc; member in struct:deqp::gles31::Functional::__anon4685::BlendState
214 if (blend.blendFunc)
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; local
218 if (blendFunc.is<BlendFunc>())
219 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc
260 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; local
1081 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; local
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl16 gl->blendFunc = &glBlendFunc;
H A DglwInitES20.inl16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitES30Direct.inl23 gl->blendFunc = &glBlendFunc;
H A DglwInitES31Direct.inl27 gl->blendFunc = &glBlendFunc;
H A DglwFunctions.inl41 glBlendFuncFunc blendFunc;
H A DglwInitES30.inl23 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitES32Direct.inl30 gl->blendFunc = &glBlendFunc;
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE);
H A Des2pStateChangeTests.cpp637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
639 gl.blendFunc(GL_ONE, GL_ONE);
1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR);
H A Des2pStateChangeCallTests.cpp416 blendFunc,
H A Des2pTextureUploadTests.cpp193 gl.blendFunc (GL_ONE, GL_ONE);
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp238 gl.blendFunc(GL_ONE, GL_ONE);
H A Des3pStateChangeTests.cpp721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
723 gl.blendFunc(GL_ONE, GL_ONE);
1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR);
H A Des3pStateChangeCallTests.cpp451 blendFunc,
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl27 dst->blendFunc = src.blendFunc;
H A DgluStateReset.cpp366 gl.blendFunc (GL_ONE, GL_ZERO);
956 gl.blendFunc (GL_ONE, GL_ZERO);
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js133 'blendFunc': {2: { 0:true, 1:true }},
386 ctx.blendFunc(ctx.ONE, ctx.ZERO);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
H A DsglrContextWrapper.cpp331 m_curCtx->blendFunc(src, dst);
H A DsglrGLContext.hpp140 virtual void blendFunc (deUint32 src, deUint32 dst);
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp240 gl.blendFunc(GL_ONE, GL_ONE);
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DI.js97 gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp258 gl.blendFunc(GL_ONE, GL_ONE);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp540 gl.blendFunc(GL_ONE, GL_ONE);
545 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

Completed in 1014 milliseconds

123