Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.h26 using LayerSetupFunc = EglWrapperFuncPointer (*)(const char *, EglWrapperFuncPointer); variable
47 std::vector<LayerSetupFunc> layerSetup_;
H A Degl_wrapper_layer.cpp54 static void UpdateApiEntries(LayerSetupFunc func, in UpdateApiEntries()
330 LayerSetupFunc setupFunc = (LayerSetupFunc)dlsym(dlhandle_, DEBUG_LAYER_GET_PROC_ADDR_FUNC); in LoadLayerFuncs()