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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 55 android::Vector<const char *> mPragmaKeys;
105 { return mPragmaKeys; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 114 // Copy pragma key/value pairs from RSInfo::getPragmas() into mPragmaKeys and
120 result->mPragmaKeys.push_back(pragma_iter->first);

Completed in 59 milliseconds