Home
last modified time | relevance | path

Searched refs:FetchVendorFunc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/egl/main/
Degldispatchstubs.c56 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, in FetchVendorFunc() function
90 return FetchVendorFunc(vendor, index, EGL_SUCCESS); in __eglDispatchFetchByCurrent()
99 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
108 return FetchVendorFunc(vendor, index, EGL_BAD_DEVICE_EXT); in __eglDispatchFetchByDevice()