Searched refs:eglTerminate (Results 1 – 20 of 20) sorted by relevance
23 {"eglTerminate", (void *)eglTerminate},
1121 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() function
12 X(EGLBoolean, eglTerminate, (EGLDisplay dpy)) \
12 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
12 EGLBoolean eglTerminate(EGLDisplay dpy);
35 X(EGLBoolean, eglTerminate, (EGLDisplay display)) \
172 EGL(eglTerminate(ctx->egl_display)); in DestroyContext()
115 egl->eglTerminate(dpy); in destroyDisplay()
232 eglTerminate(display); in egl_destroy()
323 eglTerminate(mDisplay); in shutdown()
106 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
314 eglTerminate(mDisplay); in shutdown()
127 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
152 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
256 mGl->eglTerminate(display); in TearDownGuest()
403 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) { in eglTerminate() function