Home
last modified time | relevance | path

Searched refs:WINAPI (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h28 typedef DWORD(WINAPI* Runnable)(LPVOID lpThreadParameter);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h27 #ifndef WINAPI
28 #define WINAPI __stdcall macro
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp66 static DWORD WINAPI WinAsyncThread(LPVOID lpParam) in WinAsyncThread()