Searched refs:Diffuse (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | light.c | 117 if (TEST_EQ_4V(light->Diffuse, params)) in _mesa_light() 120 COPY_4V( light->Diffuse, params ); in _mesa_light() 350 COPY_4V( params, ctx->Light.Light[l].Diffuse ); in _mesa_GetLightfv() 403 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[0]); in _mesa_GetLightiv() 404 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[1]); in _mesa_GetLightiv() 405 params[2] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[2]); in _mesa_GetLightiv() 406 params[3] = FLOAT_TO_INT(ctx->Light.Light[l].Diffuse[3]); in _mesa_GetLightiv() 674 SCALE_3V( light->_MatDiffuse[0], light->Diffuse, in _mesa_update_material() 681 SCALE_3V( light->_MatDiffuse[1], light->Diffuse, in _mesa_update_material() 1127 ASSIGN_4V( l->Diffuse, 1.0, 1.0, 1.0, 1.0 ); in init_light() [all …]
|
D | mtypes.h | 661 GLfloat Diffuse[4]; /**< diffuse color */ member
|
D | attrib.c | 1067 _mesa_light(ctx, i, GL_DIFFUSE, l->Diffuse); in _mesa_PopAttrib()
|
/external/mesa3d/src/mesa/x86/ |
D | gen_matypes.c | 191 OFFSET( "LIGHT_DIFFUSE ", struct gl_light, Diffuse ); in main()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 290 l->Diffuse : in nv20_emit_material_diffuse()
|
D | nv10_state_tnl.c | 372 l->Diffuse : in nv10_emit_material_diffuse()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); in _mesa_fetch_state() 184 value[i] = ctx->Light.Light[ln].Diffuse[i] * in _mesa_fetch_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 876 ctx->Driver.Lightfv( ctx, p, GL_DIFFUSE, l->Diffuse ); in radeonInitState()
|
D | radeon_state.c | 689 COPY_4V( &fcmd[LIT_DIFFUSE_RED], l->Diffuse ); in update_light_colors()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1222 ctx->Driver.Lightfv( ctx, p, GL_DIFFUSE, l->Diffuse ); in r200InitState()
|
D | r200_state.c | 874 COPY_4V( &fcmd[LIT_DIFFUSE_RED], l->Diffuse ); in update_light_colors()
|