Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c664 OPCODE_EXT_0 enumerator
1112 return (opcode >= OPCODE_EXT_0); in is_ext_opcode()
1120 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_destroy()
1132 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_execute()
1144 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_print()
1614 if (opcode < OPCODE_EXT_0) { in dlist_alloc()
1743 return i + OPCODE_EXT_0; in _mesa_dlist_alloc_opcode()