Searched refs:MAXLOCKCOUNT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2428 #define MAXLOCKCOUNT 50 /* After this amount of locks do not free the sysmem copy */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h2393 #define MAXLOCKCOUNT 50 /* After this amount of locks do not free the sysmem copy */ macro
H A Dsurface.c1873 /* MAXLOCKCOUNT is defined in wined3d_private.h */
1874 if(This->lockCount > MAXLOCKCOUNT) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2283 #define MAXLOCKCOUNT 50 /* After this amount of locks do not free the sysmem copy */ macro
H A Dsurface.c4193 if (++surface->lockCount > MAXLOCKCOUNT)

Completed in 371 milliseconds