Searched refs:pending_destroy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_surface.c109 * on the server. If s->pending_destroy is true, then it did, and
112 if (!s->pending_destroy) {
141 s->pending_destroy = false;
195 * pending_destroy, which is then checked for in glViewport by
207 d->types.surface.pending_destroy = true;
217 * to actually destroy it when the pending_destroy is processed
H A Dapple_glx_drawable.h66 bool pending_destroy; member in struct:apple_glx_surface
H A Dapple_glx_context.c446 /* This will be set if the pending_destroy code indicates it should be: */
583 && ac->drawable->types.surface.pending_destroy) {
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_surface.c109 * on the server. If s->pending_destroy is true, then it did, and
112 if (!s->pending_destroy) {
141 s->pending_destroy = false;
195 * pending_destroy, which is then checked for in glViewport by
207 d->types.surface.pending_destroy = true;
217 * to actually destroy it when the pending_destroy is processed
H A Dapple_glx_drawable.h66 bool pending_destroy; member in struct:apple_glx_surface
H A Dapple_glx_context.c445 /* This will be set if the pending_destroy code indicates it should be: */
582 && ac->drawable->types.surface.pending_destroy) {

Completed in 9 milliseconds