Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp168 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer() function in android::LayerLoader
197 val = ApplyLayer(layer_setup_[i], name, val); in ApplyLayers()
213 *curr = ApplyLayer(layer_setup, name, *curr); in LayerPlatformEntries()
238 *curr = ApplyLayer(layer_setup, name, *prev); in LayerDriverEntries()
Degl_layers.h50 EGLFuncPointer ApplyLayer(layer_setup_func layer_setup, const char* name, EGLFuncPointer next);