Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp260 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in build()
351 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildScriptGroup()
381 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildForCompatLib()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h115 void setEmbedGlobalInfoSkipConstant(bool pEnable) { in setEmbedGlobalInfoSkipConstant() function
DRSCompilerDriver.h126 void setEmbedGlobalInfoSkipConstant(bool v) { in setEmbedGlobalInfoSkipConstant() function
/frameworks/rs/cpu_ref/
DrsCpuCore.h149 void setEmbedGlobalInfoSkipConstant(bool v) override { in setEmbedGlobalInfoSkipConstant() function
Drsd_cpu.h159 virtual void setEmbedGlobalInfoSkipConstant(bool v) = 0;
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp291 pRSCD.setEmbedGlobalInfoSkipConstant(true); in ConfigCompiler()