Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h137 GLenum blendEquationRgb = 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()
1559 blendState.blendEquationRgb = modeRGB; in setBlendEquationSeparate()
1566 m_blendStates[buf].blendEquationRgb = modeRGB; in setBlendEquationSeparatei()