Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.cpp37 constexpr const char *DEBUG_LAYER_INIT_FUNC = "DebugLayerInitialize"; variable
321 LayerInitFunc initFunc = (LayerInitFunc)dlsym(dlhandle_, DEBUG_LAYER_INIT_FUNC); in LoadLayerFuncs()
323 WLOGE("can't find %{public}s in debug layer library.", DEBUG_LAYER_INIT_FUNC); in LoadLayerFuncs()