Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp166 EGLFuncPointer LayerLoader::ApplyLayer(layer_setup_func layer_setup, const char* name, in ApplyLayer() function in android::LayerLoader
195 val = ApplyLayer(layer_setup_[i], name, val); in ApplyLayers()
211 *curr = ApplyLayer(layer_setup, name, *curr); in LayerPlatformEntries()
236 *curr = ApplyLayer(layer_setup, name, *prev); in LayerDriverEntries()
Degl_layers.h55 EGLFuncPointer ApplyLayer(layer_setup_func layer_setup, const char* name, EGLFuncPointer next);