OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLight
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java
124
private volatile Float
mLight
;
232
return
mLight
;
374
mLight
= event.values[0];
376
mSensorReadings.putFloat("light",
mLight
);
383
if (
mLight
> mThreshold) {
384
mSensorReadings.putFloat("light",
mLight
);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs
33
static float3
mLight
;
59
mLight
= mLightRelitvePos.x + dx + mLightRelitvePos.y * dy + mLightRelitvePos.z * dz;
60
mLight
= normalize(
mLight
);
263
// float3
mLight
= (float3) {0,-1,0};
265
float3 r = 2 * normal * dot(
mLight
, normal) -
mLight
;
Completed in 188 milliseconds