Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c875 ctx->Driver.Lightfv( ctx, p, GL_AMBIENT, l->Ambient ); in radeonInitState()
876 ctx->Driver.Lightfv( ctx, p, GL_DIFFUSE, l->Diffuse ); in radeonInitState()
877 ctx->Driver.Lightfv( ctx, p, GL_SPECULAR, l->Specular ); in radeonInitState()
878 ctx->Driver.Lightfv( ctx, p, GL_POSITION, NULL ); in radeonInitState()
879 ctx->Driver.Lightfv( ctx, p, GL_SPOT_DIRECTION, NULL ); in radeonInitState()
880 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in radeonInitState()
881 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff ); in radeonInitState()
882 ctx->Driver.Lightfv( ctx, p, GL_CONSTANT_ATTENUATION, in radeonInitState()
884 ctx->Driver.Lightfv( ctx, p, GL_LINEAR_ATTENUATION, in radeonInitState()
886 ctx->Driver.Lightfv( ctx, p, GL_QUADRATIC_ATTENUATION, in radeonInitState()
Dradeon_state.c2201 ctx->Driver.Lightfv = radeonLightfv; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1221 ctx->Driver.Lightfv( ctx, p, GL_AMBIENT, l->Ambient ); in r200InitState()
1222 ctx->Driver.Lightfv( ctx, p, GL_DIFFUSE, l->Diffuse ); in r200InitState()
1223 ctx->Driver.Lightfv( ctx, p, GL_SPECULAR, l->Specular ); in r200InitState()
1224 ctx->Driver.Lightfv( ctx, p, GL_POSITION, NULL ); in r200InitState()
1225 ctx->Driver.Lightfv( ctx, p, GL_SPOT_DIRECTION, NULL ); in r200InitState()
1226 ctx->Driver.Lightfv( ctx, p, GL_SPOT_EXPONENT, &l->SpotExponent ); in r200InitState()
1227 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff ); in r200InitState()
1228 ctx->Driver.Lightfv( ctx, p, GL_CONSTANT_ATTENUATION, in r200InitState()
1230 ctx->Driver.Lightfv( ctx, p, GL_LINEAR_ATTENUATION, in r200InitState()
1232 ctx->Driver.Lightfv( ctx, p, GL_QUADRATIC_ATTENUATION, in r200InitState()
Dr200_state.c2445 functions->Lightfv = r200Lightfv; in r200InitStateFuncs()
/external/mesa3d/src/glx/tests/
Denum_sizes.cpp112 TEST(ValidEnumSizes, Lightfv) in TEST() argument
126 TEST(InvalidEnumSizes, Lightfv) in TEST() argument
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c137 driver->Lightfv = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/main/
Dlight.c194 if (ctx->Driver.Lightfv) in _mesa_light()
195 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params ); in _mesa_light()
Ddd.h486 void (*Lightfv)(struct gl_context *ctx, GLenum light, member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c532 ctx->Driver.Lightfv = nouveau_light; in nouveau_state_init()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h210 void (GLAPIENTRY * Lightfv)(GLenum, GLenum, const GLfloat *);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp726 { "glLightfv", _O(Lightfv) },
/external/mesa3d/include/GL/
Dgl_mangle.h986 #define glLightfv MANGLE(Lightfv)