Searched refs:WINED3DPOOL_DEFAULT (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dresource.c75 if (pool == WINED3DPOOL_DEFAULT && shared_handle)
101 if (pool == WINED3DPOOL_DEFAULT)
127 if (This->resource.pool == WINED3DPOOL_DEFAULT) {
H A Dbasetexture.c324 if (This->resource.pool == WINED3DPOOL_DEFAULT) {
H A Dsurface.c493 case WINED3DPOOL_DEFAULT:
503 if (usage & WINED3DUSAGE_RENDERTARGET && pool != WINED3DPOOL_DEFAULT)
1338 if (This->resource.pool == WINED3DPOOL_DEFAULT) {
1414 if(This->resource.pool == WINED3DPOOL_DEFAULT) {
4610 if(This->resource.pool == WINED3DPOOL_DEFAULT || This->resource.pool == WINED3DPOOL_MANAGED)
H A Ddevice.c1489 FALSE, 0, &This->logo_surface, 0, WINED3DPOOL_DEFAULT, WINED3DMULTISAMPLE_NONE, 0, SURFACE_OPENGL,
1493 FALSE, 0, &This->logo_surface, 0, WINED3DPOOL_DEFAULT, WINED3DMULTISAMPLE_NONE, 0, SURFACE_OPENGL,
5510 if (src_impl->resource.pool != WINED3DPOOL_SYSTEMMEM || dst_impl->resource.pool != WINED3DPOOL_DEFAULT)
5819 if (surface->resource.pool != WINED3DPOOL_DEFAULT && surface->resource.pool != WINED3DPOOL_SYSTEMMEM) {
5820 FIXME("call to colorfill with non WINED3DPOOL_DEFAULT or WINED3DPOOL_SYSTEMMEM surface\n");
H A Ddirectx.c3925 NULL, WINED3DPOOL_DEFAULT, 0, check_format_desc,
3926 NULL, WINED3DPOOL_DEFAULT, 0, adapter_format_desc))
H A Dutils.c2134 POOL_TO_STR(WINED3DPOOL_DEFAULT);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c593 if(pool == WINED3DPOOL_DEFAULT) {
1389 if(!(usage & WINED3DUSAGE_RENDERTARGET) && (pool != WINED3DPOOL_DEFAULT || restype != WINED3DRTYPE_SURFACE)) {
3102 if (pool == WINED3DPOOL_DEFAULT && !(usage & D3DUSAGE_DYNAMIC))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl744 WINED3DPOOL_DEFAULT = 0,
H A Dwined3d.h772 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c897 * destination texture is in WINED3DPOOL_DEFAULT. */
2580 if (pool == WINED3DPOOL_DEFAULT && !(usage & WINED3DUSAGE_DYNAMIC)) lockable = FALSE;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h775 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL

Completed in 1082 milliseconds