Home
last modified time | relevance | path

Searched refs:GenTextures (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c228 table->GenTextures = gl_GenTextures; in init_exec_pointers()
413 table->GenTextures = gl_GenTextures; /* NOT SAVED */ in init_dlist_pointers()
H A Dtypes.h388 void (*GenTextures)( GLcontext *, GLsizei, GLuint * ); member
H A Dapi.c840 (*CC->API.GenTextures)(CC, n, textures); in _mesa_GenTextures()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s138 USE_GL_FUNC GenTextures, 328, 8
H A Dicd.h342 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
H A Dglfuncs.h339 USE_GL_FUNC(GenTextures, (GLsizei n, GLuint *textures), (n,textures), 328, 8)