Searched refs:GetDoublev (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 233 table->GetDoublev = gl_GetDoublev; in init_exec_pointers() 420 table->GetDoublev = gl_GetDoublev; in init_dlist_pointers()
|
H A D | types.h | 393 void (*GetDoublev)( GLcontext *, GLenum, GLdouble * ); member
|
H A D | api.c | 860 (*CC->API.GetDoublev)(CC, pname, params); in _mesa_GetDoublev()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 141 USE_GL_FUNC GetDoublev, 260, 8
|
H A D | icd.h | 274 void (GLAPIENTRY * GetDoublev)(GLenum, GLdouble *);
|
H A D | glfuncs.h | 271 USE_GL_FUNC(GetDoublev, (GLenum pname, GLdouble *params), (pname,params), 260, 8)
|