Searched defs:mLicenseNote (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.h82 std::string *mLicenseNote; member in class:slang::RSContext
138 mLicenseNote = new std::string(S);
140 inline const std::string *getLicenseNote() const { return mLicenseNote; }

Completed in 627 milliseconds