Home
last modified time | relevance | path

Searched refs:OPCODE_END_OF_LIST (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c491 OPCODE_END_OF_LIST, enumerator
553 static GLuint InstSize[OPCODE_END_OF_LIST + 1];
577 dlist->Head[0].opcode = OPCODE_END_OF_LIST; in make_list()
799 case OPCODE_END_OF_LIST: in _mesa_delete_list()
8907 case OPCODE_END_OF_LIST: in execute_list()
9088 (void) alloc_instruction(ctx, OPCODE_END_OF_LIST, 0); in _mesa_EndList()
10915 case OPCODE_END_OF_LIST: in print_list()
10920 if (opcode < 0 || opcode > OPCODE_END_OF_LIST) { in print_list()