Home
last modified time | relevance | path

Searched refs:pExa (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c987 ExaDriverPtr pExa; in xorg_exa_init() local
999 pExa = exaDriverAlloc(); in xorg_exa_init()
1000 if (!pExa) { in xorg_exa_init()
1004 pExa->exa_major = 2; in xorg_exa_init()
1005 pExa->exa_minor = 2; in xorg_exa_init()
1006 pExa->memoryBase = 0; in xorg_exa_init()
1007 pExa->memorySize = 0; in xorg_exa_init()
1008 pExa->offScreenBase = 0; in xorg_exa_init()
1009 pExa->pixmapOffsetAlign = 0; in xorg_exa_init()
1010 pExa->pixmapPitchAlign = 1; in xorg_exa_init()
[all …]
Dxorg_exa.h16 ExaDriverPtr pExa; member