Searched refs:D3DUSAGE_DYNAMIC (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp110 fUsage |= D3DUSAGE_DYNAMIC;
715 & (~D3DUSAGE_DYNAMIC) /* <- avoid using dynamic to ensure wine does not switch do user buffer */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dtexture.c1215 if (pool != D3DPOOL_DEFAULT || (usage & D3DUSAGE_DYNAMIC))
1255 if (pool != D3DPOOL_DEFAULT || (usage & D3DUSAGE_DYNAMIC))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dtexture.c1344 if (pool != D3DPOOL_DEFAULT || (usage & D3DUSAGE_DYNAMIC))
1394 if (pool != D3DPOOL_DEFAULT || (usage & D3DUSAGE_DYNAMIC))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h105 #define D3DUSAGE_DYNAMIC 0x200 macro
H A Dd3d9types.h117 #define D3DUSAGE_DYNAMIC __MSABI_LONG(0x00000200) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h105 #define D3DUSAGE_DYNAMIC 0x200 macro
H A Dd3d9types.h117 #define D3DUSAGE_DYNAMIC 0x00000200L macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp1523 pSurface->fUsageD3D |= D3DUSAGE_DYNAMIC;
2105 (pSurface->fUsageD3D & ~D3DUSAGE_RENDERTARGET) | D3DUSAGE_DYNAMIC /* Lockable */,
2120 (pSurface->fUsageD3D & ~D3DUSAGE_RENDERTARGET) | D3DUSAGE_DYNAMIC /* Lockable */,
5331 D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY /* possible severe performance penalty otherwise (according to d3d debug output) */,
5529 D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY /* possible severe performance penalty otherwise (according to d3d debug output */,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c3102 if (pool == WINED3DPOOL_DEFAULT && !(usage & D3DUSAGE_DYNAMIC))

Completed in 154 milliseconds