Home
last modified time | relevance | path

Searched refs:LibCLCoreDebugPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp37 const char RSInfo::LibCLCoreDebugPath[] = "/system/lib/libclcore_debug.bc"; member in RSInfo
183 LibCLCoreDebugPath); in CheckDependency()
184 PRINT_DEPENDENCY("current - ", LibCLCoreDebugPath, LibCLCoreDebugSHA1); in CheckDependency()
DRSInfoExtractor.cpp172 string_pool_size += ::strlen(LibCLCoreDebugPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()
393 if (!writeDependency(LibCLCoreDebugPath, LibCLCoreDebugSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h166 static const char LibCLCoreDebugPath[]; variable
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp155 core_lib = bcc::RSInfo::LibCLCoreDebugPath; in init()