Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldispatchstubs.h10 extern const __eglMustCastToProperFunctionPointerType __EGL_DISPATCH_FUNCS[];
22 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index);
23 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index);
24 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
H A Degldispatchstubs.c52 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor,
55 __eglMustCastToProperFunctionPointerType func = NULL;
82 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index)
94 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index)
103 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index)
H A Degldriver.h90 extern __eglMustCastToProperFunctionPointerType
H A Degldriver.c111 __eglMustCastToProperFunctionPointerType
H A Deglapi.c2695 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldispatchstubs.h37 extern const __eglMustCastToProperFunctionPointerType __EGL_DISPATCH_FUNCS[];
49 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index);
50 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index);
51 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
H A Degldispatchstubs.c79 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor,
82 __eglMustCastToProperFunctionPointerType func = NULL;
109 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index)
121 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index)
130 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index)
H A Deglapi.c2719 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h46 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef in typeref:typename:void (*)(void)
120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const char *procname);
145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef in typeref:typename:void (*)(void)
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h40 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef in typeref:typename:void (*)(void)
927 typedef __eglMustCastToProperFunctionPointerType (GLAPIENTRY *PFNEGLGETPROCADDRESSPROC)(const char * procname);
1144 EPOXY_PUBLIC __eglMustCastToProperFunctionPointerType (EPOXY_CALLSPEC *epoxy_eglGetProcAddress)(const char * procname);
H A Degl_generated_dispatch.c5089 GEN_THUNKS_RET(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, (const char * procname), (procname))

Completed in 28 milliseconds