Home
last modified time | relevance | path

Searched refs:eglDestroySurface (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
DeglDisplay.cpp231 eglDestroySurface(static_cast<EGLDisplay>(this), *surfaceToDelete); in terminate()
Degl.cpp1142 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
Degl_dispatch.h33 eglDestroySurface_t eglDestroySurface; member
78 …ace(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f… in set_eglDestroySurface()
Degl.cpp359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h20 eglDestroySurface_wrapper_proc_t eglDestroySurface; member
Degl.lds34 eglDestroySurface;
Degl_wrapper_entry.cpp15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
98 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
101 return ctx->eglDestroySurface( dpy, surface); in eglDestroySurface()
Degl_wrapper_context.cpp20 eglDestroySurface = (eglDestroySurface_wrapper_proc_t) getProc("eglDestroySurface", userData); in initDispatchByName()
Degl.in10 GL_ENTRY(EGLBoolean, eglDestroySurface, EGLDisplay dpy, EGLSurface surface)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp405 s_egl.eglDestroySurface(g_dpy, g_ctx0_surface); in virgl_renderer_init()
420 s_egl.eglDestroySurface(g_dpy, g_ctx0_surface); in virgl_renderer_init()
437 s_egl.eglDestroySurface(g_dpy, g_ctx0_surface); in virgl_renderer_init()
449 s_egl.eglDestroySurface(g_dpy, g_ctx0_surface); in virgl_renderer_init()
DRenderControl.cpp462 s_egl.eglDestroySurface(rc->dpy, surface->surface); in rcDestroyWindowSurface()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp278 eglDestroySurface( mEglDisplay, mEglSurface ); in free_gl_surface()