Home
last modified time | relevance | path

Searched defs:DestroySurface (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.cc172 void AngleSurfaceManager::DestroySurface(const EGLSurface surface) { in DestroySurface() function in flutter::AngleSurfaceManager
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp125 TEST_P(SwapChainTests, DestroySurface) { in TEST_P() argument
/third_party/mesa3d/src/egl/main/
Degldriver.h108 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface); member
/third_party/flutter/glfw/src/
Degl_context.h190 PFNEGLDESTROYSURFACEPROC DestroySurface; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp453 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface) in DestroySurface() function
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp832 class DestroySurface : public tcu::ThreadUtil::Operation class
843 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface) in DestroySurface() function in deqp::egl::GLES2ThreadTest::DestroySurface