Searched refs:layer_setup_func (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_layers.h | 40 typedef EGLFuncPointer (*layer_setup_func)(const char* name, EGLFuncPointer next); typedef 44 void LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer*, char const* const*); 45 void LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer*, char const* const*); 50 EGLFuncPointer ApplyLayer(layer_setup_func layer_setup, const char* name, EGLFuncPointer next); 54 std::vector<layer_setup_func> layer_setup_;
|
D | egl_layers.cpp | 168 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer() 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() 428 layer_setup_func LayerSetup = in LoadLayers() 429 reinterpret_cast<layer_setup_func>(dlsym(handle, setup_func.c_str())); in LoadLayers()
|