Home
last modified time | relevance | path

Searched refs:ambient (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DEmbossMaskFilter.java29 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/
Dlight.cpp68 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 …]
Dcontext.h283 vec4_t ambient; member
303 vec4_t ambient; member
311 vec4_t ambient; member
/frameworks/base/core/jni/android/graphics/
DMaskFilter.cpp27 …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/
DEmbossMaskFilter_Delegate.java58 /*package*/ static int nativeConstructor(float[] direction, float ambient, in nativeConstructor() argument
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd37 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
Dsensors_overview.jd56 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 (&deg;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/
Dandroid-4.0.jd1078 the ambient (room) temperature in degrees Celsius.</li>
1080 relative ambient (room) humidity as a percentage.</li>