Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp65 std::unordered_map<std::string, int> func_indices; variable
81 if (func_indices.find(name) == func_indices.end()) { in getNextLayerProcAddress()
87 int gpaIndex = func_indices["eglGetProcAddress"]; in getNextLayerProcAddress()
106 int index = func_indices[name]; in getNextLayerProcAddress()
119 if (func_indices.find(name) == func_indices.end()) { in SetupFuncMaps()
122 func_indices[name] = func_idx; in SetupFuncMaps()