Searched refs:pStatus (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 467 /* CreateGC(pDrawable, mask, pval, pStatus) 471 returns status of non-default fields in pStatus 477 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, argument 485 *pStatus = BadAlloc; 541 *pStatus = XaceHook(XACE_RESOURCE_ACCESS, client, gcid, RT_GC, pGC, 543 if (*pStatus != Success) 548 *pStatus = BadAlloc; 550 *pStatus = ChangeGCXIDs(client, pGC, mask, pval); 552 *pStatus = Success; 555 if (*pStatus ! [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 516 /* CreateGC(pDrawable, mask, pval, pStatus) 520 returns status of non-default fields in pStatus 526 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, argument 533 *pStatus = BadAlloc; 550 *pStatus = XaceHook(XACE_RESOURCE_ACCESS, client, gcid, RT_GC, pGC, 552 if (*pStatus != Success) 557 *pStatus = BadAlloc; 559 *pStatus = ChangeGCXIDs(client, pGC, mask, pval); 561 *pStatus = Success; 564 if (*pStatus ! [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Dxgi.cpp | 268 QueryResourceResidency->pStatus[i] = DXGI_DDI_RESIDENCY_FULLY_RESIDENT;
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxcapi.h | 336 virtual HRESULT STDMETHODCALLTYPE GetStatus(_Out_ HRESULT *pStatus) = 0;
|
Completed in 5 milliseconds