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.c495 OPCODE_EXT_0 enumerator
898 return (opcode >= OPCODE_EXT_0); in is_ext_opcode()
906 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_destroy()
918 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_execute()
930 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_print()
1327 if (opcode < OPCODE_EXT_0) { in dlist_alloc()
1456 return i + OPCODE_EXT_0; in _mesa_dlist_alloc_opcode()