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.c495 OPCODE_END_OF_LIST, enumerator
608 static GLuint InstSize[OPCODE_END_OF_LIST + 1];
623 if (n[0].opcode == OPCODE_END_OF_LIST) in is_bitmap_list()
637 return n[0].opcode == OPCODE_END_OF_LIST; in is_empty_list()
831 n[0].opcode == OPCODE_END_OF_LIST); in build_bitmap_atlas()
879 dlist->Head[0].opcode = OPCODE_END_OF_LIST; in make_list()
1105 case OPCODE_END_OF_LIST: in _mesa_delete_list()
9165 case OPCODE_END_OF_LIST: in execute_list()
9382 (void) alloc_instruction(ctx, OPCODE_END_OF_LIST, 0); in _mesa_EndList()
10370 case OPCODE_END_OF_LIST: in print_list()
[all …]