Lines Matching refs:index
69 int index = FindProcIndex(name);
70 __EGL_DISPATCH_FUNC_INDICES[index] = dispatchIndex;
75 int index = FindProcIndex(name);
76 return (void *) __EGL_DISPATCH_FUNCS[index];
80 int index, EGLint errorCode)
85 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]);
94 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]);
102 _eglError(errorCode, __EGL_DISPATCH_FUNC_NAMES[index]);
109 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index)
118 return FetchVendorFunc(vendor, index, EGL_SUCCESS);
121 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index)
127 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY);
130 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index)
136 return FetchVendorFunc(vendor, index, EGL_BAD_DEVICE_EXT);