Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c526 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, in CreateGC() argument
533 *pStatus = BadAlloc; in CreateGC()
550 *pStatus = XaceHook(XACE_RESOURCE_ACCESS, client, gcid, RT_GC, pGC, in CreateGC()
552 if (*pStatus != Success) in CreateGC()
557 *pStatus = BadAlloc; in CreateGC()
559 *pStatus = ChangeGCXIDs(client, pGC, mask, pval); in CreateGC()
561 *pStatus = Success; in CreateGC()
564 if (*pStatus != Success) { in CreateGC()