void blendEquationSeparate(int modeRGB, int modeAlpha){ startCheck('blendEquationSeparate'); gl.glBlendEquationSeparate(modeRGB, modeAlpha); }