HomeSort by relevance Sort by last modified time
    Searched refs:strPoolSize (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 242 mHeader.strPoolSize = pStringPoolSize;
243 mStringPool = new (std::nothrow) char [ mHeader.strPoolSize ];
246 "constructor (size: %u)!", mHeader.strPoolSize);
258 mHeader.strPoolSize;
289 ALOGV("\tString pool size: %u", mHeader.strPoolSize);
344 if (pStrIdx >= mHeader.strPoolSize) {
346 pStrIdx, mHeader.strPoolSize);
355 if ((mStringPool + mHeader.strPoolSize) < pStr) {
RSInfoReader.cpp 244 if (((header->headerSize + header->strPoolSize) > filesize) ||
257 result = new (std::nothrow) RSInfo(header->strPoolSize);
269 if (header->strPoolSize > 0) {
278 result->mHeader.strPoolSize);
RSInfoWriter.cpp 190 if (static_cast<size_t>(pOutput.write(mStringPool, mHeader.strPoolSize))
191 != mHeader.strPoolSize) {
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 73 uint32_t strPoolSize;

Completed in 789 milliseconds