Searched refs:end_cmd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array.c536 static const uint16_t end_cmd[2] = { 4, X_GLrop_End }; local in function:emit_DrawArrays_none
560 (void) memcpy(pc, end_cmd, 4);
765 static const uint16_t end_cmd[2] = { 4, X_GLrop_End }; local in function:emit_DrawElements_none
811 (void) memcpy(pc, end_cmd, 4);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array.c538 static const uint16_t end_cmd[2] = { 4, X_GLrop_End }; local in function:emit_DrawArrays_none
562 (void) memcpy(pc, end_cmd, 4);
767 static const uint16_t end_cmd[2] = { 4, X_GLrop_End }; local in function:emit_DrawElements_none
813 (void) memcpy(pc, end_cmd, 4);

Completed in 6 milliseconds