Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp1046 int totalSz = 1; // null terminator in getGLString() local
1048 totalSz += exts[i].size() + 1; // for space in getGLString()
1051 if (totalSz == 1) return NULL; in getGLString()
1053 hostStr = new char[totalSz]; in getGLString()
1054 memset(hostStr, 0, totalSz); in getGLString()