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 704 propertyLightPosZ = -1.0f;
725 propertyLightPosZ = fmin(fmax(atof(value), 0.0), 3000.0);
726 ALOGD("lightPos Z = %.2f", propertyLightPosZ);
Caches.h 367 float propertyLightPosZ;

Completed in 193 milliseconds