Home
last modified time | relevance | path

Searched refs:mCompilerContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp338 mCompilerContext = NULL; in RsdCpuScriptImpl()
366 mCompilerContext = NULL; in init()
370 mCompilerContext = new bcc::BCCContext(); in init()
371 if (mCompilerContext == NULL) { in init()
445 bool built = mCompilerDriver->build(*mCompilerContext, cacheDir, in init()
1067 if (mCompilerContext) { in ~RsdCpuScriptImpl()
1068 delete mCompilerContext; in ~RsdCpuScriptImpl()
DrsCpuScript.h108 bcc::BCCContext *mCompilerContext; variable