Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.h129 const POINT *pDestPoint,
Dsurface9.c623 const POINT *pDestPoint, in NineSurface9_CopyMemToDefault() argument
633 if (pDestPoint) { in NineSurface9_CopyMemToDefault()
634 dst_x = pDestPoint->x; in NineSurface9_CopyMemToDefault()
635 dst_y = pDestPoint->y; in NineSurface9_CopyMemToDefault()
Ddevice9.c1260 const POINT *pDestPoint ) in NineDevice9_UpdateSurface() argument
1269 pSourceSurface, pDestinationSurface, pSourceRect, pDestPoint); in NineDevice9_UpdateSurface()
1274 if (pDestPoint) in NineDevice9_UpdateSurface()
1275 DBG("pDestPoint = (%u,%u)\n", pDestPoint->x, pDestPoint->y); in NineDevice9_UpdateSurface()
1310 if (pDestPoint) { in NineDevice9_UpdateSurface()
1311 user_assert(pDestPoint->x >= 0 && pDestPoint->y >= 0, in NineDevice9_UpdateSurface()
1313 destRect.right += pDestPoint->x; in NineDevice9_UpdateSurface()
1314 destRect.bottom += pDestPoint->y; in NineDevice9_UpdateSurface()
1325 if (pDestPoint) { in NineDevice9_UpdateSurface()
1326 user_assert(!(pDestPoint->x % w) && !(pDestPoint->y % h), in NineDevice9_UpdateSurface()
[all …]
Ddevice9.h380 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()
/external/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);