Searched refs:propertyLightDiameter (Results 1 – 3 of 3) sorted by relevance
91 if (CC_UNLIKELY(caches.propertyLightDiameter > 0)) { in tessellateSpotShadow()92 lightRadius = caches.propertyLightDiameter; in tessellateSpotShadow()
702 propertyLightDiameter = -1.0f; in initTempProperties()717 propertyLightDiameter = fmin(fmax(atof(value), 0.0), 3000.0); in setTempProperty()718 ALOGD("lightDiameter = %.2f", propertyLightDiameter); in setTempProperty()
365 float propertyLightDiameter; variable