Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp214 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId); in prepareFrame()
239 (hwc.hasGlesComposition(mHwcDisplayId) && in swapBuffers()
DSurfaceFlinger.cpp1773 bool hasGlesComposition = hwc.hasGlesComposition(id); in doComposeSurfaces() local
1774 if (hasGlesComposition) { in doComposeSurfaces()
1855 && hasGlesComposition) { in doComposeSurfaces()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h118 bool hasGlesComposition(int32_t id) const;
DHWComposer.cpp717 bool HWComposer::hasGlesComposition(int32_t id) const { in hasGlesComposition() function in android::HWComposer