HomeSort by relevance Sort by last modified time
    Searched refs:LibCLCorePath (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 28 const char* core_lib = RSInfo::LibCLCorePath;
RSInfo.cpp 40 const char RSInfo::LibCLCorePath[] = "/system/lib/libclcore.bc";
176 LibCLCorePath);
177 PRINT_DEPENDENCY("current - ", LibCLCorePath, LibCLCoreSHA1);
RSInfoExtractor.cpp 171 string_pool_size += ::strlen(LibCLCorePath) + 1 + SHA1_DIGEST_LENGTH;
387 if (!writeDependency(LibCLCorePath, LibCLCoreSHA1,
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 171 static const char LibCLCorePath[];
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 394 const char *core_lib = bcc::RSInfo::LibCLCorePath;
    [all...]

Completed in 1171 milliseconds