Home
last modified time | relevance | path

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

1234

/external/skqp/tests/
DAdvancedBlendTest.cpp22 const GrBlendEquation blendEquation = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
37 !caps.isAdvancedBlendEquationBlacklisted(blendEquation)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DAdvancedBlendTest.cpp33 const GrBlendEquation blendEquation = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
50 !caps.isAdvancedBlendEquationBlacklisted(blendEquation)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp92 gl.blendEquation(GL_FUNC_ADD); in iterate()
DesextcDrawBuffersIndexedBase.cpp303 gl.blendEquation(mode); in SetBlendEquation()
/external/angle/third_party/glslang/src/glslang/Include/
DTypes.h1231 bool blendEquation; // true if any blend equation was specified member
1266 blendEquation = false; in init()
1279 bool hasBlendEquation() const { return blendEquation; } in hasBlendEquation()
1320 if (src.blendEquation) in merge()
1321 blendEquation = src.blendEquation; in merge()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1231 bool blendEquation; // true if any blend equation was specified member
1266 blendEquation = false; in init()
1279 bool hasBlendEquation() const { return blendEquation; } in hasBlendEquation()
1320 if (src.blendEquation) in merge()
1321 blendEquation = src.blendEquation; in merge()
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp212 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
Des2pStateChangeCallTests.cpp303 blendEquation, in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl14 gl->blendEquation = &glBlendEquation;
DglwInitES30Direct.inl21 gl->blendEquation = &glBlendEquation;
DglwInitES20.inl14 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
DglwInitES31Direct.inl25 gl->blendEquation = &glBlendEquation;
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl25 dst->blendEquation = src.blendEquation;
DgluStateReset.cpp367 gl.blendEquation(GL_FUNC_ADD); in resetStateES()
984 gl.blendEquation(GL_FUNC_ADD); in resetStateGLCore()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp239 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp709 gl.blendEquation(s.mode); in iterate()
1018 gl.blendEquation(m_mode); in iterate()
1211 gl.blendEquation(GL_MULTIPLY_KHR); in iterate()
1345 gl.blendEquation(m_mode); in iterate()
1558 gl.blendEquation(GL_DARKEN_KHR); in iterate()
/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/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/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js385 ctx.blendEquation(ctx.FUNC_ADD);
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp138 virtual void blendEquation (deUint32 mode);
DsglrContextWrapper.cpp321 m_curCtx->blendEquation(mode); in glBlendEquation()
DsglrContext.hpp126 virtual void blendEquation (deUint32 mode) = DE_NULL;
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp125 ASSIGN("glBlendEquation", blendEquation); in initProcsDesktopGL()
1059 ASSIGN("glBlendEquation", blendEquation); in initProcsDesktopGL()
1932 ASSIGN("glBlendEquation", blendEquation); in initProcsGLES()
2632 ASSIGN("glBlendEquationEXT", blendEquation); in initProcsSharedExtensions()
2893 blendEquation = &glBlendEquationNULL; in initProcsDesktopGLNULL()
3825 blendEquation = &glBlendEquationNULL; in initProcsDesktopGLNULL()
4697 blendEquation = &glBlendEquationNULL; in initProcsGLESNULL()
5397 blendEquation = &glBlendEquationNULL; in initProcsSharedExtensionsNULL()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp241 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h22 void blendEquation(GLenum mode); \

1234