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

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 18 // This file implements RSInfo::write()
21 #include "bcc/Renderscript/RSInfo.h"
31 helper_adapt_list_item(ItemType &pResult, const RSInfo &pInfo,
35 helper_adapt_list_item<rsinfo::DependencyTableItem, RSInfo::DependencyTableTy>(
36 rsinfo::DependencyTableItem &pResult,
37 const RSInfo &pInfo,
38 const RSInfo::DependencyTableTy::const_iterator &pItem) {
43 if (pResult.id == rsinfo::gInvalidStringIndex) {
49 if (pResult.sha1 == rsinfo::gInvalidStringIndex)
    [all...]
RSInfoReader.cpp 18 // This file implements RSInfo::ReadFromFile()
21 #include "bcc/Renderscript/RSInfo.h"
36 const RSInfo &pInfo,
41 helper_read_list_item<rsinfo::DependencyTableItem, RSInfo::DependencyTableTy>(
42 const rsinfo::DependencyTableItem &pItem,
43 const RSInfo &pInfo,
44 RSInfo::DependencyTableTy &pResult)
68 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>
    [all...]
RSInfo.cpp 18 #include "bcc/Renderscript/RSInfo.h"
37 const char RSInfo::LibBCCPath[] = "/system/lib/libbcc.so";
38 const char RSInfo::LibCompilerRTPath[] = "/system/lib/libcompiler_rt.so";
39 const char RSInfo::LibRSPath[] = "/system/lib/libRS.so";
40 const char RSInfo::LibCLCorePath[] = "/system/lib/libclcore.bc";
41 const char RSInfo::LibCLCoreDebugPath[] = "/system/lib/libclcore_debug.bc";
43 const char RSInfo::LibCLCoreX86Path[] = "/system/lib/libclcore_x86.bc";
46 const char RSInfo::LibCLCoreNEONPath[] = "/system/lib/libclcore_neon.bc";
49 const uint8_t *RSInfo::LibBCCSHA1 = NULL;
50 const uint8_t *RSInfo::LibCompilerRTSHA1 = NULL
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 45 namespace rsinfo { namespace in namespace:bcc
48 #define RSINFO_MAGIC "\0rsinfo\n"
118 // Return the human-readable name of the given rsinfo::*Item in the template
147 } // end namespace rsinfo
149 class RSInfo {
192 static bool CheckDependency(const RSInfo &pInfo,
195 static bool AddBuiltInDependencies(RSInfo &pInfo);
197 rsinfo::Header mHeader;
210 // Initialize an empty RSInfo with its size of string pool is pStringPoolSize.
211 RSInfo(size_t pStringPoolSize)
    [all...]

Completed in 70 milliseconds