Home
last modified time | relevance | path

Searched refs:last_was_blit (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dcontext.c2469 if (context->last_was_blit) in SetupForBlit()
2482 context->last_was_blit = TRUE; in SetupForBlit()
3136 context->last_was_blit = FALSE; in context_apply_clear_state()
4055 context->last_was_blit = FALSE; in context_apply_draw_state()
4116 context->last_was_blit = FALSE; in context_apply_compute_state()
H A Dwined3d_private.h1896 DWORD last_was_blit : 1; member