Searched refs:mPragmaKeys (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h55 android::Vector<const char *> mPragmaKeys; member in class:bcc::RSExecutable
105 { return mPragmaKeys; }
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp114 // Copy pragma key/value pairs from RSInfo::getPragmas() into mPragmaKeys and
120 result->mPragmaKeys.push_back(pragma_iter->first);

Completed in 496 milliseconds