void stencilOp(int fail, int zfail, int zpass){ _gl.stencilOp(fail, zfail, zpass); checkError('stencilOp'); }