Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp361 GLushort* us_indices =(GLushort *)indices; in findMaxIndex() local
363 if(us_indices[i] > max) max = us_indices[i]; in findMaxIndex()