Lines Matching refs:proc
919 void* proc = NULL;
921 proc = dlsym(cnx->libEgl, procname);
922 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
924 proc = dlsym(cnx->libGles2, procname);
925 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
927 proc = dlsym(cnx->libGles1, procname);
928 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;