Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp113 int& func_idx) { in SetupFuncMaps() argument
120 …SetupFuncMaps - name(%s), func_idx(%i), No entry for func_indices, assigning now", name, func_idx); in SetupFuncMaps()
121 func_names[func_idx] = name; in SetupFuncMaps()
122 func_indices[name] = func_idx; in SetupFuncMaps()
124 … ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for func_indices", name, func_idx); in SetupFuncMaps()
129 if (functions[func_idx] == nullptr) { in SetupFuncMaps()
130 …ame(%s), func_idx(%i), No entry for functions, assigning (%llu)", name, func_idx, (unsigned long l… in SetupFuncMaps()
131 functions[func_idx] = *curr; in SetupFuncMaps()
133 …c_idx(%i), Found entry for functions (%llu)", name, func_idx, (unsigned long long) functions[func_… in SetupFuncMaps()
138 func_idx++; in SetupFuncMaps()
[all …]