Lines Matching refs:bcc
19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
62 bcc::RSExecutable *exec;
63 const bcc::RSInfo *info;
74 drv->mCompilerContext = new bcc::BCCContext();
76 ALOGE("bcc: FAILS to create compiler context (out of memory)");
80 drv->mCompilerDriver = new bcc::RSCompilerDriver();
82 ALOGE("bcc: FAILS to create compiler driver (out of memory)");
96 ALOGE("bcc: FAILS to prepare executable for '%s'", resName);
104 ALOGW("bcc: FAILS to synchronize the RS info file to the disk");
607 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_iter =
609 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_end =