Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.cpp35 constexpr const char *DEBUG_LAYERS_SUFFIX = ".so"; variable
297 …:string layerLib = std::string(DEBUG_LAYERS_PREFIX) + layers[i] + std::string(DEBUG_LAYERS_SUFFIX); in LoadLayers()