Searched refs:partial3DContextStore (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h88 void** partial3DContextStore; /* parital 3D context */ member in struct:_DRIScreenPrivRec
H A Ddri.c530 pDRIPriv->partial3DContextStore = NULL;
549 pDRIPriv->partial3DContextStore
551 if (!pDRIPriv->partial3DContextStore) {
580 free(pDRIPriv->partial3DContextStore);
1667 pDRIPriv->partial3DContextStore,
1687 pDRIPriv->partial3DContextStore);
2037 pDRIPriv->partial3DContextStore);
2058 pDRIPriv->partial3DContextStore,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h84 void **partial3DContextStore; /* parital 3D context */ member in struct:_DRIScreenPrivRec
H A Ddri.c569 pDRIPriv->partial3DContextStore = NULL;
588 pDRIPriv->partial3DContextStore
590 if (!pDRIPriv->partial3DContextStore) {
617 free(pDRIPriv->partial3DContextStore);
1688 pDRIPriv->partial3DContextStore,
1706 pDRIPriv->partial3DContextStore);
2062 pDRIPriv->partial3DContextStore);
2083 pDRIPriv->partial3DContextStore,

Completed in 13 milliseconds