Searched refs:WINED3DPOOL_SCRATCH (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcubetexture.c515 if (!gl_info->supported[ARB_TEXTURE_CUBE_MAP] && pool != WINED3DPOOL_SCRATCH)
H A Dsurface_base.c856 0 /* usage */, WINED3DPOOL_SCRATCH, WINED3DMULTISAMPLE_NONE /* TODO: Multisampled conversion */,
862 0 /* usage */, WINED3DPOOL_SCRATCH, WINED3DMULTISAMPLE_NONE /* TODO: Multisampled conversion */,
H A Dswapchain.c395 cursor.resource.pool = WINED3DPOOL_SCRATCH;
H A Dsurface.c474 case WINED3DPOOL_SCRATCH:
2839 if (This->resource.pool == WINED3DPOOL_SCRATCH )
H A Ddevice.c710 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 Dutils.c2137 POOL_TO_STR(WINED3DPOOL_SCRATCH);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl747 WINED3DPOOL_SCRATCH = 3,
H A Dwined3d.h775 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c589 pool = WINED3DPOOL_SCRATCH; /* a harmless pool */
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h778 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h777 WINED3DPOOL_SCRATCH = 3, enumerator in enum:_WINED3DPOOL

Completed in 7713 milliseconds