HomeSort by relevance Sort by last modified time
    Searched full:light (Results 101 - 125 of 2712) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/opt/datetimepicker/res/values-v14/
styles.xml 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
  /frameworks/support/v7/appcompat/res/values-v23/
themes_base.xml 21 <style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light" />
30 <style name="Base.V23.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light">
  /packages/screensavers/WebView/assets/
default.html 8 font-family: "Roboto-Light", Roboto, sans-serif;
  /platform_testing/tests/perf/PerformanceLaunch/res/values-v14/
styles.xml 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
  /prebuilts/sdk/current/support/v7/appcompat/res/values-v23/
themes_base.xml 21 <style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light" />
30 <style name="Base.V23.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light">
  /development/samples/ApiDemos/res/values-v20/
styles.xml 19 <style name="ThemeCurrent" parent="android:Theme.Material.Light">
23 <style name="ThemeCurrentDialog" parent="android:Theme.Material.Light.Dialog">
27 <style name="ThemeCurrentDialogWhenLarge" parent="android:style/Theme.Material.Light.DialogWhenLarge">
  /development/samples/training/multiscreen/newsreader/res/values-v11/
style.xml 23 <style name="CustomActionBarTabStyle" parent="android:style/Widget.Holo.Light.ActionBar.TabView">
28 <style name="NewsReaderStyle" parent="android:Theme.Holo.Light">
33 <style name="NewsReaderStyle_NoActionBar" parent="android:Theme.Holo.Light.NoActionBar">
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Lighting.frag 244 vec2 light = vertexLightValues.xy;
246 light.x = texture2D(m_ColorRamp, vec2(light.x, 0.0)).r;
247 light.y = texture2D(m_ColorRamp, vec2(light.y, 0.0)).r;
251 DiffuseSum.rgb * diffuseColor.rgb * vec3(light.x) +
252 SpecularSum * specularColor.rgb * vec3(light.y);
258 vec2 light = computeLighting(normal, viewDir, lightDir.xyz) * spotFallOff;
260 diffuseColor.rgb *= texture2D(m_ColorRamp, vec2(light.x, 0.0)).rgb;
261 specularColor.rgb *= texture2D(m_ColorRamp, vec2(light.y, 0.0)).rgb;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 60 unsigned mask = get_material_bitmask(ctx->Light._ColorMaterialBitmask);
63 PUSH_DATA (push, ctx->Light.ColorMaterialEnabled ? mask : 0);
185 en_lights |= get_light_mode(&ctx->Light.Light[i]) << 2 * i;
190 PUSH_DATAb(push, ctx->Light.Enabled);
199 struct gl_lightmodel *m = &ctx->Light.Model;
209 (!ctx->Light.Enabled && ctx->Fog.ColorSumEnabled ?
285 struct gl_light *l = &ctx->Light.Light[i];
315 (ctx->Light.ColorMaterialEnabled &&
    [all...]
  /packages/apps/Calculator/res/values/
styles.xml 20 <style name="CalculatorTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
27 <style name="DisplayEditTextStyle" parent="@android:style/Widget.Material.Light.EditText">
30 <item name="android:fontFamily">sans-serif-light</item>
35 <style name="PadButtonStyle" parent="@android:style/Widget.Material.Light.Button.Borderless">
39 <item name="android:fontFamily">sans-serif-light</item>
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values/
styles.xml 23 It extends from Theme.AppCompat.Light, but it could extend from any of
34 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
57 parent="@style/Widget.AppCompat.Light.ActionBar.TabView">
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
73 <style name="Widget.Styled.PopupMenu" parent="@style/Widget.AppCompat.Light.PopupMenu">
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values/
styles.xml 23 It extends from Theme.AppCompat.Light, but it could extend from any of
34 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
57 parent="@style/Widget.AppCompat.Light.ActionBar.TabView">
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
73 <style name="Widget.Styled.PopupMenu" parent="@style/Widget.AppCompat.Light.PopupMenu">
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /development/samples/browseable/ActionBarCompat-Styled/res/values/
styles.xml 23 It extends from Theme.AppCompat.Light, but it could extend from any of
34 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
57 parent="@style/Widget.AppCompat.Light.ActionBar.TabView">
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
73 <style name="Widget.Styled.PopupMenu" parent="@style/Widget.AppCompat.Light.PopupMenu">
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 107 jint light, jint colorARGB, jint flashMode, jint onMS, jint offMS, jint brightnessMode)
112 if (light < 0 || light >= LIGHT_COUNT || devices->lights[light] == NULL) {
124 ALOGD_IF_SLOW(50, "Excessive delay setting light");
125 devices->lights[light]->set_light(devices->lights[light], &state);
  /packages/apps/UnifiedEmail/res/values/
themes.xml 3 <style name="UnifiedEmailTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
9 <item name="android:listViewWhiteStyle">@android:style/Widget.Holo.Light.ListView</item>
14 <item name="android:popupMenuStyle">@android:style/Widget.Holo.Light.ListPopupWindow</item>
19 <style name="UnifiedEmailTheme.Appcompat" parent="@style/Theme.AppCompat.Light.DarkActionBar">
28 <style name="UnifiedEmailTheme.Appcompat.Toolbar" parent="@style/Theme.AppCompat.Light.NoActionBar">
29 <item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
52 <style name="ComposeDropdownListViewStyle" parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
TechniqueDef.java 55 * Describes light rendering mode.
59 * Disable light-based rendering
64 * Enable light rendering by using a single pass.
66 * An array of light positions and light colors is passed to the shader
67 * containing the world light list for the geometry being rendered.
72 * Enable light rendering by using multi-pass rendering.
74 * The geometry will be rendered once for each light. Each time the
75 * light position and light color uniforms are updated to contai
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
LightHelper.java 35 import com.jme3.light.DirectionalLight;
36 import com.jme3.light.Light;
37 import com.jme3.light.PointLight;
38 import com.jme3.light.SpotLight;
50 * A class that is used in light calculations.
69 public Light toLight(Structure structure, BlenderContext blenderContext) throws BlenderFileException {
70 Light result = (Light) blenderContext.getLoadedFeature(structure.getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
105 throw new BlenderFileException("Unknown light source type: " + type);
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 81 void SkEmbossMask::Emboss(SkMask* mask, const SkEmbossMaskFilter::Light& light) {
86 int specular = light.fSpecular;
87 int ambient = light.fAmbient;
88 SkFixed lx = SkScalarToFixed(light.fDirection[0]);
89 SkFixed ly = SkScalarToFixed(light.fDirection[1]);
90 SkFixed lz = SkScalarToFixed(light.fDirection[2]);
132 // R = 2 (Light * Normal) Normal - Light
143 // value in the light, and just pass that in to this function
    [all...]
SkLightingImageFilter.cpp 65 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, function in class:__anon18248::DiffuseLightingType
83 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, function in class:__anon18248::SpecularLightingType
170 const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst,
173 const LightType* l = static_cast<const LightType*>(light);
188 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight,
196 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight,
201 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight,
218 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight,
226 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight,
231 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight
472 const SkLight* light() const { return fLight; } function in class:__anon18248::GrLightingEffect
    [all...]
  /external/deqp/modules/gles2/functional/
es2fLightAmountTest.cpp 21 * \brief Light amount test.
65 "struct Light\n"
72 "uniform Light u_lights[${NUM_DIR_LIGHTS} + ${NUM_OMNI_LIGHTS}];\n"
90 " Light light = u_lights[ndx];\n"
91 " float cosAngle = dot(light.position, normal);\n"
92 " return cosAngle * light.diffuse;\n"
97 " Light light = u_lights[ndx];\n"
98 " vec3 dirToLight = light.position - position;\n
    [all...]
  /frameworks/base/core/res/res/values/
styles_material.xml 450 <style name="Widget.Material.Notification.ProgressBar" parent="Widget.Material.Light.ProgressBar.Horizontal" />
455 <style name="Material.Light"/>
    [all...]
  /frameworks/support/v7/appcompat/res/values/
styles.xml 26 <style name="Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.Light.ActionBar">
33 <style name="Widget.AppCompat.Light.ActionBar.Solid"
34 parent="Base.Widget.AppCompat.Light.ActionBar.Solid">
70 <style name="Widget.AppCompat.Light.ActionBar.TabBar"
71 parent="Base.Widget.AppCompat.Light.ActionBar.TabBar">
78 <style name="Widget.AppCompat.Light.ActionBar.TabView"
79 parent="Base.Widget.AppCompat.Light.ActionBar.TabView">
91 <style name="Widget.AppCompat.Light.ActionBar.TabText"
92 parent="Base.Widget.AppCompat.Light.ActionBar.TabText"
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
styles.xml 26 <style name="Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.Light.ActionBar">
33 <style name="Widget.AppCompat.Light.ActionBar.Solid"
34 parent="Base.Widget.AppCompat.Light.ActionBar.Solid">
70 <style name="Widget.AppCompat.Light.ActionBar.TabBar"
71 parent="Base.Widget.AppCompat.Light.ActionBar.TabBar">
78 <style name="Widget.AppCompat.Light.ActionBar.TabView"
79 parent="Base.Widget.AppCompat.Light.ActionBar.TabView">
91 <style name="Widget.AppCompat.Light.ActionBar.TabText"
92 parent="Base.Widget.AppCompat.Light.ActionBar.TabText"
    [all...]
  /device/moto/shamu/liblight/
lights.shamu.so 
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestBumpModel.java 36 import com.jme3.light.DirectionalLight;
37 import com.jme3.light.PointLight;
66 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f));
70 // flourescent main light
75 // sunset light
87 // white ambient light

Completed in 1048 milliseconds

1 2 3 45 6 7 8 91011>>