OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RSInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
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 "\0
rsinfo
\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 53 milliseconds