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

/frameworks/compile/slang/
H A Dslang_rs_exportable.h24 class RSExportable { class in namespace:slang
39 RSExportable(RSContext *Context, RSExportable::Kind K) function in class:slang::RSExportable
49 // won't free this RSExportable object in its destructor. The deallcation
55 virtual bool equals(const RSExportable *E) const;
59 virtual ~RSExportable() { }

Completed in 80 milliseconds