Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_layers.cpp154 LayerLoader& LayerLoader::getInstance() { in getInstance()
156 static LayerLoader layer_loader; in getInstance()
165 std::string LayerLoader::GetDebugLayers() { in GetDebugLayers()
178 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer()
195 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers()
215 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries()
239 void LayerLoader::LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerDriverEntries()
264 bool LayerLoader::Initialized() { in Initialized()
268 void LayerLoader::InitLayers(egl_connection_t* cnx) { in InitLayers()
342 void LayerLoader::LoadLayers() { in LoadLayers()
H A Degl_layers.h36 class LayerLoader {
38 static LayerLoader& getInstance();
39 ~LayerLoader(){}; in ~LayerLoader()
61 LayerLoader() in LayerLoader() function
H A Degl.cpp144 LayerLoader& layer_loader(LayerLoader::getInstance()); in egl_init_drivers_locked()
H A DGLES_layers.md4 …ll been populated unmodified, a GLES LayerLoader will be instantiated. If debug layers are enable…
27LayerLoader will call `AndroidGLESLayer_Initialize`, and then walk libEGL’s function lists and cal…
H A Degl_platform_entries.cpp1172 LayerLoader& layer_loader(LayerLoader::getInstance()); in eglGetProcAddressImpl()