Lines Matching refs:Pool
47 D3DPOOL Pool,
61 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
64 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle);
74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) ||
75 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1),
96 if (pSharedHandle && Pool == D3DPOOL_DEFAULT) {
113 Pool == D3DPOOL_SCRATCH);
155 hr = NineBaseTexture9_ctor(&This->base, pParams, NULL, D3DRTYPE_TEXTURE, Format, Pool, Usage);
160 if (pSharedHandle && *pSharedHandle) { /* Pool == D3DPOOL_SYSTEMMEM */
166 } else if (Pool != D3DPOOL_DEFAULT) {
188 sfdesc.Pool = Pool;
213 if (pSharedHandle && !*pSharedHandle) {/* Pool == D3DPOOL_SYSTEMMEM */
385 D3DPOOL Pool,
391 Usage, Format, Pool, pSharedHandle);