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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h503 class RSExportRecordType : public RSExportType { class in namespace:slang
512 const RSExportRecordType *mParent;
519 const RSExportRecordType *Parent,
527 inline const RSExportRecordType *getParent() const { return mParent; }
551 RSExportRecordType(RSContext *Context, function in class:slang::RSExportRecordType
568 static RSExportRecordType *Create(RSContext *Context,
589 ~RSExportRecordType() {
597 }; // RSExportRecordType

Completed in 166 milliseconds