Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexDataManager.h52 StaticIndexBufferInterface *getCountingIndices(GLsizei count);
DIndexDataManager.cpp269 StaticIndexBufferInterface *IndexDataManager::getCountingIndices(GLsizei count) in getCountingIndices() function in rx::IndexDataManager
DRenderer9.cpp1423 StaticIndexBufferInterface *countingIB = mIndexDataManager->getCountingIndices(count); in drawArrays()