Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
DClientAPIExts.cpp138 } s_client_ext_funcs[] = { variable
141 static const int numExtFuncs = sizeof(s_client_ext_funcs) /
142 sizeof(s_client_ext_funcs[0]);
153 if (!strcmp(fname, s_client_ext_funcs[i].fname)) { in getProcAddress()
154 return s_client_ext_funcs[i].proc; in getProcAddress()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.cpp137 } s_client_ext_funcs[] = { variable
140 static const int numExtFuncs = sizeof(s_client_ext_funcs) /
141 sizeof(s_client_ext_funcs[0]);
152 if (!strcmp(fname, s_client_ext_funcs[i].fname)) { in getProcAddress()
153 return s_client_ext_funcs[i].proc; in getProcAddress()