Home
last modified time | relevance | path

Searched refs:gl_GenLists (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c227 table->GenLists = gl_GenLists; in init_exec_pointers()
412 table->GenLists = gl_GenLists; /* NOT SAVED */ in init_dlist_pointers()
H A Ddlist.h97 extern GLuint gl_GenLists( GLcontext *ctx, GLsizei range );
H A Ddlist.c2946 GLuint gl_GenLists( GLcontext *ctx, GLsizei range ) in gl_GenLists() function