/hardware/google/gfxstream/guest/mesa/include/d3dadapter/ |
D | d3dadapter9.h | 47 …reateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD… 48 …ateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD… 82 …HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Beha… 83 …HRESULT WINAPI CreateDeviceEx(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Be…
|
D | present.h | 81 …HRESULT (WINAPI *PresentBuffer)(ID3DPresent *This, D3DWindowBuffer *buffer, HWND hWndOverride, con… 89 HRESULT (WINAPI *SetGammaRamp)(ID3DPresent *This, const D3DGAMMARAMP *pRamp, HWND hWndOverride); 90 …HRESULT (WINAPI *GetWindowInfo)(ID3DPresent *This, HWND hWnd, int *width, int *height, int *depth…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/ |
D | windows.h | 10 typedef int HWND; typedef
|
/hardware/google/gfxstream/include/render-utils/ |
D | render_api_platform_types.h | 25 typedef HWND FBNativeWindowType;
|
/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.h | 45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
D | Win32Window.cpp | 229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | eglplatform.h | 78 typedef HWND EGLNativeWindowType;
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_wgl.cpp | 244 LRESULT CALLBACK dummyWndProc(HWND hwnd, in dummyWndProc() 255 HWND createDummyWindow() { in createDummyWindow() 271 HWND hwnd = CreateWindowExA(WS_EX_CLIENTEDGE, in createDummyWindow() 440 HWND hwnd = createDummyWindow(); in initExtensionsDispatch() 527 explicit WinSurface(HWND wnd, const WglExtensionsDispatch* dispatch) : in WinSurface() 580 HWND getHwnd() const { return m_hwnd; } in getHwnd() 592 HWND m_hwnd = nullptr; 749 HWND mWindow = nullptr;
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | eglplatform.h | 65 typedef HWND EGLNativeWindowType;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/ |
D | platformCreateSurface_win32.adoc | 41 * pname:hwnd is the Win32 code:HWND for the window to associate the 49 pname:hwnd must: be a valid Win32 code:HWND
|
/hardware/google/gfxstream/host/ |
D | NativeSubWindow_win32.cpp | 24 static LRESULT CALLBACK subWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in subWindowProc()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_icd.h | 147 HWND hwnd;
|
D | vulkan_win32.h | 32 HWND hwnd;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vk_icd.h | 147 HWND hwnd;
|
D | vulkan_win32.h | 32 HWND hwnd;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_win32_surface.adoc | 35 the `apiext:VK_KHR_surface` extension) that refers to a Win32 code:HWND, as 53 2) If a native window object (code:HWND) is used by one graphics API, and
|
/hardware/google/gfxstream/guest/mesa/include/D3D9/ |
D | d3d9types.h | 87 typedef HANDLE HWND; typedef 1518 HWND hFocusWindow; 1687 HWND hDeviceWindow;
|
D | d3d9.h | 98 …virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD … 106 …virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWOR… 175 …virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOve… 283 …virtual HRESULT WINAPI PresentEx(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowO… 290 virtual HRESULT WINAPI CheckDeviceState(HWND hDestinationWindow) = 0; 346 …virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOve… 459 …HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusW… 506 …HRESULT (WINAPI *CreateDevice)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocu… 511 …HRESULT (WINAPI *CreateDeviceEx)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFo… 763 …)(IDirect3DDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride… [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_win32.cpp | 106 HWND wnd;
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | dbghelp.h | 569 BOOL IMAGEAPI SymSetParentWindow(HWND hwnd);
|