void stencilFunc(int func, int ref, int mask){ startCheck('stencilFunc'); gl.glStencilFunc(func, ref, mask); }