Searched refs:setGpuMode (Results 1 – 5 of 5) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | multi_display_agent.h | 56 void (*setGpuMode)(bool isGuestMode, uint32_t w, uint32_t h); member
|
D | MultiDisplay.h | 102 void setGpuMode(bool isGuestMode, uint32_t w, uint32_t h);
|
/hardware/google/aemu/host-common/testing/ |
D | MockAndroidMultiDisplayAgent.cpp | 108 .setGpuMode = [](bool isGuestMode, uint32_t w, uint32_t h) { }, in __anonc182111b0802()
|
/hardware/google/gfxstream/host/ |
D | GfxStreamAgents.cpp | 147 .setGpuMode = [](bool isGuestMode, uint32_t w, uint32_t h) {}, in __anon8c00e9f90802()
|
/hardware/google/aemu/host-common/ |
D | MultiDisplay.cpp | 278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode() function in android::MultiDisplay
|