Home
last modified time | relevance | path

Searched defs:layerPaths (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_wrapper_layer.cpp146 std::vector<std::string> layerPaths = {std::string(DEBUG_LAYERS_LIB_DIR)}; in GetDebugLayerPaths() local
165 std::vector<std::string> layerPaths = {}; in GetSquidHapLayerPaths() local
326 …EglWrapperLayer::LoadLayers(const std::string& libname, const std::vector<std::string> &layerPaths) in LoadLayers()