Searched defs:recording (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c279 BOOL recording; member in struct:shader_arb_ctx_priv
5509 /* Don't bother recording when we're in a not used if branch */
5515 if(!priv->recording)
5518 priv->recording = TRUE;
5523 /* Record this loop in the outer loop's recording */
5544 /* Turn off recording before playback */
5545 priv->recording = FALSE;
5598 /* This is a nested loop. Proceed to the normal recording function */
5604 if(priv->recording)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c255 BOOL recording; member in struct:shader_arb_ctx_priv
5037 /* Don't bother recording when we're in a not used if branch */
5043 if(!priv->recording)
5046 priv->recording = TRUE;
5051 /* Record this loop in the outer loop's recording */
5071 /* Turn off recording before playback */
5072 priv->recording = FALSE;
5125 /* This is a nested loop. Proceed to the normal recording function */
5131 if(priv->recording)

Completed in 148 milliseconds