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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h479 class RSExportRecordType : public RSExportType { class in namespace:slang
488 const RSExportRecordType *mParent;
495 const RSExportRecordType *Parent,
504 inline const RSExportRecordType *getParent() const { return mParent; }
527 RSExportRecordType(RSContext *Context, function in class:slang::RSExportRecordType
543 static RSExportRecordType *Create(RSContext *Context,
564 ~RSExportRecordType() {
573 }; // RSExportRecordType

Completed in 293 milliseconds