Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dpointers.c246 table->GetPixelMapuiv = gl_GetPixelMapuiv; in init_exec_pointers()
433 table->GetPixelMapuiv = gl_GetPixelMapuiv; in init_dlist_pointers()
H A Dtypes.h406 void (*GetPixelMapuiv)( GLcontext *, GLenum, GLuint * ); member
H A Dapi.c948 (*CC->API.GetPixelMapuiv)(CC, map, values); in _mesa_GetPixelMapuiv()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s153 USE_GL_FUNC GetPixelMapuiv, 272, 8
H A Dicd.h286 void (GLAPIENTRY * GetPixelMapuiv)(GLenum, GLuint *);
H A Dglfuncs.h283 USE_GL_FUNC(GetPixelMapuiv, (GLenum map, GLuint *values), (map,values), 272, 8)