Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1153 GLushort* us_indices =(GLushort *)indices; in findMaxIndex() local
1155 if(us_indices[i] > max) max = us_indices[i]; in findMaxIndex()