Searched refs:func_indices (Results 1 – 1 of 1) sorted by relevance
65 std::unordered_map<std::string, int> func_indices; variable81 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()