Searched defs:mEmbedGlobalInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DRSCompilerDriver.h61 bool mEmbedGlobalInfo; member in class:bcc::RSCompilerDriver
120 mEmbedGlobalInfo = v;
125 return mEmbedGlobalInfo;
H A DScript.h53 bool mEmbedGlobalInfo; member in class:bcc::Script
91 void setEmbedGlobalInfo(bool pEnable) { mEmbedGlobalInfo = pEnable; }
94 bool getEmbedGlobalInfo() const { return mEmbedGlobalInfo; }
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h202 mEmbedGlobalInfo = v;
207 return mEmbedGlobalInfo;
253 bool mEmbedGlobalInfo; member in class:android::renderscript::RsdCpuReferenceImpl

Completed in 78 milliseconds