Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 5 of 5) sorted by relevance
319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
211 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()217 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
44 __eglMustCastToProperFunctionPointerType gles_getProcAddress(const char *procname) in gles_getProcAddress()48 return (__eglMustCastToProperFunctionPointerType)gles_funcs_by_name[i].proc; in gles_getProcAddress()
906 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()911 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()916 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()