Home
last modified time | relevance | path

Searched refs:pDestPoint (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.h130 const POINT *pDestPoint,
Dsurface9.c649 const POINT *pDestPoint, in NineSurface9_CopyMemToDefault() argument
659 if (pDestPoint) { in NineSurface9_CopyMemToDefault()
660 dst_x = pDestPoint->x; in NineSurface9_CopyMemToDefault()
661 dst_y = pDestPoint->y; in NineSurface9_CopyMemToDefault()
Ddevice9.c1398 const POINT *pDestPoint ) in NineDevice9_UpdateSurface() argument
1407 pSourceSurface, pDestinationSurface, pSourceRect, pDestPoint); in NineDevice9_UpdateSurface()
1412 if (pDestPoint) in NineDevice9_UpdateSurface()
1413 DBG("pDestPoint = (%u,%u)\n", pDestPoint->x, pDestPoint->y); in NineDevice9_UpdateSurface()
1448 if (pDestPoint) { in NineDevice9_UpdateSurface()
1449 user_assert(pDestPoint->x >= 0 && pDestPoint->y >= 0, in NineDevice9_UpdateSurface()
1451 destRect.right += pDestPoint->x; in NineDevice9_UpdateSurface()
1452 destRect.bottom += pDestPoint->y; in NineDevice9_UpdateSurface()
1463 if (pDestPoint) { in NineDevice9_UpdateSurface()
1464 user_assert(!(pDestPoint->x % w) && !(pDestPoint->y % h), in NineDevice9_UpdateSurface()
[all …]
Ddevice9.h403 const POINT *pDestPoint );
Dnine_lock.c877 const POINT *pDestPoint ) in LockDevice9_UpdateSurface() argument
881 … r = NineDevice9_UpdateSurface(This, pSourceSurface, pSourceRect, pDestinationSurface, pDestPoint); in LockDevice9_UpdateSurface()
/third_party/mesa3d/include/D3D9/
Dd3d9.h188 …ace, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint) = 0;
776 …Surface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint);
1027 …Surface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint);