Lines Matching refs:D3DERR_INVALIDCALL
70 (pDesc->Pool != D3DPOOL_MANAGED), D3DERR_INVALIDCALL);
269 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL);
276 (This->desc.Usage & D3DUSAGE_DYNAMIC), D3DERR_INVALIDCALL);
279 D3DERR_INVALIDCALL);
288 D3DERR_INVALIDCALL);
301 user_assert(pBox->Right > pBox->Left, D3DERR_INVALIDCALL);
302 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL);
303 user_assert(pBox->Back > pBox->Front, D3DERR_INVALIDCALL);
304 user_assert(pBox->Right <= This->desc.Width, D3DERR_INVALIDCALL);
305 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL);
306 user_assert(pBox->Back <= This->desc.Depth, D3DERR_INVALIDCALL);
311 return D3DERR_INVALIDCALL;
374 user_assert(This->lock_count, D3DERR_INVALIDCALL);