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

/external/chromium_org/third_party/mesa/src/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.c443 /* This will be set if the pending_destroy code indicates it should be: */
580 && ac->drawable->types.surface.pending_destroy) {
/external/mesa3d/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.c443 /* This will be set if the pending_destroy code indicates it should be: */
580 && ac->drawable->types.surface.pending_destroy) {

Completed in 570 milliseconds