Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h83 typedef uint32_t StringIndexTy; typedef
86 const StringIndexTy gInvalidStringIndex = static_cast<StringIndexTy>(-1);
89 StringIndexTy id;
92 StringIndexTy sha1;
97 StringIndexTy key;
98 StringIndexTy value;
106 StringIndexTy name;
110 StringIndexTy name;
114 StringIndexTy name;
252 const char *getStringFromPool(rsinfo::StringIndexTy pStrIdx) const;
[all …]
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp341 const char *RSInfo::getStringFromPool(rsinfo::StringIndexTy pStrIdx) const { in getStringFromPool()
352 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const { in getStringIdxInPool()