Lines Matching refs:index
42 int index = FindProcIndex(name);
43 __EGL_DISPATCH_FUNC_INDICES[index] = dispatchIndex;
48 int index = FindProcIndex(name);
49 return (void *) __EGL_DISPATCH_FUNCS[index];
53 int index, EGLint errorCode)
58 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]);
67 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]);
75 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]);
82 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index)
91 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
94 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index)
100 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY);
103 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index)
109 return FetchVendorFunc(vendor, index, EGL_BAD_DEVICE_EXT);