Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp91 RSInfo::RSInfo(size_t pStringPoolSize) : mStringPool(NULL) { in RSInfo() argument
105 if (pStringPoolSize > 0) { in RSInfo()
106 mHeader.strPoolSize = pStringPoolSize; in RSInfo()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h188 RSInfo(size_t pStringPoolSize);