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

/external/mesa3d/src/mesa/main/
H A Ddlist.c492 OPCODE_EXT_0 enumerator in enum:__anon14261
597 return (opcode >= OPCODE_EXT_0);
605 const GLint i = node[0].opcode - OPCODE_EXT_0;
617 const GLint i = node[0].opcode - OPCODE_EXT_0;
629 const GLint i = node[0].opcode - OPCODE_EXT_0;
982 if (opcode < (GLuint) OPCODE_EXT_0) {
1062 return i + OPCODE_EXT_0;

Completed in 46 milliseconds