Home
last modified time | relevance | path

Searched refs:indexArray (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gl/
DSkGL.cpp357 const uint16_t* SK_RESTRICT indexArray, in DrawVertices() argument
381 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()
DSkGL.h275 const uint16_t* SK_RESTRICT indexArray,