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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp64 const char* bccPluginName, bool emitGlobalInfo,
110 if (bccPluginName && strlen(bccPluginName) > 0) {
118 args->push_back(bccPluginName);
302 uint32_t flags, char const *bccPluginName) {
335 useRSDebugContext, bccPluginName, emitGlobalInfo,
60 setCompileArguments(std::vector<const char*>* args, const std::string& bcFileName, const char* cacheDir, const char* resName, const char* core_lib, bool useRSDebugContext, const char* bccPluginName, bool emitGlobalInfo, int optLevel, bool emitGlobalInfoSkipConstant) argument
300 init(char const *resName, char const *cacheDir, uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags, char const *bccPluginName) argument

Completed in 37 milliseconds