Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp41 core_lib = RSInfo::LibCLCoreNEONPath; in LinkRuntime()
DRSInfo.cpp42 const char RSInfo::LibCLCoreNEONPath[] = "/system/lib/libclcore_neon.bc"; member in RSInfo
195 LibCLCoreNEONPath); in CheckDependency()
196 PRINT_DEPENDENCY("current - ", LibCLCoreNEONPath, LibCLCoreNEONSHA1); in CheckDependency()
DRSInfoExtractor.cpp174 string_pool_size += ::strlen(LibCLCoreNEONPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()
400 if (!writeDependency(LibCLCoreNEONPath, LibCLCoreNEONSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h171 static const char LibCLCoreNEONPath[]; variable