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.c496 OPCODE_EXT_0 enumerator
899 return (opcode >= OPCODE_EXT_0); in is_ext_opcode()
907 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_destroy()
919 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_execute()
931 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_print()
1328 if (opcode < OPCODE_EXT_0) { in dlist_alloc()
1457 return i + OPCODE_EXT_0; in _mesa_dlist_alloc_opcode()