Searched refs:isContextChanged (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.h | 53 bool isContextChanged(int width, int height, int transform);
|
D | RotationBufferProvider.cpp | 397 if (isContextChanged(payload->width, payload->height, transform)) { in setupRotationBuffer() 624 bool RotationBufferProvider::isContextChanged(int width, int height, int transform) in isContextChanged() function in android::intel::RotationBufferProvider
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.h | 53 bool isContextChanged(int width, int height, int transform);
|
D | RotationBufferProvider.cpp | 396 if (isContextChanged(payload->width, payload->height, transform)) { in setupRotationBuffer() 609 bool RotationBufferProvider::isContextChanged(int width, int height, int transform) in isContextChanged() function in android::intel::RotationBufferProvider
|