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

/frameworks/rs/driver/
H A DrsdBcc.cpp70 drv->mCompilerContext = NULL;
74 drv->mCompilerContext = new bcc::BCCContext();
75 if (drv->mCompilerContext == NULL) {
91 exec = drv->mCompilerDriver->build(*drv->mCompilerContext,
142 delete drv->mCompilerContext;
602 delete drv->mCompilerContext;
H A DrsdBcc.h125 bcc::BCCContext *mCompilerContext; member in struct:DrvScript

Completed in 714 milliseconds