Home | History | Annotate | Download | only in main

Lines Matching refs:ResourceLists

233          if (dpy->ResourceLists[i]) {
295 list = display->ResourceLists[_EGL_RESOURCE_CONTEXT];
303 assert(!display->ResourceLists[_EGL_RESOURCE_CONTEXT]);
305 list = display->ResourceLists[_EGL_RESOURCE_SURFACE];
313 assert(!display->ResourceLists[_EGL_RESOURCE_SURFACE]);
360 _EGLResource *list = dpy->ResourceLists[type];
422 res->Next = res->Display->ResourceLists[type];
423 res->Display->ResourceLists[type] = res;
436 prev = res->Display->ResourceLists[type];
447 res->Display->ResourceLists[type] = res->Next;