/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 875 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()
|
D | radeon_state.c | 2201 ctx->Driver.Lightfv = radeonLightfv; in radeonInitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1221 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()
|
D | r200_state.c | 2445 functions->Lightfv = r200Lightfv; in r200InitStateFuncs()
|
/external/mesa3d/src/glx/tests/ |
D | enum_sizes.cpp | 112 TEST(ValidEnumSizes, Lightfv) in TEST() argument 126 TEST(InvalidEnumSizes, Lightfv) in TEST() argument
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 137 driver->Lightfv = NULL; in _mesa_init_driver_functions()
|
/external/mesa3d/src/mesa/main/ |
D | light.c | 194 if (ctx->Driver.Lightfv) in _mesa_light() 195 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params ); in _mesa_light()
|
D | dd.h | 486 void (*Lightfv)(struct gl_context *ctx, GLenum light, member
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 532 ctx->Driver.Lightfv = nouveau_light; in nouveau_state_init()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 210 void (GLAPIENTRY * Lightfv)(GLenum, GLenum, const GLfloat *);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 726 { "glLightfv", _O(Lightfv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 986 #define glLightfv MANGLE(Lightfv)
|