Home
last modified time | relevance | path

Searched refs:getStringIdxInPool (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp40 pResult.key = pInfo.getStringIdxInPool(pItem->first); in helper_adapt_list_item()
41 pResult.value = pInfo.getStringIdxInPool(pItem->second); in helper_adapt_list_item()
71 pResult.name = pInfo.getStringIdxInPool(*pItem); in helper_adapt_list_item()
87 pResult.name = pInfo.getStringIdxInPool(*pItem); in helper_adapt_list_item()
103 pResult.name = pInfo.getStringIdxInPool(pItem->first); in helper_adapt_list_item()
DRSInfo.cpp221 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const { in getStringIdxInPool() function in RSInfo
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h229 rsinfo::StringIndexTy getStringIdxInPool(const char *pStr) const;