Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dpointers.c271 table->Lightfv = gl_Lightfv; in init_exec_pointers()
459 table->Lightfv = gl_save_Lightfv; in init_dlist_pointers()
H A Dapi.c1184 (*CC->API.Lightfv)( CC, light, pname, &param, 1 ); in _mesa_Lightf()
1193 (*CC->API.Lightfv)( CC, light, pname, &fparam, 1 ); in _mesa_Lighti()
1201 (*CC->API.Lightfv)( CC, light, pname, params, 4 ); in _mesa_Lightfv()
1242 (*CC->API.Lightfv)( CC, light, pname, fparam, 4 ); in _mesa_Lightiv()
H A Dtypes.h436 void (*Lightfv)( GLcontext *, GLenum light, GLenum, const GLfloat *, GLint); member
H A Ddlist.c1501 (*ctx->Exec.Lightfv)( ctx, light, pname, params, numparams ); in gl_save_Lightfv()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s191 USE_GL_FUNC Lightfv, 160, 12
H A Dicd.h174 void (GLAPIENTRY * Lightfv)(GLenum, GLenum, const GLfloat *);
H A Dglfuncs.h171 USE_GL_FUNC(Lightfv, (GLenum light, GLenum pname, const GLfloat *params), (light,pname,params), 160…