Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.cpp277 m_tmpBufSize(0), in AddressSpaceStream()
327 m_tmpBufSize = allocSize * 2; in allocBuffer()
328 m_tmpBuf = (unsigned char*)malloc(m_tmpBufSize); in allocBuffer()
331 if (m_tmpBufSize < allocSize) { in allocBuffer()
332 m_tmpBufSize = allocSize * 2; in allocBuffer()
333 m_tmpBuf = (unsigned char*)realloc(m_tmpBuf, m_tmpBufSize); in allocBuffer()
DAddressSpaceStream.h73 size_t m_tmpBufSize; variable