Searched defs:numOldInst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.c82 * \param numOldInst number of instructions at <oldInst>
88 GLuint numOldInst, GLuint numNewInst)
94 numOldInst * sizeof(struct prog_instruction),
87 _mesa_realloc_instructions(struct prog_instruction *oldInst, GLuint numOldInst, GLuint numNewInst) argument
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.c82 * \param numOldInst number of instructions at <oldInst>
88 GLuint numOldInst, GLuint numNewInst)
94 numOldInst * sizeof(struct prog_instruction),
87 _mesa_realloc_instructions(struct prog_instruction *oldInst, GLuint numOldInst, GLuint numNewInst) argument

Completed in 49 milliseconds