Home
last modified time | relevance | path

Searched refs:getEmbedGlobalInfo (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h114 bool getEmbedGlobalInfo() const { in getEmbedGlobalInfo() function
DRSCompilerDriver.h124 bool getEmbedGlobalInfo() const { in getEmbedGlobalInfo() function
/frameworks/rs/cpu_ref/
Drsd_cpu.h135 virtual bool getEmbedGlobalInfo() const = 0;
DrsCpuCore.h204 bool getEmbedGlobalInfo() const override { in getEmbedGlobalInfo() function
DrsCpuScriptGroup2.cpp397 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); in compile()
DrsCpuScript.cpp347 bool emitGlobalInfo = mCtx->getEmbedGlobalInfo(); in init()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp434 if (script.getEmbedGlobalInfo()) { in addGlobalInfoPass()