Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c310 xPictScreen *pictScreen; in ProcRenderQueryPictFormats() local
422 pictScreen = (xPictScreen *) pictForm; in ProcRenderQueryPictFormats()
425 pictDepth = (xPictDepth *) (pictScreen + 1); in ProcRenderQueryPictFormats()
455 pictScreen->nDepth = ndepth; in ProcRenderQueryPictFormats()
458 pictScreen->fallback = ps->fallback->id; in ProcRenderQueryPictFormats()
460 pictScreen->fallback = 0; in ProcRenderQueryPictFormats()
462 swapl(&pictScreen->nDepth); in ProcRenderQueryPictFormats()
463 swapl(&pictScreen->fallback); in ProcRenderQueryPictFormats()
465 pictScreen = (xPictScreen *) pictDepth; in ProcRenderQueryPictFormats()
467 pictSubpixel = (CARD32 *) pictScreen; in ProcRenderQueryPictFormats()