Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp2010 unsigned int uiBufferIdx; in ParseTextureFlags() local
2016 uiBufferIdx = 0; in ParseTextureFlags()
2018 …while(*c_pszCursor != '-' && *c_pszCursor != 0 && *c_pszCursor != ' ' && uiBufferIdx < 128) // - … in ParseTextureFlags()
2019 szBuffer[uiBufferIdx++] = *c_pszCursor++; in ParseTextureFlags()