Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h64 GLenum blendEquationRgb; member
DStateManagerGL.cpp2894 get(GL_BLEND_EQUATION_RGB, &state->blendEquationRgb); in syncBlendFromNativeContext()
2914 mFunctions->blendEquationSeparate(state->blendEquationRgb, state->blendEquationAlpha); in restoreBlendNativeContext()
2915 mBlendStateExt.mEquationColor = state->blendEquationRgb; in restoreBlendNativeContext()