Searched defs:RSInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp18 #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) { function in class:RSInfo
109 ALOGE("Out of memory when allocate memory for string pool in RSInfo "
119 RSInfo::~RSInfo() {
123 bool RSInfo
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h147 class RSInfo { class in namespace:bcc
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);

Completed in 159 milliseconds