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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h59 bool mEmbedGlobalInfo; member in class:bcc::RSScript
110 mEmbedGlobalInfo = pEnable;
115 return mEmbedGlobalInfo;
H A DRSCompilerDriver.h61 bool mEmbedGlobalInfo; member in class:bcc::RSCompilerDriver
120 mEmbedGlobalInfo = v;
125 return mEmbedGlobalInfo;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h200 mEmbedGlobalInfo = v;
205 return mEmbedGlobalInfo;
251 bool mEmbedGlobalInfo; member in class:android::renderscript::RsdCpuReferenceImpl
H A DrsCpuCore.cpp108 mEmbedGlobalInfo = true;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp55 mEmbedInfo(false), mEmbedGlobalInfo(false),
H A DRSCompilerDriver.cpp57 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) {
274 script.setEmbedGlobalInfo(mEmbedGlobalInfo);
392 script.setEmbedGlobalInfo(mEmbedGlobalInfo);
422 pScript.setEmbedGlobalInfo(mEmbedGlobalInfo);

Completed in 95 milliseconds