Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp222 RSInfo::RSInfo(size_t pStringPoolSize) : mStringPool(NULL) { in RSInfo() argument
237 if (pStringPoolSize > 0) { in RSInfo()
238 mHeader.strPoolSize = pStringPoolSize; in RSInfo()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h205 RSInfo(size_t pStringPoolSize);