Searched refs:isInDraw (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcubetexture.c74 if (!device->isInDraw)
76 /* No danger of recursive calls, context_acquire() sets isInDraw to true
269 if (!This->resource.device->isInDraw)
H A Dtexture.c71 if (!device->isInDraw)
73 /* context_acquire() sets isInDraw to TRUE when loading a pbuffer into a texture,
255 if (!This->resource.device->isInDraw)
726 Assert(!device->isInDraw);
H A Dvolumetexture.c51 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
H A Dsurface.c546 Assert(!device->isInDraw);
1322 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
4279 if (!myDevice->isInDraw) context = context_acquire(myDevice, NULL, CTXUSAGE_RESOURCELOAD);
4876 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
4894 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
5075 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
5116 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
5182 if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
H A Ddrawprim.c611 This->isInDraw = TRUE;
763 This->isInDraw = FALSE;
H A Dcontext.c2813 BOOL oldInDraw = device->isInDraw;
2818 * texture, so it will call context_acquire(). Set isInDraw to true
2826 device->isInDraw = TRUE;
2840 device->isInDraw = oldInDraw;
H A Dbuffer.c965 if (device->isInDraw && This->bind_count > 0)
H A Dwined3d_private.h1875 WORD isInDraw : 1; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c650 device->isInDraw = TRUE;
835 device->isInDraw = FALSE;
H A Dtexture.c761 if (!device->isInDraw)
763 /* No danger of recursive calls, context_acquire() sets isInDraw to TRUE
1076 Assert(!device->isInDraw);
1347 Assert(!device->isInDraw);
H A Dbuffer.c903 if (device->isInDraw && buffer->resource.bind_count > 0)
H A Dwined3d_private.h1898 WORD isInDraw : 1; member in struct:wined3d_device
H A Dsurface.c6156 // if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
6175 // if (!device->isInDraw) context = context_acquire(device, NULL, CTXUSAGE_RESOURCELOAD);
7730 Assert(!device->isInDraw);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1907 WORD isInDraw : 1; member in struct:IWineD3DDeviceImpl

Completed in 137 milliseconds