HomeSort by relevance Sort by last modified time
    Searched refs:setEmbedGlobalInfoSkipConstant (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 120 void setEmbedGlobalInfoSkipConstant(bool pEnable) {
RSCompilerDriver.h 130 void setEmbedGlobalInfoSkipConstant(bool v) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 275 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant);
393 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant);
423 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant);
  /frameworks/rs/cpu_ref/
rsd_cpu.h 139 virtual void setEmbedGlobalInfoSkipConstant(bool v) = 0;
rsCpuCore.h 210 void setEmbedGlobalInfoSkipConstant(bool v) override {
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 267 pRSCD.setEmbedGlobalInfoSkipConstant(true);

Completed in 53 milliseconds