Home | History | Annotate | Download | only in glx

Lines Matching refs:DrawArrays

45  * in the DrawArrays protocol.  Certain operations, such as enabling or
48 * other factors to determine what "version" of DrawArrays protocoal can be
51 * Current, only two versions of DrawArrays protocol are implemented. The
55 * DrawArrays protocol.
58 * This is the GL 1.1 DrawArrays protocol. The only difference between GL
59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
165 arrays->DrawArrays = NULL;
322 * Emit a single element using non-DrawArrays protocol.
360 * Emit a single element using "old" DrawArrays protocol from
468 arrays->DrawArrays = emit_DrawArrays_old;
472 arrays->DrawArrays = emit_DrawArrays_none;
484 * the OpenGL 1.1 / EXT_vertex_arrays DrawArrays protocol or in cases where
534 * Emit the header data for the GL 1.1 / EXT_vertex_arrays DrawArrays
958 arrays->DrawArrays(mode, first, count);
1054 arrays->DrawArrays(mode, first[i], count[i]);