Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.h82 std::string *mLicenseNote; variable
138 mLicenseNote = new std::string(S); in setLicenseNote()
140 inline const std::string *getLicenseNote() const { return mLicenseNote; } in getLicenseNote()
Dslang_rs_context.cpp58 mLicenseNote(nullptr), in RSContext()
267 delete mLicenseNote; in ~RSContext()