Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp426 plat_.mhWnd = backendConfig->window; in CreateContext()
432 if (!plat_.mhWnd) { in CreateContext()
433 plat_.mhWnd = GetActiveWindow(); in CreateContext()
435 plat_.display = GetDC(plat_.mhWnd); in CreateContext()
499 if (plat_.mhWnd && plat_.display) { in DestroyContext()
500 ReleaseDC(plat_.mhWnd, plat_.display); in DestroyContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h359 HWND mhWnd = nullptr; member