Home
last modified time | relevance | path

Searched refs:propertyAmbientShadowStrength (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.cpp706 propertyAmbientShadowStrength = -1; in initTempProperties()
729 propertyAmbientShadowStrength = atoi(value); in setTempProperty()
730 ALOGD("ambient shadow strength = 0x%x out of 0xff", propertyAmbientShadowStrength); in setTempProperty()
DCaches.h369 int propertyAmbientShadowStrength; variable
DOpenGLRenderer.cpp3152 if (CC_UNLIKELY(mCaches.propertyAmbientShadowStrength >= 0)) {
3153 ambientShadowAlpha = mCaches.propertyAmbientShadowStrength;