void pixelStorei(int pname, int param) { startCheck('pixelStorei'); gl.glPixelStorei(pname, param); checkError('pixelStorei'); }