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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c222 if (This->stateBlock->streamIsUP)
324 if (!This->stateBlock->streamIsUP)
4023 BOOL vbo = FALSE, streamWasUP = This->stateBlock->streamIsUP;
4036 * control the streamIsUP flag, thus restore it afterwards.
4038 This->stateBlock->streamIsUP = FALSE;
4040 This->stateBlock->streamIsUP = streamWasUP;
4745 if(This->stateBlock->streamIsUP) {
4747 This->stateBlock->streamIsUP = FALSE;
4781 if(This->stateBlock->streamIsUP) {
4783 This->stateBlock->streamIsUP
[all...]
H A Dwined3d_private.h2693 BOOL streamIsUP; member in struct:IWineD3DStateBlockImpl
H A Dstate.c4851 if(stateblock->streamIsUP || stateblock->pIndexData == NULL ) {
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2728 BOOL streamIsUP; member in struct:IWineD3DStateBlockImpl

Completed in 96 milliseconds