Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp816 int totalSz = 1; // null terminator in getGLString() local
818 totalSz += exts[i].size() + 1; // for space in getGLString()
821 if (totalSz == 1) return NULL; in getGLString()
823 hostStr = new char[totalSz]; in getGLString()
824 memset(hostStr, 0, totalSz); in getGLString()