Searched refs:pending_presentation (Results 1 – 2 of 2) sorted by relevance
85 This->pending_presentation[i] = calloc(1, sizeof(BOOL)); in NineSwapChain9_ctor()86 if (!This->pending_presentation[i]) in NineSwapChain9_ctor()559 if (This->pending_presentation[i]) in NineSwapChain9_dtor()560 FREE(This->pending_presentation[i]); in NineSwapChain9_dtor()679 BOOL *pending_presentation; member691 p_atomic_set(work->pending_presentation, FALSE); in work_present()706 work->pending_presentation = This->pending_presentation[0]; in pend_present()707 p_atomic_set(work->pending_presentation, TRUE); in pend_present()988 if (!p_atomic_read(This->pending_presentation[i]) && in NineSwapChain9_Present()1004 assert(!*This->pending_presentation[next_buffer] && !This->tasks[next_buffer]); in NineSwapChain9_Present()[all …]
76 BOOL *pending_presentation[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member