HomeSort by relevance Sort by last modified time
    Searched defs:RSInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 18 #include "bcc/Renderscript/RSInfo.h"
37 android::String8 RSInfo::GetPath(const char *pFilename) {
43 static std::string stringFromSourceHash(const RSInfo::DependencyHashTy& hash) {
65 bool RSInfo::IsConsistent(const char* pInputFilename, const DependencyHashTy& expectedSourceHash,
91 RSInfo::RSInfo(size_t pStringPoolSize) : mStringPool(NULL) {
99 mHeader.pragmaList.itemSize = sizeof(rsinfo::PragmaItem);
100 mHeader.objectSlotList.itemSize = sizeof(rsinfo::ObjectSlotItem);
101 mHeader.exportVarNameList.itemSize = sizeof(rsinfo::ExportVarNameItem);
102 mHeader.exportFuncNameList.itemSize = sizeof(rsinfo::ExportFuncNameItem)
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 46 namespace rsinfo { namespace in namespace:bcc
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();
    [all...]

Completed in 85 milliseconds