Home
last modified time | relevance | path

Searched refs:blendEquation (Results 1 – 25 of 56) sorted by relevance

123

/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp212 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
Des2pStateChangeCallTests.cpp303 blendEquation, in init()
Des2pShaderControlStatementTests.cpp114 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
Des2pStateChangeTests.cpp592 gl.blendEquation(GL_FUNC_SUBTRACT); in init()
594 gl.blendEquation(GL_FUNC_ADD); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl12 gl->blendEquation = &glBlendEquation;
DglwInitES30Direct.inl12 gl->blendEquation = &glBlendEquation;
DglwInitES20.inl12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
DglwFunctions.inl69 glBlendEquationFunc blendEquation; variable
DglwInitES30.inl12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp239 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
Des3pStateChangeCallTests.cpp338 blendEquation, in init()
Des3pShaderControlStatementTests.cpp114 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
Des3pStateChangeTests.cpp676 gl.blendEquation(GL_FUNC_SUBTRACT); in init()
678 gl.blendEquation(GL_FUNC_ADD); in init()
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl12 dst->blendEquation = src.blendEquation;
DgluStateReset.cpp273 gl.blendEquation(GL_FUNC_ADD); in resetStateES()
815 gl.blendEquation(GL_FUNC_ADD); in resetStateGLCore()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1582 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
1595 gl.blendEquation(blendEquation); in testFBO()
1660 gl.blendEquation(GL_FUNC_ADD); in drawTestImage()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp138 virtual void blendEquation (deUint32 mode);
DsglrContext.hpp126 virtual void blendEquation (deUint32 mode) = DE_NULL;
DsglrContextWrapper.cpp321 m_curCtx->blendEquation(mode); in glBlendEquation()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1950 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
1963 gl.blendEquation(blendEquation); in testFBO()
2028 gl.blendEquation(GL_FUNC_ADD); in drawTestImage()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp240 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp249 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp416 gl.blendEquation(m_blendMode); in iterate()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h76 virtual void blendEquation(WGC3Denum mode) { } in blendEquation() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h82 virtual void blendEquation(WGC3Denum mode); in NON_EXPORTED_BASE()

123