Searched defs:getCompositionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h521 HWC2::Composition getCompositionType() const { function in class:android::HWC2On1Adapter::Layer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp765 mIsGlesComposition = (layer.getCompositionType() == HWC_FRAMEBUFFER);
781 getCompositionType(hwcId) != HWC2::Composition::Cursor) {
819 if (layer.getCompositionType() == HWC_OVERLAY || layer.getCompositionType() == HWC_CURSOR_OVERLAY) {
1062 HWC2::Composition Layer::getCompositionType(int32_t hwcId) const { function in class:android::Layer
1064 ALOGE("getCompositionType called without a valid HWC layer");

Completed in 72 milliseconds