Searched refs:mEmbedGlobalInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DScript.h53 bool mEmbedGlobalInfo; member in class:bcc::Script
91 void setEmbedGlobalInfo(bool pEnable) { mEmbedGlobalInfo = pEnable; }
94 bool getEmbedGlobalInfo() const { return mEmbedGlobalInfo; }
H A DRSCompilerDriver.h61 bool mEmbedGlobalInfo; member in class:bcc::RSCompilerDriver
120 mEmbedGlobalInfo = v;
125 return mEmbedGlobalInfo;
/frameworks/compile/libbcc/lib/
H A DScript.cpp34 mLinkRuntimeCallback(nullptr), mEmbedInfo(false), mEmbedGlobalInfo(false),
H A DRSCompilerDriver.cpp53 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) {
269 script.setEmbedGlobalInfo(mEmbedGlobalInfo);
411 script.setEmbedGlobalInfo(mEmbedGlobalInfo);
441 pScript.setEmbedGlobalInfo(mEmbedGlobalInfo);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h202 mEmbedGlobalInfo = v;
207 return mEmbedGlobalInfo;
253 bool mEmbedGlobalInfo; member in class:android::renderscript::RsdCpuReferenceImpl
H A DrsCpuCore.cpp96 mEmbedGlobalInfo = true;

Completed in 152 milliseconds