Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h379 IDirect3DSurface9 *pDestinationSurface,
Dnine_lock.c876 IDirect3DSurface9 *pDestinationSurface, in LockDevice9_UpdateSurface() argument
881 … r = NineDevice9_UpdateSurface(This, pSourceSurface, pSourceRect, pDestinationSurface, pDestPoint); in LockDevice9_UpdateSurface()
Ddevice9.c1259 IDirect3DSurface9 *pDestinationSurface, in NineDevice9_UpdateSurface() argument
1262 struct NineSurface9 *dst = NineSurface9(pDestinationSurface); in NineDevice9_UpdateSurface()
1269 pSourceSurface, pDestinationSurface, pSourceRect, pDestPoint); in NineDevice9_UpdateSurface()
/external/mesa3d/include/D3D9/
Dd3d9.h188 …face9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POIN…
776 …face9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POIN…
1027 …face9 *pSourceSurface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POIN…
/external/swiftshader/include/Direct3D/
Dd3d8.h280 …rface,CONST RECT* pSourceRectsArray,UINT cRects,IDirect3DSurface8* pDestinationSurface,CONST POINT… in DECLARE_INTERFACE_()