Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c311 xPictDepth *pictDepth; in ProcRenderQueryPictFormats() local
425 pictDepth = (xPictDepth *) (pictScreen + 1); in ProcRenderQueryPictFormats()
428 pictVisual = (xPictVisual *) (pictDepth + 1); in ProcRenderQueryPictFormats()
447 pictDepth->depth = pDepth->depth; in ProcRenderQueryPictFormats()
448 pictDepth->nPictVisuals = nvisual; in ProcRenderQueryPictFormats()
450 swaps(&pictDepth->nPictVisuals); in ProcRenderQueryPictFormats()
453 pictDepth = (xPictDepth *) pictVisual; in ProcRenderQueryPictFormats()
465 pictScreen = (xPictScreen *) pictDepth; in ProcRenderQueryPictFormats()