Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/
DEmulationGl.cpp114 s_egl.eglDestroySurface(display, surface); in validateGles2Context()
120 s_egl.eglDestroySurface(display, surface); in validateGles2Context()
128 s_egl.eglDestroySurface(display, surface); in validateGles2Context()
136 s_egl.eglDestroySurface(display, surface); in validateGles2Context()
142 s_egl.eglDestroySurface(display, surface); in validateGles2Context()
DGLESVersionDetector.cpp87 s_egl.eglDestroySurface(dpy, surface); in sTryContextCreation()
91 s_egl.eglDestroySurface(dpy, surface); in sTryContextCreation()
DEmulatedEglWindowSurface.cpp46 s_egl.eglDestroySurface(mDisplay, mSurface); in ~EmulatedEglWindowSurface()
173 s_egl.eglDestroySurface(mDisplay, mSurface); in resize()
DDisplaySurfaceGl.cpp174 s_egl.eglDestroySurface(mDisplay, mSurface); in ~DisplaySurfaceGl()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h33 eglDestroySurface_t eglDestroySurface; member
78 …ace(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f… in set_eglDestroySurface()
Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
Degl.cpp359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface()
/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
DeglDisplay.cpp233 eglDestroySurface(static_cast<EGLDisplay>(this), *surfaceToDelete); in terminate()
Degl.cpp1392 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface() function
/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/vulkan-cereal/include/OpenGLESDispatch/
DRenderEGL_functions.h20 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \
DRenderEGL_static_translator_namespaced_header.h20 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface);
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_egl.cpp101 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \
446 mDispatcher.eglDestroySurface(mDisplay, surface); in EglOsEglDisplay()
713 bool ret = mDispatcher.eglDestroySurface(mDisplay, surface->getHndl()); in releasePbuffer()
DEglImp.cpp863 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface() function
1915 if (!eglDestroySurface(dpy, surface)) { in unbindAndDestroyAuxiliaryContext()
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
Drender_egl.entries20 EGLBoolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
/device/google/cuttlefish/host/libs/graphics_detector/
Degl_funcs.h30 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \
/device/generic/goldfish/camera/
Dabc3d.cpp139 eglDestroySurface(mEglDisplay, mEglSurface); in clear()
216 eglDestroySurface(display, surface); in init()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/device/generic/vulkan-cereal/stream-servers/tests/
DOpenGLTestContext.cpp108 egl->eglDestroySurface(dpy, surface); in destroySurface()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp215 egl->eglDestroySurface(mDisplay, mSurface[workerId]); in cleanup()
DFrameBuffer.cpp2311 s_egl.eglDestroySurface(getDisplay(), surface); in destroySharedTrivialContext()
/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/
Degl.h157 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);