HomeSort by relevance Sort by last modified time
    Searched refs:propertyLightPosZ (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 75 if (CC_UNLIKELY(caches.propertyLightPosZ > 0)) {
76 adjustedLightCenter.z = caches.propertyLightPosZ;
Caches.cpp 714 propertyLightPosZ = -1.0f;
735 propertyLightPosZ = fmin(fmax(atof(value), 0.0), 3000.0);
736 ALOGD("lightPos Z = %.2f", propertyLightPosZ);
Caches.h 370 float propertyLightPosZ;

Completed in 58 milliseconds