Searched refs:propertyLightPosY (Results 1 – 3 of 3) sorted by relevance
72 if (CC_UNLIKELY(caches.propertyLightPosY > 0)) { in tessellateSpotShadow()73 adjustedLightCenter.y = - caches.propertyLightPosY; // negated since this shifts up in tessellateSpotShadow()
703 propertyLightPosY = -1.0f; in initTempProperties()721 propertyLightPosY = fmin(fmax(atof(value), 0.0), 3000.0); in setTempProperty()722 ALOGD("lightPos Y = %.2f", propertyLightPosY); in setTempProperty()
366 float propertyLightPosY; variable