Searched refs:dgaColormap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86DGA.c98 ColormapPtr dgaColormap; member in struct:__anon17b1101f0108
150 pScreenPriv->dgaColormap = NULL;
309 if(pScreenPriv->current && pScreenPriv->dgaColormap) {
310 if (pmap != pScreenPriv->dgaColormap) {
312 pmap = pScreenPriv->dgaColormap;
327 if(pScreenPriv->current && pScreenPriv->dgaColormap) {
328 if (pmap == pScreenPriv->dgaColormap) {
329 pScreenPriv->dgaColormap = NULL;
376 pScreenPriv->dgaColormap = NULL;
740 if(!pScreenPriv->dgaColormap)
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86DGA.c122 ColormapPtr dgaColormap; member in struct:__anonf106b1920108
169 pScreenPriv->dgaColormap = NULL;
318 if (pScreenPriv->current && pScreenPriv->dgaColormap) {
319 if (pmap != pScreenPriv->dgaColormap) {
321 pmap = pScreenPriv->dgaColormap;
336 if (pScreenPriv->current && pScreenPriv->dgaColormap) {
337 if (pmap == pScreenPriv->dgaColormap) {
338 pScreenPriv->dgaColormap = NULL;
381 pScreenPriv->dgaColormap = NULL;
724 if (!pScreenPriv->dgaColormap)
[all...]

Completed in 5 milliseconds