void stencilFunc(int func, int ref, int mask){ _gl.stencilFunc(func, ref, mask); checkError('stencilFunc'); }