Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1148 GLubyte* b_indices =(GLubyte *)indices; in findMaxIndex() local
1150 if(b_indices[i] > max) max = b_indices[i]; in findMaxIndex()