Lines Matching refs:D3DERR_INVALIDCALL
70 (pDesc->Pool != D3DPOOL_MANAGED), D3DERR_INVALIDCALL); in NineVolume9_ctor()
270 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
277 (This->desc.Usage & D3DUSAGE_DYNAMIC), D3DERR_INVALIDCALL); in NineVolume9_LockBox()
280 D3DERR_INVALIDCALL); in NineVolume9_LockBox()
289 D3DERR_INVALIDCALL); in NineVolume9_LockBox()
302 user_assert(pBox->Right > pBox->Left, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
303 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
304 user_assert(pBox->Back > pBox->Front, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
305 user_assert(pBox->Right <= This->desc.Width, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
306 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
307 user_assert(pBox->Back <= This->desc.Depth, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
312 return D3DERR_INVALIDCALL; in NineVolume9_LockBox()
375 user_assert(This->lock_count, D3DERR_INVALIDCALL); in NineVolume9_UnlockBox()