Searched refs:WINED3DPOOL_DEFAULT (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | resource.c | 75 if (pool == WINED3DPOOL_DEFAULT && shared_handle) 101 if (pool == WINED3DPOOL_DEFAULT) 127 if (This->resource.pool == WINED3DPOOL_DEFAULT) {
|
H A D | basetexture.c | 324 if (This->resource.pool == WINED3DPOOL_DEFAULT) {
|
H A D | surface.c | 493 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 D | device.c | 1489 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 D | directx.c | 3925 NULL, WINED3DPOOL_DEFAULT, 0, check_format_desc, 3926 NULL, WINED3DPOOL_DEFAULT, 0, adapter_format_desc))
|
H A D | utils.c | 2134 POOL_TO_STR(WINED3DPOOL_DEFAULT);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 593 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 D | wined3d.idl | 744 WINED3DPOOL_DEFAULT = 0,
|
H A D | wined3d.h | 772 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | device.c | 897 * 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 D | wined3d.h | 774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 775 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 774 WINED3DPOOL_DEFAULT = 0, enumerator in enum:_WINED3DPOOL
|
Completed in 394 milliseconds