Lines Matching defs:pending_presentation
85 This->pending_presentation[i] = calloc(1, sizeof(BOOL));
86 if (!This->pending_presentation[i])
562 if (This->pending_presentation[i])
563 FREE(This->pending_presentation[i]);
682 BOOL *pending_presentation;
694 p_atomic_set(work->pending_presentation, FALSE);
709 work->pending_presentation = This->pending_presentation[0];
710 p_atomic_set(work->pending_presentation, TRUE);
995 if (!p_atomic_read(This->pending_presentation[i]) &&
1011 assert(!*This->pending_presentation[next_buffer] && !This->tasks[next_buffer]);
1014 pending_presentation_temp = This->pending_presentation[next_buffer];
1015 This->pending_presentation[next_buffer] = This->pending_presentation[0];
1016 This->pending_presentation[0] = pending_presentation_temp;
1070 pending_presentation_temp = This->pending_presentation[0];
1072 This->pending_presentation[i-1] = This->pending_presentation[i];
1074 This->pending_presentation[This->num_back_buffers - 1] = pending_presentation_temp;
1084 assert(!*This->pending_presentation[0]);