Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c312 xPictVisual *pictVisual; in ProcRenderQueryPictFormats() local
428 pictVisual = (xPictVisual *) (pictDepth + 1); in ProcRenderQueryPictFormats()
437 pictVisual->visual = pVisual->vid; in ProcRenderQueryPictFormats()
438 pictVisual->format = pFormat->id; in ProcRenderQueryPictFormats()
440 swapl(&pictVisual->visual); in ProcRenderQueryPictFormats()
441 swapl(&pictVisual->format); in ProcRenderQueryPictFormats()
443 pictVisual++; in ProcRenderQueryPictFormats()
453 pictDepth = (xPictDepth *) pictVisual; in ProcRenderQueryPictFormats()