Searched refs:ListExt (Results 1 – 2 of 2) sorted by relevance
607 ctx->ListExt->Opcode[i].Destroy(ctx, &node[1]); in ext_opcode_destroy()608 step = ctx->ListExt->Opcode[i].Size; in ext_opcode_destroy()619 ctx->ListExt->Opcode[i].Execute(ctx, &node[1]); in ext_opcode_execute()620 step = ctx->ListExt->Opcode[i].Size; in ext_opcode_execute()631 ctx->ListExt->Opcode[i].Print(ctx, &node[1]); in ext_opcode_print()632 step = ctx->ListExt->Opcode[i].Size; in ext_opcode_print()1055 if (ctx->ListExt->NumOpcodes < MAX_DLIST_EXT_OPCODES) { in _mesa_dlist_alloc_opcode()1056 const GLuint i = ctx->ListExt->NumOpcodes++; in _mesa_dlist_alloc_opcode()1057 ctx->ListExt->Opcode[i].Size = in _mesa_dlist_alloc_opcode()1059 ctx->ListExt->Opcode[i].Execute = execute; in _mesa_dlist_alloc_opcode()[all …]
3569 struct gl_list_extensions *ListExt; /**< driver dlist extensions */ member