Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.h45 typedef EGLFuncPointer (*layer_setup_func)(const char* name, EGLFuncPointer next); typedef
49 void LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer*, char const* const*);
50 void LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer*, char const* const*);
55 EGLFuncPointer ApplyLayer(layer_setup_func layer_setup, const char* name, EGLFuncPointer next);
59 std::vector<layer_setup_func> layer_setup_;
Degl_layers.cpp166 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer()
203 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries()
227 void LayerLoader::LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerDriverEntries()
423 layer_setup_func LayerSetup = GetTrampoline<layer_setup_func>(setup_func.c_str()); in LoadLayers()