Searched defs:egl_functions (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/egl/main/
H A Deglapi.c2314 } egl_functions[] = { local
2404 for (i = 0; egl_functions[i].name; i++) {
2405 if (strcmp(egl_functions[i].name, procname) == 0) {
2406 ret = egl_functions[i].function;

Completed in 74 milliseconds