Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dtde-render-part.cpp104 #define LIB_GFX_FUNC_NAME_INIT "GfxInitialize" macro
461 auto func = (int32_t(*)(GfxFuncs **funcs))dlsym(tde->module, LIB_GFX_FUNC_NAME_INIT); in tde_render_gfx_init()
463 weston_log("Failed to lookup %{public}s function: %s\n", LIB_GFX_FUNC_NAME_INIT, dlerror()); in tde_render_gfx_init()