Home
last modified time | relevance | path

Searched refs:HandleGPUSwitchANGLE (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h220 void HandleGPUSwitchANGLE(Thread *thread, egl::Display *dpyPacked);
Dentry_points_egl_ext_autogen.cpp333 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()
Degl_ext_stubs.cpp775 void HandleGPUSwitchANGLE(Thread *thread, Display *display) in HandleGPUSwitchANGLE() function