Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dpointers.c214 table->EndList = gl_EndList; in init_exec_pointers()
399 table->EndList = gl_EndList; /* NOT SAVED */ in init_dlist_pointers()
H A Ddlist.h95 extern void gl_EndList( GLcontext *ctx );
H A Ddlist.c3020 void gl_EndList( GLcontext *ctx ) in gl_EndList() function