Searched refs:CallLists (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 173 table->CallLists = gl_CallLists; in init_exec_pointers() 358 table->CallLists = gl_save_CallLists; in init_dlist_pointers()
|
H A D | types.h | 326 void (*CallLists)( GLcontext *, GLsizei, GLenum, const GLvoid * ); member
|
H A D | api.c | 142 (*CC->API.CallLists)(CC, n, type, lists); in _mesa_CallLists()
|
H A D | dlist.c | 808 (*ctx->Exec.CallLists)( ctx, n, type, lists ); in gl_save_CallLists()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 49 USE_GL_FUNC CallLists, 3, 12
|
H A D | icd.h | 17 void (GLAPIENTRY * CallLists)(GLsizei, GLenum, const GLvoid *);
|
H A D | glfuncs.h | 14 USE_GL_FUNC(CallLists, (GLsizei n, GLenum type, const GLvoid *lists), (n,type,lists), 3, 12)
|