Searched refs:LightModelfv (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 270 table->LightModelfv = gl_LightModelfv; in init_exec_pointers() 458 table->LightModelfv = gl_save_LightModelfv; in init_dlist_pointers()
|
H A D | api.c | 1250 (*CC->API.LightModelfv)( CC, pname, ¶m ); in _mesa_LightModelf() 1259 (*CC->API.LightModelfv)( CC, pname, fparam ); in _mesa_LightModeli() 1266 (*CC->API.LightModelfv)( CC, pname, params ); in _mesa_LightModelfv() 1290 (*CC->API.LightModelfv)( CC, pname, fparam ); in _mesa_LightModeliv()
|
H A D | types.h | 435 void (*LightModelfv)( GLcontext *, GLenum, const GLfloat * ); member
|
H A D | dlist.c | 1518 (*ctx->Exec.LightModelfv)( ctx, pname, params ); in gl_save_LightModelfv()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 187 USE_GL_FUNC LightModelfv, 164, 8
|
H A D | icd.h | 178 void (GLAPIENTRY * LightModelfv)(GLenum, const GLfloat *);
|
H A D | glfuncs.h | 175 USE_GL_FUNC(LightModelfv, (GLenum pname, const GLfloat *params), (pname,params), 164, 8)
|