Searched defs:blendEquationSeparate (Results 1 – 6 of 6) sorted by relevance
136 'blendEquationSeparate': {2: { 0:true, 1:true }}, property
560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
2922 void ReferenceContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::ReferenceContext
156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
39 glBlendEquationSeparateFunc blendEquationSeparate; variable
5320 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context