Lines Matching full:numcommands
823 void API_ENTRY(glPathCommandsNV)(GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords) {
824 CALL_GL_API(glPathCommandsNV, path, numCommands, commands, numCoords, coordType, coords);
829 void API_ENTRY(glPathSubCommandsNV)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords) {
830 numCommands, commands, numCoords, coordType, coords);