HomeSort by: relevance | last modified time | path
    Searched refs:offscreenList (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_memory.c 50 GeodeMemPtr ptr = pGeode->offscreenList;
70 pGeode->offscreenList = ptr->next;
88 GeodeMemPtr nptr, ptr = pGeode->offscreenList;
90 if (!pGeode->offscreenList) {
91 pGeode->offscreenList = calloc(1, sizeof(*nptr));
92 pGeode->offscreenList->offset = pGeode->offscreenStart;
93 pGeode->offscreenList->size = pGeode->offscreenSize;
94 pGeode->offscreenList->next = NULL;
95 pGeode->offscreenList->prev = NULL;
97 return pGeode->offscreenList;
    [all...]
geode.h 271 GeodeMemPtr offscreenList;

Completed in 6 milliseconds