Home
last modified time | relevance | path

Searched refs:hwnd (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/
DNativeSubWindow_win32.cpp24 static LRESULT CALLBACK subWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in subWindowProc() argument
27 (SubWindowUserData*)GetWindowLongPtr(hwnd, GWLP_USERDATA); in subWindowProc()
33 (SubWindowUserData*)GetWindowLongPtr(hwnd, GWLP_USERDATA); in subWindowProc()
36 return DefWindowProcA(hwnd, uMsg, wParam, lParam); in subWindowProc()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/
DplatformCreateSurface_win32.adoc41 * pname:hwnd is the Win32 code:HWND for the window to associate the
48 * [[VUID-VkWin32SurfaceCreateInfoKHR-hwnd-01308]]
49 pname:hwnd must: be a valid Win32 code:HWND
/hardware/google/gfxstream/host/vulkan/
DDisplaySurfaceVk.cpp37 .hwnd = window, in create()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp244 LRESULT CALLBACK dummyWndProc(HWND hwnd, in dummyWndProc() argument
248 return DefWindowProcA(hwnd, uMsg, wParam, lParam); in dummyWndProc()
271 HWND hwnd = CreateWindowExA(WS_EX_CLIENTEDGE, in createDummyWindow() local
282 return hwnd; in createDummyWindow()
440 HWND hwnd = createDummyWindow(); in initExtensionsDispatch() local
441 HDC hdc = GetDC(hwnd); in initExtensionsDispatch()
442 if (!hwnd || !hdc){ in initExtensionsDispatch()
496 ReleaseDC(hwnd, hdc); in initExtensionsDispatch()
497 DestroyWindow(hwnd); in initExtensionsDispatch()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h147 HWND hwnd; member
Dvulkan_win32.h32 HWND hwnd; member
Dvulkan_hash.hpp14589 VULKAN_HPP_HASH_COMBINE( seed, win32SurfaceCreateInfoKHR.hwnd ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h147 HWND hwnd; member
Dvulkan_win32.h32 HWND hwnd; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp138 surface->base.hwnd = pCreateInfo->hwnd; in wsi_CreateWin32SurfaceKHR()
177 if (!GetClientRect(surface->hwnd, &win_rect)) in wsi_win32_surface_get_capabilities()
532 chain->wnd = win32_surface->hwnd; in wsi_win32_image_init()
789 FAILED(wsi->dxgi.dcomp->CreateTargetForHwnd(surface->base.hwnd, false, &surface->target))) in wsi_win32_surface_create_swapchain_dxgi()
/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp76 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()
DDisplayVk_unittest.cpp133 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h569 BOOL IMAGEAPI SymSetParentWindow(HWND hwnd);