HomeSort by: relevance | last modified time | path
    Searched refs:destroy_list (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Destroy.c 279 DestroyRec *dr = app->destroy_list + i;
333 * and these could cause app->destroy_list to be reallocated.
336 DestroyRec *dr = app->destroy_list + i;
374 app->destroy_list = XtReallocArray(app->destroy_list,
378 dr = app->destroy_list + app->destroy_count++;
387 dr = app->destroy_list + (--i);
390 DestroyRec *dr2 = app->destroy_list + (app->destroy_count - 1);
Display.c 457 app->destroy_list = NULL;
518 XtFree((char *) app->destroy_list);
  /xsrc/external/mit/libXt/dist/include/X11/
InitialI.h 184 DestroyRec* destroy_list; member in struct:_XtAppStruct
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c 1446 destroy_list(struct gl_context *ctx, GLuint list) function
13488 destroy_list(ctx, i);
13798 destroy_list(ctx, ctx->ListState.CurrentList->Name);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 1247 destroy_list(struct gl_context *ctx, GLuint list) function
10809 destroy_list(ctx, i);
10959 destroy_list(ctx, ctx->ListState.CurrentList->Name);

Completed in 82 milliseconds