/external/mesa3d/src/mesa/main/ |
D | light.c | 109 if (TEST_EQ_4V(light->Ambient, params)) in _mesa_light() 112 COPY_4V( light->Ambient, params ); in _mesa_light() 332 COPY_4V( params, ctx->Light.Light[l].Ambient ); in _mesa_GetLightfv() 381 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[0]); in _mesa_GetLightiv() 382 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[1]); in _mesa_GetLightiv() 383 params[2] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[2]); in _mesa_GetLightiv() 384 params[3] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[3]); in _mesa_GetLightiv() 446 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) in _mesa_LightModelfv() 449 COPY_4V( ctx->Light.Model.Ambient, params ); in _mesa_LightModelfv() 627 SCALE_3V( light->_MatAmbient[0], light->Ambient, in _mesa_update_material() [all …]
|
D | attrib.c | 1224 _mesa_light(ctx, i, GL_AMBIENT, l->Ambient); in _mesa_PopAttrib() 1257 light->Model.Ambient); in _mesa_PopAttrib()
|
D | mtypes.h | 302 GLfloat Ambient[4]; /**< ambient color */ member 339 GLfloat Ambient[4]; /**< ambient color */ member
|
/external/libcap/doc/values/ |
D | 8.txt | 3 set, as well as Bounding and Ambient Linux extension 6 Ambient vector bits that are both raised in the
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 304 lit->Ambient.r,lit->Ambient.r,lit->Ambient.g,lit->Ambient.a, in nine_dump_D3DLIGHT9() 323 mat->Ambient.r,mat->Ambient.r,mat->Ambient.g,mat->Ambient.a, in nine_dump_D3DMATERIAL9()
|
D | nine_ff.c | 1906 memcpy(&dst[21], &mtl->Ambient, 4 * sizeof(float)); in nine_ff_load_lights() 1911 dst[19].x = dst[25].x * mtl->Ambient.r + mtl->Emissive.r; in nine_ff_load_lights() 1912 dst[19].y = dst[25].y * mtl->Ambient.g + mtl->Emissive.g; in nine_ff_load_lights() 1913 dst[19].z = dst[25].z * mtl->Ambient.b + mtl->Emissive.b; in nine_ff_load_lights() 1928 memcpy(&dst[35 + l * 8].x, &light->Ambient, sizeof(light->Ambient)); in nine_ff_load_lights()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 246 COPY_3V(c_factor, ctx->Light.Model.Ambient); in nv20_emit_material_ambient() 250 ctx->Light.Model.Ambient); in nv20_emit_material_ambient() 271 l->Ambient : in nv20_emit_material_ambient()
|
D | nv10_state_tnl.c | 328 COPY_3V(c_scene, ctx->Light.Model.Ambient); in nv10_emit_material_ambient() 333 ctx->Light.Model.Ambient); in nv10_emit_material_ambient() 354 l->Ambient : in nv10_emit_material_ambient()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 106 COPY_4V(value, ctx->Light.Light[ln].Ambient); in fetch_state() 151 COPY_4V(value, ctx->Light.Model.Ambient); in fetch_state() 158 value[i] = ctx->Light.Model.Ambient[i] in fetch_state() 168 value[i] = ctx->Light.Model.Ambient[i] in fetch_state() 184 value[i] = ctx->Light.Light[ln].Ambient[i] * in fetch_state()
|
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/ |
D | control | 27 -Ambient light sensor does not exist even though specified in powerd prefs.
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 924 return LightParameter::Ambient; in FromGLenum() 954 case LightParameter::Ambient: in ToGLenum() 986 case LightParameter::Ambient: in operator <<() 1175 return MaterialParameter::Ambient; in FromGLenum() 1195 case MaterialParameter::Ambient: in ToGLenum() 1217 case MaterialParameter::Ambient: in operator <<()
|
D | PackedGLEnums_autogen.h | 255 Ambient = 0, enumerator 306 Ambient = 0, enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.debuginfo.hlsl.frag | 149 // Ambient part
|
D | spv.debuginfo.glsl.frag | 146 // Ambient part
|
/external/deqp-deps/glslang/Test/ |
D | spv.debuginfo.glsl.frag | 146 // Ambient part
|
D | spv.debuginfo.hlsl.frag | 149 // Ambient part
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 2353 case LightParameter::Ambient: in SetLightParameters() 2413 case LightParameter::Ambient: in GetLightParameters() 2463 case MaterialParameter::Ambient: in SetMaterialParameters() 2507 case MaterialParameter::Ambient: in GetMaterialParameters() 2559 case LightParameter::Ambient: in GetLightParameterCount() 2583 case MaterialParameter::Ambient: in GetMaterialParameterCount()
|
D | validationES1.cpp | 205 case LightParameter::Ambient: in ValidateLightCommon() 274 case MaterialParameter::Ambient: in ValidateMaterialCommon()
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 1622 D3DCOLORVALUE Ambient; member 1647 D3DCOLORVALUE Ambient; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 879 ctx->Driver.Lightfv( ctx, p, GL_AMBIENT, l->Ambient ); in radeonInitState() 896 ctx->Light.Model.Ambient ); in radeonInitState()
|
D | radeon_state.c | 665 ctx->Light.Model.Ambient, in update_global_ambient() 670 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient() 690 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); in update_light_colors()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 852 ctx->Light.Model.Ambient, in update_global_ambient() 857 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient() 877 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); in update_light_colors()
|
D | r200_state_init.c | 1225 ctx->Driver.Lightfv( ctx, p, GL_AMBIENT, l->Ambient ); in r200InitState() 1242 ctx->Light.Model.Ambient ); in r200InitState()
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | README.md | 41 * Ambient light sensor readings are ignored.
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 139 - Ambient light too bright with ACO in AC: Odyssey
|