/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 217 TCL_CHECK( tcl_lighting, ctx->Light.Enabled, 0 ) 218 TCL_CHECK( tcl_lighting_add4, ctx->Light.Enabled, 4 ) 219 TCL_CHECK( tcl_eyespace_or_lighting_add4, ctx->_NeedEyeCoords || ctx->Light.Enabled, 4 ) 220 TCL_CHECK( tcl_lit0_add6, ctx->Light.Enabled && ctx->Light.Light[0].Enabled, 6 ) 221 TCL_CHECK( tcl_lit1_add6, ctx->Light.Enabled && ctx->Light.Light[1].Enabled, 6 ) 222 TCL_CHECK( tcl_lit2_add6, ctx->Light.Enabled && ctx->Light.Light[2].Enabled, 6 [all...] |
/frameworks/base/core/res/res/values/ |
themes.xml | 35 background with light text on top, but should try to make no 38 with the widget container being a light color and the text on top 414 <!-- Theme for a light background with dark text on top. Set your activity 417 background will be a light color. 419 <style name="Theme.Light"> [all...] |
/external/chromium_org/third_party/skia/src/views/ |
SkWidgets.cpp | 242 SkEmbossMaskFilter::Light light; local 244 light.fDirection[0] = SK_Scalar1/2; 245 light.fDirection[1] = SK_Scalar1/2; 246 light.fDirection[2] = SK_Scalar1/3; 247 light.fAmbient = 0x48; 248 light.fSpecular = 0x80; 252 light.fDirection[0] = -light.fDirection[0]; 253 light.fDirection[1] = -light.fDirection[1] [all...] |
/external/skia/src/views/ |
SkWidgets.cpp | 242 SkEmbossMaskFilter::Light light; local 244 light.fDirection[0] = SK_Scalar1/2; 245 light.fDirection[1] = SK_Scalar1/2; 246 light.fDirection[2] = SK_Scalar1/3; 247 light.fAmbient = 0x48; 248 light.fSpecular = 0x80; 252 light.fDirection[0] = -light.fDirection[0]; 253 light.fDirection[1] = -light.fDirection[1] [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
svg-filter-animation.svg | 40 <feDiffuseLighting in="comp" primitiveUnits="objectBoundingBox" diffuseConstant="1" lighting-color="white" surfaceScale="10" result="light" > 41 <feSpotLight id="light" x="0" y="300" z="200" pointsAtX="-200" pointsAtY="100" pointsAtZ="0" limitingConeAngle="90" specularExponent="20" /> 46 <feComposite in="light" in2="ambient" operator="arithmetic" k2="1.2" k3=".8"/> 63 var light_x = document.getElementById('light').x; 64 var light_y = document.getElementById('light').y; 65 var light_pointsAtX = document.getElementById('light').pointsAtX; 66 var light_pointsAtY = document.getElementById('light').pointsAtY;
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestBloom.java | 39 import com.jme3.light.DirectionalLight; 76 Material mat = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 86 Material matSoil = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 110 DirectionalLight light=new DirectionalLight(); local 111 light.setDirection(new Vector3f(-1, -1, -1).normalizeLocal()); 112 light.setColor(ColorRGBA.White.mult(1.5f)); 113 rootNode.addLight(light);
|
TestCrossHatch.java | 39 import com.jme3.light.DirectionalLight; 76 Material mat = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 86 Material matSoil = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 110 DirectionalLight light=new DirectionalLight(); local 111 light.setDirection(new Vector3f(-1, -1, -1).normalizeLocal()); 112 light.setColor(ColorRGBA.White.mult(1.5f)); 113 rootNode.addLight(light);
|
TestMultiRenderTarget.java | 36 import com.jme3.light.PointLight; 129 mat = new Material(assetManager, "Common/MatDefs/Light/Deferred.j3md"); 172 * Marks pixels in front of the far light boundary 173 Render back-faces of light volume 182 Render front faces of light volume 194 * Render front-faces of light volume 197 Runs only on marked pixels inside light
|
TestPosterization.java | 39 import com.jme3.light.DirectionalLight; 76 Material mat = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 86 Material matSoil = new Material(assetManager,"Common/MatDefs/Light/Lighting.j3md"); 110 DirectionalLight light=new DirectionalLight(); local 111 light.setDirection(new Vector3f(-1, -1, -1).normalizeLocal()); 112 light.setColor(ColorRGBA.White.mult(1.5f)); 113 rootNode.addLight(light);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationTest.java | 78 configuration.setTheme("@android:style/Theme.Holo.Light"); 84 assertEquals("Light", 86 assertEquals("Theme.Holo.Light", 98 assertEquals("2.7in QVGA::nb-__:-Theme.Holo.Light::notnight::foo.bar.FooActivity", 120 configuration.setTheme("@android:style/Theme.Holo.Light"); 127 assertEquals("@android:style/Theme.Holo.Light", copy.getTheme()); 138 assertEquals("@android:style/Theme.Holo.Light", copy.getTheme());
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-v14/ |
styles.xml | 23 It extends from Theme.AppCompat.Light, but it could extend from any of 32 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light"> 43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-v14/ |
styles.xml | 23 It extends from Theme.AppCompat.Light, but it could extend from any of 32 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light"> 43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
|
/development/samples/browseable/Styled/res/values-v14/ |
styles.xml | 23 It extends from Theme.AppCompat.Light, but it could extend from any of 32 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light"> 43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
|
/external/chromium/chrome/browser/resources/options/ |
subpages_tab_controls.css | 15 border: 1px solid #A0A0A0; /* light gray */ 54 border-bottom: 1px solid #A0A0A0; /* light gray */ 55 background: -webkit-linear-gradient(white, #F3F3F3); /* very light gray */
|
/frameworks/support/v7/appcompat/res/values-v11/ |
themes_base.xml | 41 <!-- Base platform-dependent theme providing a light-themed activity. --> 42 <style name="Theme.Base.Light" parent="android:Theme.Holo.Light">
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_light.c | 29 #include "main/light.h" 98 * P = light source position 103 * // light at infinity 178 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_SHININESS][0]; 182 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_SHININESS][0]; 208 /* recompute derived light/material values */ 234 if (ctx->Light.ColorMaterialEnabled) { 235 const GLuint bitmask = ctx->Light._ColorMaterialBitmask; 253 store->mat[j].current = ctx->Light.Material.Attrib[attr]; 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_light.c | 29 #include "main/light.h" 98 * P = light source position 103 * // light at infinity 178 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_SHININESS][0]; 182 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_SHININESS][0]; 208 /* recompute derived light/material values */ 234 if (ctx->Light.ColorMaterialEnabled) { 235 const GLuint bitmask = ctx->Light._ColorMaterialBitmask; 253 store->mat[j].current = ctx->Light.Material.Attrib[attr]; 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
AutoLockTest.java | 202 * The test uses the LED lights on an ADK device as light source to change 402 * lock and Image 2 with AE locked under a bright light. Image 1 is 424 * lock and Image 2 with with AE locked under the same light Image 1 is 425 * taken. Image 2 is taken under a bright light. Image 1 is expected to be 446 * Compares two images taken under different light, both with AE locked 447 * under the same lighting. Image 1 is taken under a brighter light. 470 * Compares two images taken under different light, Image 1 with AE locked 471 * under normal light and Image 2 with AE locked under a bright light. 472 * Image 1 is taken under a bright light and Image 2 is taken in the norma [all...] |
/cts/hostsidetests/holo/app/res/values/ |
strings.xml | 70 <string name="color_blue_light">Light Blue Color</string> 72 <string name="color_green_light">Light Green Color</string> 74 <string name="color_orange_light">Light Orange Color</string> 77 <string name="color_red_light">Light Red Color</string>
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/ |
styles.xml | 20 <style name="AppTheme" parent="android:Theme.Light" />
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values-v11/ |
styles.xml | 20 <style name="AppTheme" parent="android:Theme.Holo.Light" />
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values-v14/ |
styles.xml | 20 <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />
|
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light">
|
/developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/res/values-v11/ |
styles.xml | 23 <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/res/values-v11/ |
styles.xml | 8 <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|