HomeSort by: relevance | last modified time | path
    Searched defs:pSurface (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xext/
xvmc.c 83 XvMCSurfacePtr pSurface = (XvMCSurfacePtr) data;
84 XvMCContextPtr pContext = pSurface->context;
87 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySurface) (pSurface);
88 free(pSurface);
305 XvMCSurfacePtr pSurface;
319 if (!(pSurface = malloc(sizeof(XvMCSurfaceRec))))
322 pSurface->surface_id = stuff->surface_id;
323 pSurface->surface_type_id = pContext->surface_type_id;
324 pSurface->context = pContext;
327 (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface) (pSurface,
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xvmc.c 83 XvMCSurfacePtr pSurface = (XvMCSurfacePtr)data;
84 XvMCContextPtr pContext = pSurface->context;
87 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySurface)(pSurface);
88 free(pSurface);
292 XvMCSurfacePtr pSurface;
305 if(!(pSurface = malloc(sizeof(XvMCSurfaceRec))))
308 pSurface->surface_id = stuff->surface_id;
309 pSurface->surface_type_id = pContext->surface_type_id;
310 pSurface->context = pContext;
313 pSurface, &dwords, &data)
    [all...]

Completed in 6 milliseconds