OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibCLCoreDebugPath
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
41
const char RSInfo::
LibCLCoreDebugPath
[] = "/system/lib/libclcore_debug.bc";
187
LibCLCoreDebugPath
);
188
PRINT_DEPENDENCY("current - ",
LibCLCoreDebugPath
, LibCLCoreDebugSHA1);
RSInfoExtractor.cpp
172
string_pool_size += ::strlen(
LibCLCoreDebugPath
) + 1 + SHA1_DIGEST_LENGTH;
393
if (!writeDependency(
LibCLCoreDebugPath
, LibCLCoreDebugSHA1,
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
172
static const char
LibCLCoreDebugPath
[];
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
431
core_lib = bcc::RSInfo::
LibCLCoreDebugPath
;
[
all
...]
Completed in 492 milliseconds