Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.h44 void LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer*, char const* const*);
Degl_layers.cpp205 void LayerLoader::LayerPlatformEntries(layer_setup_func layer_setup, EGLFuncPointer* curr, in LayerPlatformEntries() function in android::LayerLoader
302 LayerPlatformEntries(layer_setup_[current_layer_], curr, entries); in InitLayers()