Searched refs:pDestPoint (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | surface9.h | 129 const POINT *pDestPoint,
|
D | surface9.c | 623 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()
|
D | device9.c | 1260 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 …]
|
D | device9.h | 380 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);
|