Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:ext

5754     for (int ext = 0; ext < sizeof(glExtensions) / sizeof(Extension); ext++)
5756 if (strcmp(procname, glExtensions[ext].name) == 0)
5758 return (__eglMustCastToProperFunctionPointerType)glExtensions[ext].address;