Searched defs:mEmbedGlobalInfoSkipConstant (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h65 bool mEmbedGlobalInfoSkipConstant; member in class:bcc::RSCompilerDriver
131 mEmbedGlobalInfoSkipConstant = v;
137 return mEmbedGlobalInfoSkipConstant;
H A DRSScript.h63 bool mEmbedGlobalInfoSkipConstant; member in class:bcc::RSScript
121 mEmbedGlobalInfoSkipConstant = pEnable;
127 return mEmbedGlobalInfoSkipConstant;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h211 mEmbedGlobalInfoSkipConstant = v;
217 return mEmbedGlobalInfoSkipConstant;
256 bool mEmbedGlobalInfoSkipConstant; member in class:android::renderscript::RsdCpuReferenceImpl

Completed in 352 milliseconds