/third_party/flutter/glfw/src/ |
D | egl_context.h | 143 #define eglDestroySurface _glfw.egl.DestroySurface 190 PFNEGLDESTROYSURFACEPROC DestroySurface; member
|
D | egl_context.c | 334 _glfw.egl.DestroySurface = (PFNEGLDESTROYSURFACEPROC) in _glfwInitEGL() 359 !_glfw.egl.DestroySurface || in _glfwInitEGL()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | angle_surface_manager.h | 43 void DestroySurface(const EGLSurface surface);
|
D | angle_surface_manager.cc | 172 void AngleSurfaceManager::DestroySurface(const EGLSurface surface) { in DestroySurface() function in flutter::AngleSurfaceManager
|
D | win32_flutter_window.cc | 323 surface_manager->DestroySurface(render_surface); in DestroyRenderSurface()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface); 457 return egl::DestroySurface(dpy, surface); in eglDestroySurface() 684 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
|
D | libEGL.cpp | 453 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface) in DestroySurface() function
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 108 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface); member
|
D | egldisplay.c | 332 drv->DestroySurface(display, surf); in _eglReleaseDisplayResources()
|
D | eglapi.c | 1214 ret = disp->Driver->DestroySurface(disp, surf); in eglDestroySurface()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 322 .DestroySurface = haiku_destroy_surface,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | SwapChainTests.cpp | 125 TEST_P(SwapChainTests, DestroySurface) { in TEST_P() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs_autogen.h | 102 EGLBoolean DestroySurface(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
|
D | entry_points_egl_autogen.cpp | 179 EGL_EVENT(DestroySurface, "dpy = 0x%016" PRIxPTR ", surface = 0x%016" PRIxPTR "", in EGL_DestroySurface() 187 ANGLE_EGL_VALIDATE(thread, DestroySurface, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroySurface() 190 return DestroySurface(thread, dpyPacked, surfacePacked); in EGL_DestroySurface()
|
D | egl_stubs.cpp | 300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface() function
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 708 .DestroySurface = wgl_destroy_surface,
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 832 class DestroySurface : public tcu::ThreadUtil::Operation class 835 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface); 843 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface) in DestroySurface() function in deqp::egl::GLES2ThreadTest::DestroySurface 851 void DestroySurface::exec (tcu::ThreadUtil::Thread& t) in exec() 2252 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManag… in init() 3126 m_threads[0]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface1)); in init() 3127 m_threads[1]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface2)); in init()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3696 .DestroySurface = dri2_destroy_surface,
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1679 - egl: drop unused \_EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 35178 gl/context_egl: pass the vars in the right order to DestroySurface
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 113102 gl/context_egl: pass the vars in the right order to DestroySurface
|