Searched refs:GenTextures (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 228 table->GenTextures = gl_GenTextures; in init_exec_pointers() 413 table->GenTextures = gl_GenTextures; /* NOT SAVED */ in init_dlist_pointers()
|
H A D | types.h | 388 void (*GenTextures)( GLcontext *, GLsizei, GLuint * ); member
|
H A D | api.c | 840 (*CC->API.GenTextures)(CC, n, textures); in _mesa_GenTextures()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 138 USE_GL_FUNC GenTextures, 328, 8
|
H A D | icd.h | 342 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
|
H A D | glfuncs.h | 339 USE_GL_FUNC(GenTextures, (GLsizei n, GLuint *textures), (n,textures), 328, 8)
|