Lines Matching defs:Pool
47 D3DPOOL Pool )
52 DBG("This=%p Size=0x%x Usage=%x Pool=%u\n", This, Size, Usage, Pool);
54 user_assert(Pool != D3DPOOL_SCRATCH, D3DERR_INVALIDCALL);
88 Pool = D3DPOOL_SYSTEMMEM;
90 /* Note: the application cannot retrieve Pool and Usage */
100 if (Pool == D3DPOOL_SYSTEMMEM)
120 if (Pool == D3DPOOL_SYSTEMMEM && Usage & D3DUSAGE_DYNAMIC)
122 else if (Pool != D3DPOOL_DEFAULT)
157 Type, Pool, Usage);
162 if (Pool != D3DPOOL_DEFAULT) {