Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 5 of 5) sorted by relevance
319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
51 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()55 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
56 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRY *eglGetProcAddress_t) (const char*);
80 … {"eglCreateImageKHR" ,(__eglMustCastToProperFunctionPointerType)eglCreateImageKHR},81 … {"eglDestroyImageKHR",(__eglMustCastToProperFunctionPointerType)eglDestroyImageKHR}936 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY938 __eglMustCastToProperFunctionPointerType retVal = NULL; in eglGetProcAddress()