void pixelStorei(int pname, int param) { startCheck("pixelStorei"); glPixelStorei(_gl, pname, param); checkError('pixelStorei'); }