Searched refs:HandleGPUSwitchANGLE (Results 1 – 3 of 3) sorted by relevance
220 void HandleGPUSwitchANGLE(Thread *thread, egl::Display *dpyPacked);
333 EGL_EVENT(HandleGPUSwitchANGLE, "dpy = 0x%016" PRIxPTR "", (uintptr_t)dpy); in EGL_HandleGPUSwitchANGLE()339 ANGLE_EGL_VALIDATE_VOID(thread, HandleGPUSwitchANGLE, GetDisplayIfValid(dpyPacked), dpyPacked); in EGL_HandleGPUSwitchANGLE()341 HandleGPUSwitchANGLE(thread, dpyPacked); in EGL_HandleGPUSwitchANGLE()
775 void HandleGPUSwitchANGLE(Thread *thread, Display *display) in HandleGPUSwitchANGLE() function