Home
last modified time | relevance | path

Searched refs:blendEquationAlpha (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h138 GLenum blendEquationAlpha = GL_FUNC_ADD; member
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp875 … dispatcher.glBlendEquationSeparateiEXT(i, blend.blendEquationRgb, blend.blendEquationAlpha); in postLoadRestoreCtx()
886 dispatcher.glBlendEquationSeparate(blend.blendEquationRgb, blend.blendEquationAlpha); in postLoadRestoreCtx()
1560 blendState.blendEquationAlpha = modeAlpha; in setBlendEquationSeparate()
1567 m_blendStates[buf].blendEquationAlpha = modeAlpha; in setBlendEquationSeparatei()