Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Ddlist.h199 extern void gl_save_CullFace( GLcontext *ctx, GLenum mode );
H A Dpointers.c382 table->CullFace = gl_save_CullFace; in init_dlist_pointers()
H A Ddlist.c1176 void gl_save_CullFace( GLcontext *ctx, GLenum mode ) in gl_save_CullFace() function