HomeSort by relevance Sort by last modified time
    Searched defs:RSInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 18 #include "bcc/Renderscript/RSInfo.h"
33 const char RSInfo::LibBCCPath[] = "/system/lib/libbcc.so";
34 const char RSInfo::LibCompilerRTPath[] = "/system/lib/libcompiler_rt.so";
35 const char RSInfo::LibRSPath[] = "/system/lib/libRS.so";
36 const char RSInfo::LibCLCorePath[] = "/system/lib/libclcore.bc";
37 const char RSInfo::LibCLCoreDebugPath[] = "/system/lib/libclcore_debug.bc";
39 const char RSInfo::LibCLCoreX86Path[] = "/system/lib/libclcore_x86.bc";
42 const char RSInfo::LibCLCoreNEONPath[] = "/system/lib/libclcore_neon.bc";
45 const uint8_t *RSInfo::LibBCCSHA1 = NULL;
46 const uint8_t *RSInfo::LibCompilerRTSHA1 = NULL
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 39 namespace rsinfo { namespace in namespace:bcc
42 #define RSINFO_MAGIC "\0rsinfo\n"
112 // Return the human-readable name of the given rsinfo::*Item in the template
141 } // end namespace rsinfo
143 class RSInfo {
186 static bool CheckDependency(const RSInfo &pInfo,
189 static bool AddBuiltInDependencies(RSInfo &pInfo);
191 rsinfo::Header mHeader;
204 // Initialize an empty RSInfo with its size of string pool is pStringPoolSize.
205 RSInfo(size_t pStringPoolSize)
    [all...]

Completed in 283 milliseconds