Home | History | Annotate | Download | only in Renderscript

Lines Matching defs:RSInfo

46 namespace rsinfo {
49 #define RSINFO_MAGIC "\0rsinfo\n"
120 // Return the human-readable name of the given rsinfo::*Item in the template
145 } // end namespace rsinfo
147 class RSInfo {
169 rsinfo::Header mHeader;
187 // Initialize an empty RSInfo with its size of string pool is pStringPoolSize.
188 RSInfo(size_t pStringPoolSize);
192 // reflect the current RSInfo object states to mHeader.
196 ~RSInfo();
199 static RSInfo *ExtractFromSource(const Source &pSource,
205 static RSInfo *ReadFromFile(InputFile &pInput);
228 const char *getStringFromPool(rsinfo::StringIndexTy pStrIdx) const;
229 rsinfo::StringIndexTy getStringIdxInPool(const char *pStr) const;