Lines Matching refs:Pool
40 D3DPOOL Pool,
53 "Format=%d Pool=%d pSharedHandle=%p\n",
55 Format, Pool, pSharedHandle);
61 /* user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); */
65 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL);
72 Pool == D3DPOOL_SCRATCH);
114 Format, Pool, Usage);
119 if (Pool != D3DPOOL_DEFAULT) {
140 sfdesc.Pool = Pool;
346 D3DPOOL Pool,
352 Usage, Format, Pool, pSharedHandle);