Searched refs:indexArray (Results 1 – 2 of 2) sorted by relevance
357 const uint16_t* SK_RESTRICT indexArray, in DrawVertices() argument381 if (NULL != indexArray) { in DrawVertices()385 glDrawElements(mode, count, GL_UNSIGNED_SHORT, indexArray); in DrawVertices()389 glDrawElements(mode, count, GL_UNSIGNED_SHORT, indexArray); in DrawVertices()
275 const uint16_t* SK_RESTRICT indexArray,