Lines Matching refs:Pool
46 D3DPOOL Pool, in NineTexture9_ctor() argument
61 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
71 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || in NineTexture9_ctor()
72 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineTexture9_ctor()
75 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), in NineTexture9_ctor()
93 if (pSharedHandle && Pool == D3DPOOL_DEFAULT) { in NineTexture9_ctor()
110 Pool == D3DPOOL_SCRATCH); in NineTexture9_ctor()
157 } else if (Pool != D3DPOOL_DEFAULT) { in NineTexture9_ctor()
177 hr = NineBaseTexture9_ctor(&This->base, pParams, NULL, D3DRTYPE_TEXTURE, Format, Pool, Usage); in NineTexture9_ctor()
189 sfdesc.Pool = Pool; in NineTexture9_ctor()
385 D3DPOOL Pool, in NineTexture9_new() argument
391 Usage, Format, Pool, pSharedHandle); in NineTexture9_new()