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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h428 class RSExportRecordType : public RSExportType { class in namespace:slang
437 const RSExportRecordType *mParent;
444 const RSExportRecordType *Parent,
453 inline const RSExportRecordType *getParent() const { return mParent; }
476 RSExportRecordType(RSContext *Context, function in class:slang::RSExportRecordType
492 static RSExportRecordType *Create(RSContext *Context,
509 ~RSExportRecordType() {
518 }; // RSExportRecordType

Completed in 27 milliseconds