Lines Matching defs:Pool

1126                            D3DPOOL Pool,
1133 DBG("This=%p Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
1136 nine_D3DPOOL_to_str(Pool), ppTexture, pSharedHandle);
1146 hr = NineTexture9_new(This, Width, Height, Levels, Usage, Format, Pool,
1162 D3DPOOL Pool,
1169 DBG("This=%p Width=%u Height=%u Depth=%u Levels=%u Usage=%s Format=%s Pool=%s "
1172 nine_D3DPOOL_to_str(Pool), ppVolumeTexture, pSharedHandle);
1182 Usage, Format, Pool, &tex, pSharedHandle);
1195 D3DPOOL Pool,
1202 DBG("This=%p EdgeLength=%u Levels=%u Usage=%s Format=%s Pool=%s ppOut=%p "
1205 nine_D3DPOOL_to_str(Pool), ppCubeTexture, pSharedHandle);
1215 hr = NineCubeTexture9_new(This, EdgeLength, Levels, Usage, Format, Pool,
1228 D3DPOOL Pool,
1236 DBG("This=%p Length=%u Usage=%x FVF=%x Pool=%u ppOut=%p pSharedHandle=%p\n",
1237 This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle);
1240 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE);
1249 desc.Pool = Pool;
1253 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1267 D3DPOOL Pool,
1275 DBG("This=%p Length=%u Usage=%x Format=%s Pool=%u ppOut=%p "
1277 d3dformat_to_string(Format), Pool, ppIndexBuffer, pSharedHandle);
1280 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE);
1288 desc.Pool = Pool;
1291 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1303 D3DPOOL Pool,
1316 DBG("This=%p type=%u Pool=%s Width=%u Height=%u Format=%s MS=%u Quality=%u "
1318 This, type, nine_D3DPOOL_to_str(Pool), Width, Height,
1326 user_assert(Pool != D3DPOOL_MANAGED, D3DERR_INVALIDCALL);
1331 desc.Pool = Pool;
1638 user_assert(dst->desc.Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1639 user_assert(src->desc.Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1949 D3DPOOL Pool,
1955 DBG("This=%p Width=%u Height=%u Format=%s(0x%x) Pool=%u "
1957 Width, Height, d3dformat_to_string(Format), Format, Pool,
1962 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT
1963 || Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1964 user_assert(Pool != D3DPOOL_MANAGED, D3DERR_INVALIDCALL);
1968 hr = create_zs_or_rt_surface(This, 2, Pool, Width, Height,