Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:glExtensions

5740     static const Extension glExtensions[] =
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;