Lines Matching refs:DrawArrays
47 * in the DrawArrays protocol. Certain operations, such as enabling or
50 * other factors to determine what "version" of DrawArrays protocoal can be
53 * Current, only two versions of DrawArrays protocol are implemented. The
57 * DrawArrays protocol.
60 * This is the GL 1.1 DrawArrays protocol. The only difference between GL
61 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
165 arrays->DrawArrays = NULL;
333 * Emit a single element using non-DrawArrays protocol.
399 * Emit a single element using "old" DrawArrays protocol from
507 arrays->DrawArrays = emit_DrawArrays_old;
511 arrays->DrawArrays = emit_DrawArrays_none;
523 * the OpenGL 1.1 / EXT_vertex_arrays DrawArrays protocol or in cases where
573 * Emit the header data for the GL 1.1 / EXT_vertex_arrays DrawArrays
997 arrays->DrawArrays(mode, first, count);
1093 arrays->DrawArrays(mode, first[i], count[i]);