Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexDataManager.cpp57 static void convertIndices(GLenum type, const void *input, GLsizei count, void *output) in convertIndices() function
237 convertIndices(type, staticBuffer ? storage->getData() : indices, convertCount, output); in prepareIndexData()