Searched refs:nelem (Results 1 – 2 of 2) sorted by relevance
71 nelem = dom.createElement("element")72 root.insertBefore(nelem, elem)75 and root.childNodes[0] is nelem76 and root.childNodes.item(0) is nelem79 and root.firstChild is nelem83 nelem = dom.createElement("element")84 root.insertBefore(nelem, None)89 and root.childNodes[2] is nelem90 and root.childNodes.item(2) is nelem91 and root.lastChild is nelem[all …]
141 int nelem = sizeof(indices)/sizeof(indices[0]); in render() local143 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()