Home
last modified time | relevance | path

Searched refs:mLicenseNote (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h95 std::string *mLicenseNote; variable
174 mLicenseNote = new std::string(S); in setLicenseNote()
176 inline const std::string *getLicenseNote() const { return mLicenseNote; } in getLicenseNote()
Dslang_rs_context.cpp62 mLicenseNote(nullptr), in RSContext()
404 delete mLicenseNote; in ~RSContext()