Searched refs:ResourceLists (Results 1 – 2 of 2) sorted by relevance
233 if (dpy->ResourceLists[i]) { in _eglFiniDisplay()295 list = display->ResourceLists[_EGL_RESOURCE_CONTEXT]; in _eglReleaseDisplayResources()303 assert(!display->ResourceLists[_EGL_RESOURCE_CONTEXT]); in _eglReleaseDisplayResources()305 list = display->ResourceLists[_EGL_RESOURCE_SURFACE]; in _eglReleaseDisplayResources()313 assert(!display->ResourceLists[_EGL_RESOURCE_SURFACE]); in _eglReleaseDisplayResources()360 _EGLResource *list = dpy->ResourceLists[type]; in _eglCheckResource()422 res->Next = res->Display->ResourceLists[type]; in _eglLinkResource()423 res->Display->ResourceLists[type] = res; in _eglLinkResource()436 prev = res->Display->ResourceLists[type]; in _eglUnlinkResource()447 res->Display->ResourceLists[type] = res->Next; in _eglUnlinkResource()
155 _EGLResource *ResourceLists[_EGL_NUM_RESOURCES]; member