Searched refs:hasGlesComposition (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp277 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId);
306 (hwc.hasGlesComposition(mHwcDisplayId) &&
H A DSurfaceFlinger_hwc1.cpp1952 bool hasGlesComposition = hwc.hasGlesComposition(id); local
1953 if (hasGlesComposition) {
2034 && hasGlesComposition) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h118 bool hasGlesComposition(int32_t id) const;
H A DHWComposer_hwc1.cpp740 bool HWComposer::hasGlesComposition(int32_t id) const { function in class:android::HWComposer

Completed in 16 milliseconds