Home | History | Annotate | Download | only in main

Lines Matching defs:Print

88    void (*Print)( struct gl_context *ctx, void *data, FILE *f );
926 /** Print an extended opcode instruction */
932 ctx->ListExt->Opcode[i].Print(ctx, &node[1], f);
1439 * \param print function to print the new display list command
1447 void (*print) (struct gl_context *, void *, FILE *))
1455 ctx->ListExt->Opcode[i].Print = print;
10068 * Print the commands in a display list. For debugging only.