void blendFuncSeparate(int v0, int v1, int v2, int v3) { return gl.glBlendFuncSeparate(v0, v1, v2, v3); }