HomeSort by relevance Sort by last modified time
    Searched defs:mEmbedGlobalInfo (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/include/bcc/
RSCompilerDriver.h 61 bool mEmbedGlobalInfo;
120 mEmbedGlobalInfo = v;
125 return mEmbedGlobalInfo;
Script.h 53 bool mEmbedGlobalInfo;
91 void setEmbedGlobalInfo(bool pEnable) { mEmbedGlobalInfo = pEnable; }
94 bool getEmbedGlobalInfo() const { return mEmbedGlobalInfo; }
  /frameworks/rs/cpu_ref/
rsCpuCore.h 202 mEmbedGlobalInfo = v;
207 return mEmbedGlobalInfo;
253 bool mEmbedGlobalInfo;

Completed in 176 milliseconds