void drawArrays(int mode, int first, int count) { startCheck('drawArrays'); gl.glDrawArrays(mode, first, count); checkError('drawArrays'); }