Home
last modified time | relevance | path

Searched refs:DestroySurface (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/glfw/src/
Degl_context.h143 #define eglDestroySurface _glfw.egl.DestroySurface
190 PFNEGLDESTROYSURFACEPROC DestroySurface; member
Degl_context.c334 _glfw.egl.DestroySurface = (PFNEGLDESTROYSURFACEPROC) in _glfwInitEGL()
359 !_glfw.egl.DestroySurface || in _glfwInitEGL()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.h43 void DestroySurface(const EGLSurface surface);
Dangle_surface_manager.cc172 void AngleSurfaceManager::DestroySurface(const EGLSurface surface) { in DestroySurface() function in flutter::AngleSurfaceManager
Dwin32_flutter_window.cc323 surface_manager->DestroySurface(render_surface); in DestroyRenderSurface()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface);
457 return egl::DestroySurface(dpy, surface); in eglDestroySurface()
684 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
DlibEGL.cpp453 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface) in DestroySurface() function
/third_party/mesa3d/src/egl/main/
Degldriver.h108 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface); member
Degldisplay.c332 drv->DestroySurface(display, surf); in _eglReleaseDisplayResources()
Deglapi.c1214 ret = disp->Driver->DestroySurface(disp, surf); in eglDestroySurface()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp322 .DestroySurface = haiku_destroy_surface,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp125 TEST_P(SwapChainTests, DestroySurface) { in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h102 EGLBoolean DestroySurface(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
Dentry_points_egl_autogen.cpp179 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()
Degl_stubs.cpp300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface() function
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c708 .DestroySurface = wgl_destroy_surface,
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp832 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/
Degl_dri2.c3696 .DestroySurface = dri2_destroy_surface,
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1679 - egl: drop unused \_EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface()
/third_party/gstreamer/gstplugins_base/
DChangeLog35178 gl/context_egl: pass the vars in the right order to DestroySurface
/third_party/gstreamer/gstplugins_bad/
DChangeLog113102 gl/context_egl: pass the vars in the right order to DestroySurface