Lines Matching defs:pSharedHandle

1128                            HANDLE *pSharedHandle )
1134 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Levels,
1136 nine_D3DPOOL_to_str(Pool), ppTexture, pSharedHandle);
1147 &tex, pSharedHandle);
1164 HANDLE *pSharedHandle )
1170 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Depth, Levels,
1172 nine_D3DPOOL_to_str(Pool), ppVolumeTexture, pSharedHandle);
1182 Usage, Format, Pool, &tex, pSharedHandle);
1197 HANDLE *pSharedHandle )
1203 "pSharedHandle=%p\n", This, EdgeLength, Levels,
1205 nine_D3DPOOL_to_str(Pool), ppCubeTexture, pSharedHandle);
1216 &tex, pSharedHandle);
1230 HANDLE *pSharedHandle )
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);
1253 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1269 HANDLE *pSharedHandle )
1276 "pSharedHandle=%p\n", This, Length, Usage,
1277 d3dformat_to_string(Format), Pool, ppIndexBuffer, pSharedHandle);
1280 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE);
1291 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1310 HANDLE *pSharedHandle)
1317 "Discard_or_Lockable=%i ppSurface=%p pSharedHandle=%p\n",
1320 Discard_or_Lockable, ppSurface, pSharedHandle);
1322 if (pSharedHandle)
1362 HANDLE *pSharedHandle )
1369 Lockable, ppSurface, pSharedHandle);
1381 HANDLE *pSharedHandle )
1390 Discard, ppSurface, pSharedHandle);
1951 HANDLE *pSharedHandle )
1956 "ppSurface=%p pSharedHandle=%p\n", This,
1958 ppSurface, pSharedHandle);
1962 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT
1972 ppSurface, pSharedHandle);