Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:RSInfo

18 // This file implements RSInfo::ExtractFromSource()
20 #include "bcc/Renderscript/RSInfo.h"
110 RSInfo::DependencyTableTy &pDepTable) {
118 // Record in the result RSInfo object.
128 RSInfo *RSInfo::ExtractFromSource(const Source &pSource,
151 RSInfo *result = NULL;
184 result = new (std::nothrow) RSInfo(string_pool_size);
186 ALOGE("Out of memory when create RSInfo object for %s!", module_name);
192 ALOGE("Out of memory when allocate string pool in RSInfo object for %s!",