Searched refs:allowedDepths (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxscreens.c204 if (pScreen->allowedDepths[i].depth == d) {
205 depth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxscreens.c233 if (pScreen->allowedDepths[i].depth == d) {
234 depth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c411 free(pScreen->allowedDepths[i].vids);
412 free(pScreen->allowedDepths);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c414 free(pScreen->allowedDepths[i].vids);
415 free(pScreen->allowedDepths);
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Dmidbe.c94 count += pScreen->allowedDepths[i].numVids;
107 pDepth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server/dist/dbe/
H A Dmidbe.c87 count += pScreen->allowedDepths[i].numVids;
98 pDepth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h416 DepthPtr allowedDepths; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c226 pScreen->allowedDepths = depths;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c237 pScreen->allowedDepths = depths;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c33 DepthPtr depths = pScreen->allowedDepths;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbscreen.c33 DepthPtr depths = pScreen->allowedDepths;
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3_request.c187 DepthPtr depth = drawable->pScreen->allowedDepths;
431 DepthPtr depth = screen->allowedDepths;
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h502 DepthPtr allowedDepths; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c256 if (pScreen->allowedDepths[n].numVids)
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c183 DepthPtr depth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c164 DepthPtr depth = &pScreen->allowedDepths[i];
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInit.c326 dep = pScreen->allowedDepths[d].depth;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdriext.c447 * Now, in that same screen, update the screen->allowedDepths member.
456 if (screen->allowedDepths[i].depth != a_depth)
458 cur_depth = &screen->allowedDepths[i];
472 * Do really update screen->allowedDepths[i]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c746 if (pScreen->allowedDepths[k].depth == pDepth->depth) {
820 DepthPtr pDepth = pScreen->allowedDepths;
H A Dshm.c950 pDepth = pDraw->pScreen->allowedDepths;
1072 pDepth = pDraw->pScreen->allowedDepths;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c738 if (pScreen->allowedDepths[k].depth == pDepth->depth) {
811 DepthPtr pDepth = pScreen->allowedDepths;
H A Dshm.c956 pDepth = pDraw->pScreen->allowedDepths;
1089 pDepth = pDraw->pScreen->allowedDepths;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c132 pDepth = &pScreen->allowedDepths[d];
267 pDepth = &pScreen->allowedDepths[d];
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c138 pDepth = &pScreen->allowedDepths[d];
257 pDepth = &pScreen->allowedDepths[d];
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c460 if (pScreen->allowedDepths[n].numVids)

Completed in 26 milliseconds

12