Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.h32 class LayerLoader {
34 static LayerLoader& getInstance();
35 ~LayerLoader(){}; in ~LayerLoader()
57 LayerLoader() : layers_loaded_(false), initialized_(false), current_layer_(0){}; in LayerLoader() function
Degl_layers.cpp142 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()
Degl.cpp198 LayerLoader& layer_loader(LayerLoader::getInstance()); in egl_init_drivers_locked()
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…
Degl_platform_entries.cpp1258 LayerLoader& layer_loader(LayerLoader::getInstance()); in eglGetProcAddressImpl()