void stencilOp(int fail, int zfail, int zpass){ startCheck('stencilOp'); gl.glStencilOp(fail, zfail, zpass); checkError('stencilOp'); }