Searched refs:WINED3DPOOL_SCRATCH (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | cubetexture.c | 515 if (!gl_info->supported[ARB_TEXTURE_CUBE_MAP] && pool != WINED3DPOOL_SCRATCH)
|
H A D | surface_base.c | 856 0 /* usage */, WINED3DPOOL_SCRATCH, WINED3DMULTISAMPLE_NONE /* TODO: Multisampled conversion */, 862 0 /* usage */, WINED3DPOOL_SCRATCH, WINED3DMULTISAMPLE_NONE /* TODO: Multisampled conversion */,
|
H A D | swapchain.c | 395 cursor.resource.pool = WINED3DPOOL_SCRATCH;
|
H A D | surface.c | 474 case WINED3DPOOL_SCRATCH: 2839 if (This->resource.pool == WINED3DPOOL_SCRATCH )
|
H A D | device.c | 710 if (Pool == WINED3DPOOL_SCRATCH) 4192 /* SetTexture isn't allowed on textures in WINED3DPOOL_SCRATCH */ 4193 if (texture && ((IWineD3DTextureImpl *)texture)->resource.pool == WINED3DPOOL_SCRATCH)
|
H A D | utils.c | 2137 POOL_TO_STR(WINED3DPOOL_SCRATCH);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | wined3d.idl | 747 WINED3DPOOL_SCRATCH = 3,
|
H A D | wined3d.h | 775 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 589 pool = WINED3DPOOL_SCRATCH; /* a harmless pool */
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 778 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
|
Completed in 311 milliseconds