void drawArrays(int mode, int first, int count) { _gl.drawArrays(mode, first, count); checkError('drawArrays'); }