Searched refs:pStringPoolSize (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h197 // Initialize an empty RSInfo with its size of string pool is pStringPoolSize.
198 RSInfo(size_t pStringPoolSize);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp180 RSInfo::RSInfo(size_t pStringPoolSize) : mStringPool(NULL) { argument
195 if (pStringPoolSize > 0) {
196 mHeader.strPoolSize = pStringPoolSize;

Completed in 89 milliseconds