Searched refs:CreateSurface (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.h139 xf86XvMCCreateSurfaceProcPtr CreateSurface; member in struct:__anon8a8ad0160308
H A Dxf86xvmc.c103 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface)(
211 pAdapt[i].CreateSurface = xf86XvMCCreateSurface;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.h119 xf86XvMCCreateSurfaceProcPtr CreateSurface; member in struct:__anon8e949fe90308
H A Dxf86xvmc.c92 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface) (pScrn,
200 pAdapt[i].CreateSurface = xf86XvMCCreateSurface;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h98 XvMCCreateSurfaceProcPtr CreateSurface; member in struct:__anonf1f5a4760608
H A Dxvmc.c312 result = (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface)(
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h81 XvMCCreateSurfaceProcPtr CreateSurface; member in struct:__anonb941ef090608
H A Dxvmc.c327 (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface) (pSurface,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dquartz.h112 CreateSurfaceProc CreateSurface; member in struct:_QuartzModeProcs
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dquartz.h116 CreateSurfaceProc CreateSurface; member in struct:_QuartzModeProcs
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c258 .CreateSurface = create_surface,
271 .CreateSurface = create_surface,
H A Di915_hwmc.c871 .CreateSurface = (xf86XvMCCreateSurfaceProcPtr) i915_xvmc_create_surface,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_hwmc.c238 adaptors[i].CreateSurface = create_surface;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_hwmc.c226 pAdapt->CreateSurface = create_surface;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_hwmc.c238 adaptors[i].CreateSurface = create_surface;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_hwmc.c226 pAdapt->CreateSurface = create_surface;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dddraw.h329 /* set at CreateSurface() time to indicate antialising will be used */
331 /* set at CreateSurface() time to indicate cubic environment map */
340 /* specifies all faces of a cube for CreateSurface() */
347 /* set for mipmap sublevels on DirectX7 and later. ignored by CreateSurface() */
1263 STDMETHOD(CreateSurface)(THIS_ LPDDSURFACEDESC lpDDSurfaceDesc, LPDIRECTDRAWSURFACE* lplpDDSurface, IUnknown* pUnkOuter) PURE; local in function:DECLARE_INTERFACE_
1290 #define IDirectDraw_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,p,(p,a,b,c))
1334 STDMETHOD(CreateSurface)(THIS_ LPDDSURFACEDESC lpDDSurfaceDesc, LPDIRECTDRAWSURFACE2* lplpDDSurface, IUnknown* pUnkOuter) PURE; local in function:DECLARE_INTERFACE_
1363 #define IDirectDraw2_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,p,(p,a,b,c))
1397 STDMETHOD(CreateSurface)(THIS_ LPDDSURFACEDESC2 lpDDSurfaceDesc, LPDIRECTDRAWSURFACE4* lplpDDSurface, IUnknown* pUnkOuter) PURE; local in function:DECLARE_INTERFACE_
1431 #define IDirectDraw4_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,
1473 STDMETHOD(CreateSurface)(THIS_ LPDDSURFACEDESC2 lpDDSurfaceDesc, LPDIRECTDRAWSURFACE7* lplp local in function:DECLARE_INTERFACE_
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dddraw.h347 /* set at CreateSurface() time to indicate antialiasing will be used */
349 /* set at CreateSurface() time to indicate cubic environment map */
358 /* specifies all faces of a cube for CreateSurface() */
365 /* set for mipmap sublevels on DirectX7 and later. ignored by CreateSurface() */
1278 STDMETHOD(CreateSurface) (THIS_ LPDDSURFACEDESC lpDDSurfaceDesc, local in function:DECLARE_INTERFACE_
1320 #define IDirectDraw_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,p,(p,a,b,c))
1366 STDMETHOD(CreateSurface) (THIS_ LPDDSURFACEDESC lpDDSurfaceDesc, local in function:DECLARE_INTERFACE_
1414 #define IDirectDraw2_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,p,(p,a,b,c))
1451 STDMETHOD(CreateSurface) (THIS_ LPDDSURFACEDESC2 lpDDSurfaceDesc, local in function:DECLARE_INTERFACE_
1504 #define IDirectDraw4_CreateSurface(p,a,b,c) ICOM_CALL_(CreateSurface,
1549 STDMETHOD(CreateSurface) (THIS_ LPDDSURFACEDESC2 lpDDSurfaceDesc, local in function:DECLARE_INTERFACE_
[all...]
/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c331 XvMCGetReq(CreateSurface, req);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv_overlay.c1172 CreateSurface(ScrnInfoPtr pScrn, CARD32 FourCC, CARD16 Width, function in typeref:typename:long
1266 retCode = CreateSurface(pScrn, FourCC, Width, Height, TRUE);
1279 retCode = CreateSurface(pScrn, FourCC, Width, Height, TRUE);
1285 retCode = CreateSurface(pScrn, FourCC, Width, Height, FALSE);

Completed in 36 milliseconds