Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldispatchstubs.h | 10 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 D | egldispatchstubs.c | 52 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 D | egldriver.h | 90 extern __eglMustCastToProperFunctionPointerType
|
| H A D | egldriver.c | 111 __eglMustCastToProperFunctionPointerType
|
| H A D | eglapi.c | 2695 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldispatchstubs.h | 37 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 D | egldispatchstubs.c | 79 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 D | eglapi.c | 2719 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 46 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 D | egl.h | 61 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 D | egl_generated.h | 40 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 D | egl_generated_dispatch.c | 5089 GEN_THUNKS_RET(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, (const char * procname), (procname))
|
Completed in 28 milliseconds