Searched refs:LayerLoader (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_layers.h | 32 class LayerLoader { 34 static LayerLoader& getInstance(); 35 ~LayerLoader(){}; in ~LayerLoader() 57 LayerLoader() : layers_loaded_(false), initialized_(false), current_layer_(0){}; in LayerLoader() function
|
D | egl_layers.cpp | 142 LayerLoader& LayerLoader::getInstance() { in getInstance() 144 static LayerLoader layer_loader; in getInstance() 153 std::string LayerLoader::GetDebugLayers() { in GetDebugLayers() 168 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer() 185 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers() 205 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries() 229 void LayerLoader::LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerDriverEntries() 254 bool LayerLoader::Initialized() { in Initialized() 258 void LayerLoader::InitLayers(egl_connection_t* cnx) { in InitLayers() 332 void LayerLoader::LoadLayers() { in LoadLayers()
|
D | egl.cpp | 198 LayerLoader& layer_loader(LayerLoader::getInstance()); in egl_init_drivers_locked()
|
D | GLES_layers.md | 4 …ll been populated unmodified, a GLES LayerLoader will be instantiated. If debug layers are enable… 27 …LayerLoader will call `AndroidGLESLayer_Initialize`, and then walk libEGL’s function lists and cal…
|
D | egl_platform_entries.cpp | 1258 LayerLoader& layer_loader(LayerLoader::getInstance()); in eglGetProcAddressImpl()
|