Searched refs:XvMCRTSurface (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvmc.c | 46 unsigned long XvMCRTSurface; variable in typeref:typename:unsigned long 327 AddResource(pSurface->surface_id, XvMCRTSurface, pSurface); 344 rc = dixLookupResourceByType(&val, stuff->surface_id, XvMCRTSurface, 678 if(!(XvMCRTSurface = CreateNewResourceType(XvMCDestroySurfaceRes, 679 "XvMCRTSurface"))) 695 SetResourceTypeErrorValue(XvMCRTSurface, extEntry->errorBase + XvMCBadSurface);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvmc.c | 44 static RESTYPE XvMCRTSurface; variable in typeref:typename:RESTYPE 335 if (!AddResource(pSurface->surface_id, XvMCRTSurface, pSurface)) { 366 rc = dixLookupResourceByType(&val, stuff->surface_id, XvMCRTSurface, 712 if (!(XvMCRTSurface = CreateNewResourceType(XvMCDestroySurfaceRes, 713 "XvMCRTSurface"))) 731 SetResourceTypeErrorValue(XvMCRTSurface,
|
Completed in 3 milliseconds