Home
last modified time | relevance | path

Searched refs:LibCLCorePath (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp28 const char* core_lib = RSInfo::LibCLCorePath; in LinkRuntime()
DRSInfo.cpp40 const char RSInfo::LibCLCorePath[] = "/system/lib/libclcore.bc"; member in RSInfo
176 LibCLCorePath); in CheckDependency()
177 PRINT_DEPENDENCY("current - ", LibCLCorePath, LibCLCoreSHA1); in CheckDependency()
DRSInfoExtractor.cpp171 string_pool_size += ::strlen(LibCLCorePath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()
387 if (!writeDependency(LibCLCorePath, LibCLCoreSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h171 static const char LibCLCorePath[]; variable
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp394 const char *core_lib = bcc::RSInfo::LibCLCorePath; in init()