void drawElements(int mode, int count, int type, int offset) { _gl.drawElements(mode, count, type, offset); checkError('drawElements'); }