Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp355 GLubyte* b_indices =(GLubyte *)indices; in findMaxIndex() local
357 if(b_indices[i] > max) max = b_indices[i]; in findMaxIndex()