Home
last modified time | relevance | path

Searched refs:CallLists (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c173 table->CallLists = gl_CallLists; in init_exec_pointers()
358 table->CallLists = gl_save_CallLists; in init_dlist_pointers()
H A Dtypes.h326 void (*CallLists)( GLcontext *, GLsizei, GLenum, const GLvoid * ); member
H A Dapi.c142 (*CC->API.CallLists)(CC, n, type, lists); in _mesa_CallLists()
H A Ddlist.c808 (*ctx->Exec.CallLists)( ctx, n, type, lists ); in gl_save_CallLists()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s49 USE_GL_FUNC CallLists, 3, 12
H A Dicd.h17 void (GLAPIENTRY * CallLists)(GLsizei, GLenum, const GLvoid *);
H A Dglfuncs.h14 USE_GL_FUNC(CallLists, (GLsizei n, GLenum type, const GLvoid *lists), (n,type,lists), 3, 12)