Lines Matching refs:RSInfo
33 #include <bcc/Renderscript/RSInfo.h>
394 const char *core_lib = bcc::RSInfo::LibCLCorePath;
409 core_lib = bcc::RSInfo::LibCLCoreNEONPath;
421 core_lib = bcc::RSInfo::LibCLCoreX86Path;
431 core_lib = bcc::RSInfo::LibCLCoreDebugPath;
478 const bcc::RSInfo *info = &mExecutable->getInfo();
507 const char *rsInfo = (const char *) dlsym(mScriptSO, ".rs.info");
508 if (rsInfo) {
509 //ALOGE("Found .rs.info(): %p - %s", rsInfo, rsInfo);
513 rsInfo) == NULL) {
536 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
557 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
574 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
595 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
617 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
645 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
657 if (strgets(line, MAXLINE, &rsInfo) == NULL) {
706 const bcc::RSInfo *info = &mExecutable->getInfo();
1046 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_iter =
1048 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_end =