Home
last modified time | relevance | path

Searched refs:DestroyWindow (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp82 DestroyWindow(m_window); in Window()
96 DestroyWindow(m_window); in ~Window()
/external/mesa3d/src/glx/windows/
Dwindowsgl.c114 DestroyWindow(hwnd); in windows_create_context()
175 DestroyWindow(hwnd); in windows_create_context_attribs()
331 DestroyWindow(hwnd); in windows_call_with_context()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp109 DestroyWindow(fWindow); in WinGLTestContext()
153 DestroyWindow(fWindow); in destroyGLContext()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c125 DestroyWindow(hWnd); in graw_create_window_and_screen()
/external/webrtc/webrtc/base/
Dwin32window.cc67 VERIFY(::DestroyWindow(wnd_) != FALSE); in Destroy()
Dwin32socketserver.cc170 ::DestroyWindow(handle()); in Dispose()
/external/vulkan-validation-layers/demos/smoke/
DShellWin32.cpp250 DestroyWindow(hwnd_); in run()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc63 DestroyWindow(hwnd_); in Destroy()
/external/skia/src/views/win/
DSkOSWindow_win.cpp764 DestroyWindow((HWND)fHWND); in closeWindow()
766 DestroyWindow((HWND)fSavedWindowState.fHWND); in closeWindow()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c326 return DestroyWindow(fb->hWnd); in wglDestroyPbufferARB()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h98 void (*DestroyWindow)(Display *dpy, GLXWindow window); member
Dglxapi.c479 t->DestroyWindow(dpy, window); in glXDestroyWindow()
Dfakeglx.c2931 glx.DestroyWindow = Fake_glXDestroyWindow; in _mesa_GetGLXDispatchTable()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp346 DestroyWindow(fWindow); in destroyGLContext()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc381 DestroyWindow(wnd); in WndProc()
/external/lzma/CPP/Windows/
DWindow.h127 bool result = BOOLToBool(::DestroyWindow(_window)); in Destroy()
/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp48 DestroyWindow(fHWnd); in closeWindow()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc64 DestroyWindow(host_window_); in ~ScreenCapturerWinMagnifier()
/external/skia/src/utils/win/
DSkWGL_win.cpp225 DestroyWindow(dummy); in destroy_dummy_window()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp280 DestroyWindow(m_hWnd); in OsReleaseOS()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc106 ret = ::DestroyWindow(wnd_); in Destroy()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp543 DestroyWindow(); in OnClose()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc884 EXPECT_TRUE(DestroyWindow(hwnd)); in TestWndProcThunk()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c837 DestroyWindow(inst->hWnd); in app_destroy_win32_window()