Home
last modified time | relevance | path

Searched refs:LightModelfv (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c270 table->LightModelfv = gl_LightModelfv; in init_exec_pointers()
458 table->LightModelfv = gl_save_LightModelfv; in init_dlist_pointers()
H A Dapi.c1250 (*CC->API.LightModelfv)( CC, pname, &param ); 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 Dtypes.h435 void (*LightModelfv)( GLcontext *, GLenum, const GLfloat * ); member
H A Ddlist.c1518 (*ctx->Exec.LightModelfv)( ctx, pname, params ); in gl_save_LightModelfv()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s187 USE_GL_FUNC LightModelfv, 164, 8
H A Dicd.h178 void (GLAPIENTRY * LightModelfv)(GLenum, const GLfloat *);
H A Dglfuncs.h175 USE_GL_FUNC(LightModelfv, (GLenum pname, const GLfloat *params), (pname,params), 164, 8)