Searched refs:blendEquationSeparate (Results 1 – 9 of 9) sorted by relevance
23 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); \
181 context->blendEquationSeparate( in ReplayCall()
4656 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context
162 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsDesktopGL()1611 ASSIGN("glBlendEquationSeparateEXT", blendEquationSeparate); in initProcsDesktopGL()1933 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsGLES()2930 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()4377 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()4698 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsGLESNULL()
1240 mFunctions->blendEquationSeparate(blendStateExt.getEquationColorIndexed(0), in setBlendEquations()1284 mFunctions->blendEquationSeparate( in setBlendEquations()
156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
88 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparate()
220 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparate()
7966 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparateContextANGLE()