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.h44 typedef EGLFuncPointer (*layer_setup_func)(const char* name, EGLFuncPointer next); typedef
48 void LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer*, const char* const*);
49 void LayerDriverEntries(layer_setup_func layer_setup, EGLFuncPointer*, const char* const*);
54 EGLFuncPointer ApplyLayer(layer_setup_func layer_setup, const char* name, EGLFuncPointer next);
58 std::vector<layer_setup_func> layer_setup_;
Degl_layers.cpp178 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer()
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()
435 layer_setup_func LayerSetup = GetTrampoline<layer_setup_func>(setup_func.c_str()); in LoadLayers()