Searched refs:ambient (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | EmbossMaskFilter.java | 29 public EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) { in EmbossMaskFilter() argument 33 native_instance = nativeConstructor(direction, ambient, specular, blurRadius); in EmbossMaskFilter() 36 …private static native int nativeConstructor(float[] direction, float ambient, float specular, floa… in nativeConstructor() argument
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 68 c->lighting.lights[i].ambient.a = 0x10000; in ogles_init_light() 77 c->lighting.front.ambient.r = in ogles_init_light() 78 c->lighting.front.ambient.g = in ogles_init_light() 79 c->lighting.front.ambient.b = gglFloatToFixed(0.2f); in ogles_init_light() 80 c->lighting.front.ambient.a = 0x10000; in ogles_init_light() 88 c->lighting.lightModel.ambient.r = in ogles_init_light() 89 c->lighting.lightModel.ambient.g = in ogles_init_light() 90 c->lighting.lightModel.ambient.b = gglFloatToFixed(0.2f); in ogles_init_light() 91 c->lighting.lightModel.ambient.a = 0x10000; in ogles_init_light() 252 vmul3(l.implicitAmbient.v, material.ambient.v, l.ambient.v); in validate_light() [all …]
|
D | context.h | 283 vec4_t ambient; member 303 vec4_t ambient; member 311 vec4_t ambient; member
|
/frameworks/base/core/jni/android/graphics/ |
D | MaskFilter.cpp | 27 …static SkMaskFilter* createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, float ambient, float… in createEmboss() argument 37 SkFloatToScalar(ambient), in createEmboss()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | EmbossMaskFilter_Delegate.java | 58 /*package*/ static int nativeConstructor(float[] direction, float ambient, in nativeConstructor() argument
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 37 You can use these sensors to monitor relative ambient humidity, illuminance, ambient pressure, and 38 ambient temperature near an Android-powered device. All four environment sensors are hardware-based
|
D | sensors_overview.jd | 56 positioning, or you want to monitor changes in the ambient environment near a device. For example, a 72 <p>These sensors measure various environmental parameters, such as ambient air temperature 134 <td>Measures the ambient room temperature in degrees Celsius (°C). See note below.</td> 154 <td>Measures the ambient light level (illumination) in lx.</td> 168 <td>Measures the ambient geomagnetic field for all three physical axes (x, y, z) in 185 <td>Measures the ambient air pressure in hPa or mbar.</td> 199 <td>Measures the relative ambient humidity in percent (%).</td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1078 the ambient (room) temperature in degrees Celsius.</li> 1080 relative ambient (room) humidity as a percentage.</li>
|