Searched refs:client_memory (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c229 /* client_memory should not be different, but just in case */
232 tmp = front->dib.client_memory;
233 front->dib.client_memory = back->dib.client_memory;
234 back->dib.client_memory = tmp;
H A Dsurface.c3210 /* client_memory should not be different, but just in case */
3213 tmp = front->dib.client_memory;
3214 front->dib.client_memory = back->dib.client_memory;
3215 back->dib.client_memory = tmp;
H A Dwined3d_private.h2327 BOOL client_memory; member in struct:wineD3DSurface_DIB
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2362 BOOL client_memory; member in struct:wineD3DSurface_DIB

Completed in 1325 milliseconds