Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h58 bool mEmbedGlobalInfo; variable
105 mEmbedGlobalInfo = pEnable; in setEmbedGlobalInfo()
110 return mEmbedGlobalInfo; in getEmbedGlobalInfo()
DRSCompilerDriver.h61 bool mEmbedGlobalInfo; variable
116 mEmbedGlobalInfo = v; in setEmbedGlobalInfo()
121 return mEmbedGlobalInfo; in getEmbedGlobalInfo()
/frameworks/rs/cpu_ref/
DrsCpuCore.h139 mEmbedGlobalInfo = v; in setEmbedGlobalInfo()
144 return mEmbedGlobalInfo; in getEmbedGlobalInfo()
192 bool mEmbedGlobalInfo; variable
DrsCpuCore.cpp115 mEmbedGlobalInfo = true; in RsdCpuReferenceImpl()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp55 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) { in RSCompilerDriver()
259 script.setEmbedGlobalInfo(mEmbedGlobalInfo); in build()
350 script.setEmbedGlobalInfo(mEmbedGlobalInfo); in buildScriptGroup()
380 pScript.setEmbedGlobalInfo(mEmbedGlobalInfo); in buildForCompatLib()
DRSScript.cpp54 mEmbedInfo(false), mEmbedGlobalInfo(false), in RSScript()