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.c492 OPCODE_EXT_0 enumerator
597 return (opcode >= OPCODE_EXT_0); in is_ext_opcode()
605 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_destroy()
617 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_execute()
629 const GLint i = node[0].opcode - OPCODE_EXT_0; in ext_opcode_print()
982 if (opcode < (GLuint) OPCODE_EXT_0) { in dlist_alloc()
1062 return i + OPCODE_EXT_0; in _mesa_dlist_alloc_opcode()