HomeSort by relevance Sort by last modified time
    Searched refs:lights (Results 26 - 42 of 42) sorted by null

12

  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 304 lights : [],
314 this.lights = new Array();
741 for(var i=0; i<scene.lights.length; i++){
742 var light = scene.lights[i];
903 scene.lights.push(light);
904 scene.lights.push(light1);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 298 lights : [],
308 this.lights = new Array();
710 for(var i=0; i<scene.lights.length; i++){
711 var light = scene.lights[i];
872 scene.lights.push(light);
873 scene.lights.push(light1);
  /device/moto/stingray/liblights/
lights.c 17 #define LOG_TAG "lights"
35 #include <hardware/lights.h>
222 /** Close the lights device */
236 /** Open a new instance of a lights device using name */
275 * The lights Module
282 .name = "Nvidia lights Module",
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderLoader.java 49 import com.jme3.scene.plugins.blender.lights.LightHelper;
BlenderLoader.java 53 import com.jme3.scene.plugins.blender.lights.LightHelper;
101 if ((blenderKey.getFeaturesToLoad() & FeaturesToLoad.LIGHTS) != 0) {
122 if ((blenderKey.getFeaturesToLoad() & FeaturesToLoad.LIGHTS) != 0) {
  /hardware/msm7k/liblights/
lights.c 19 #define LOG_TAG "lights"
33 #include <hardware/lights.h>
344 /** Close the lights device */
361 /** Open a new instance of a lights device using name */
411 * The lights Module
418 .name = "QCT MSM7K lights Module",
  /device/asus/grouper/
device.mk 84 lights.grouper \
  /device/moto/wingray/
device_base.mk 79 lights.stingray \
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 175 // animate screen lights in PowerManager (as opposed to SurfaceFlinger)
553 void init(Context context, LightsService lights, IActivityManager activity,
555 mLightsService = lights;
561 mLcdLight = lights.getLight(LightsService.LIGHT_ID_BACKLIGHT);
562 mButtonLight = lights.getLight(LightsService.LIGHT_ID_BUTTONS);
563 mKeyboardLight = lights.getLight(LightsService.LIGHT_ID_KEYBOARD);
564 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
NotificationManagerService.java 579 LightsService lights)
593 mNotificationLight = lights.getLight(LightsService.LIGHT_ID_NOTIFICATIONS);
594 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
  /device/samsung/tuna/
device.mk 38 lights.tuna \
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 64 import com.jme3.scene.plugins.blender.lights.LightHelper;
  /frameworks/native/opengl/libagl/
context.h 322 light_t lights[OGLES_MAX_LIGHTS]; member in struct:android::gl::lighting_t
state.cpp 139 c->lighting.lights[cap-GL_LIGHT0].enable = enabled;
  /device/samsung/crespo/
device_base.mk 140 lights.s5pc110 \
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 269 STDMETHOD(GetLights)(THIS_ LPDIRECT3DRMLIGHTARRAY *lights) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 269 STDMETHOD(GetLights)(THIS_ LPDIRECT3DRMLIGHTARRAY *lights) PURE;

Completed in 424 milliseconds

12