Searched refs:pDestPoint (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | surface9.h | 129 const POINT *pDestPoint,
|
D | surface9.c | 634 const POINT *pDestPoint, in NineSurface9_CopyMemToDefault() argument 644 if (pDestPoint) { in NineSurface9_CopyMemToDefault() 645 dst_x = pDestPoint->x; in NineSurface9_CopyMemToDefault() 646 dst_y = pDestPoint->y; in NineSurface9_CopyMemToDefault()
|
D | device9.c | 1352 const POINT *pDestPoint ) in NineDevice9_UpdateSurface() argument 1361 pSourceSurface, pDestinationSurface, pSourceRect, pDestPoint); in NineDevice9_UpdateSurface() 1366 if (pDestPoint) in NineDevice9_UpdateSurface() 1367 DBG("pDestPoint = (%u,%u)\n", pDestPoint->x, pDestPoint->y); in NineDevice9_UpdateSurface() 1402 if (pDestPoint) { in NineDevice9_UpdateSurface() 1403 user_assert(pDestPoint->x >= 0 && pDestPoint->y >= 0, in NineDevice9_UpdateSurface() 1405 destRect.right += pDestPoint->x; in NineDevice9_UpdateSurface() 1406 destRect.bottom += pDestPoint->y; in NineDevice9_UpdateSurface() 1417 if (pDestPoint) { in NineDevice9_UpdateSurface() 1418 user_assert(!(pDestPoint->x % w) && !(pDestPoint->y % h), in NineDevice9_UpdateSurface() [all …]
|
D | device9.h | 394 const POINT *pDestPoint );
|
D | nine_lock.c | 877 const POINT *pDestPoint ) in LockDevice9_UpdateSurface() argument 881 … r = NineDevice9_UpdateSurface(This, pSourceSurface, pSourceRect, pDestinationSurface, pDestPoint); in LockDevice9_UpdateSurface()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 188 …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);
|