Home
last modified time | relevance | path

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

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