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
40 RSExportable(RSContext *Context, RSExportable::Kind K) function in class:slang::RSExportable
50 // won't free this RSExportable object in its destructor. The deallocation
56 virtual bool equals(const RSExportable *E) const;
60 virtual ~RSExportable() { }

Completed in 52 milliseconds