Lines Matching defs:lists
159 /* Free the set of display lists. As each one is freed, the
177 * any other threads that have current display lists (i.e.
205 * but retain its memory and display lists.
306 * lists to all servers, or it could only send display lists to servers
413 /* This is a switch statement that lists every "type" value valid for a
434 void DLM_APIENTRY crDLMReplayDLMLists(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
441 TYPE p = (TYPE)lists;\
455 void DLM_APIENTRY crDLMReplayLists(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
459 crDLMReplayDLMLists(listState->dlm, n, type, lists, dispatchTable);
463 void DLM_APIENTRY crDLMReplayDLMListsState(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
470 TYPE p = (TYPE)lists;\
484 void DLM_APIENTRY crDLMReplayListsState(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
488 crDLMReplayDLMListsState(listState->dlm, n, type, lists, dispatchTable);