/external/mesa3d/src/mesa/program/ |
prog_parameter.c | 389 * PARAM ambient = state.material.front.ambient;
|
program_parse.y | 169 %token AMBIENT ATTENUATION [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d8types.h | [all...] |
d3dtypes.h | 498 D3DCOLORVALUE ambient; member in union:_D3DMATERIAL::__anon50599 523 D3DCOLORVALUE ambient; member in union:_D3DMATERIAL7::__anon50604 [all...] |
d3d9types.h | [all...] |
/system/chre/chre_api/legacy/v1_0/chre/ |
sensor.h | 116 * Ambient light sensor. 482 * reference readings[N].pressure, and an ambient light sensor
|
/test/vts/runners/host/ |
utils.py | 635 """Set "Ambient Display" in Settings->Display 639 new_state: new state for "Ambient Display". True or False.
|
/tools/test/connectivity/acts/framework/acts/ |
utils.py | 663 """Set "Ambient Display" in Settings->Display 667 new_state: new state for "Ambient Display". True or False.
|
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 148 <h3 id="ambient_temperature">Ambient temperature</h3> 151 <p>This sensor provides the ambient (room) temperature in degrees Celsius.</p> 156 <p>A magnetic field sensor (also known as magnetometer) reports the ambient 250 <p>A relative humidity sensor measures relative ambient air humidity and returns a [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 645 /* Update on colormaterial, material emmissive/ambient, 653 /* Need to do more if both emmissive & ambient are PREMULT: 663 ctx->Light.Model.Ambient, 668 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); 688 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); [all...] |
radeon_state_init.c | [all...] |
/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 86 <!-- Height of an ambient notification on ambient display --> 138 <!-- size at which Notification icons will be drawn on Ambient Display --> [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
MockListener.java | 79 public static final String JSON_AMBIENT = "ambient";
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 322 /* Ambient reconstruction err target for force key frames */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.h | 419 /* GLT - Global ambient
|
r200_state.c | 829 /* Update on colormaterial, material emmissive/ambient, 837 /* Need to do more if both emmissive & ambient are PREMULT: 848 ctx->Light.Model.Ambient, 853 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); 873 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_rasterpos.c | 184 /* Ambient + diffuse */
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Context.h | 136 Color ambient; member in struct:es1::Light
|
Context.cpp | 173 light[i].ambient = {0.0f, 0.0f, 0.0f, 1.0f}; 632 light[index].ambient = {r, g, b, a}; [all...] |
/system/core/debuggerd/ |
debuggerd_test.cpp | 512 err(1, "failed to drop ambient capabilities");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
NotificationChildrenContainer.java | 286 RemoteViews header = builder.makeNotificationHeader(false /* ambient */); 314 header = builder.makeNotificationHeader(true /* ambient */); [all...] |
/system/chre/chre_api/include/chre_api/chre/ |
sensor.h | 138 * Ambient light sensor. 626 * reference readings[N].pressure, and an ambient light sensor [all...] |
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
DeviceSetup.java | 129 @Option(name = "screen-ambient-mode", 130 description = "Turn screen ambient mode on or off") [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 671 // ambient Q (at buffer = optimal level) to worst_quality level 717 // Adjust up from ambient Q. 749 // based on the ambient Q to reduce the risk of popping. [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | 660 GLfloat Ambient[4]; /**< ambient color */ 685 GLfloat _MatAmbient[2][3]; /**< material ambient * light ambient */ 697 GLfloat Ambient[4]; /**< ambient color */ [all...] |