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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp39 pResult.id = pInfo.getStringIdxInPool(pItem->first);
41 pInfo.getStringIdxInPool(reinterpret_cast<const char *>(pItem->second));
63 pResult.key = pInfo.getStringIdxInPool(pItem->first);
64 pResult.value = pInfo.getStringIdxInPool(pItem->second);
94 pResult.name = pInfo.getStringIdxInPool(*pItem);
110 pResult.name = pInfo.getStringIdxInPool(*pItem);
126 pResult.name = pInfo.getStringIdxInPool(pItem->first);
H A DRSInfo.cpp352 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const { function in class:RSInfo
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h253 rsinfo::StringIndexTy getStringIdxInPool(const char *pStr) const;

Completed in 60 milliseconds