Home
last modified time | relevance | path

Searched refs:hinstance_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DShellWin32.cpp80 hinstance_ = GetModuleHandle(nullptr); in create_window()
86 win_class.hInstance = hinstance_; in create_window()
107 hinstance_, in create_window()
150 surface_info.hinstance = hinstance_; in create_surface()
DShellWin32.h57 HINSTANCE hinstance_; variable