Home
last modified time | relevance | path

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

123

/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()
Des2pShaderControlStatementTests.cpp115 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
Des2pRedundantStateChangeTests.cpp577 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/
DglwInitES20Direct.inl14 gl->blendFunc = &glBlendFunc;
DglwInitES30Direct.inl14 gl->blendFunc = &glBlendFunc;
DglwInitES20.inl14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
DglwFunctions.inl31 glBlendFuncFunc blendFunc; variable
/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()
Des3pStateChangeCallTests.cpp451 blendFunc, in init()
Des3pShaderControlStatementTests.cpp115 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
Des3pRedundantStateChangeTests.cpp651 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl14 dst->blendFunc = src.blendFunc;
DgluStateReset.cpp272 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateES()
814 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateGLCore()
/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.cpp239 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp248 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/external/chromium_org/content/shell/renderer/test_runner/
DTestPlugin.cpp410 m_context->blendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in initScene()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h79 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { } in blendFunc() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DLayers3DView.js217 gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);

123