HomeSort by relevance Sort by last modified time
    Searched refs:RSExportable (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/slang/
slang_rs_exportable.cpp 21 bool RSExportable::keep() {
29 bool RSExportable::equals(const RSExportable *E) const {
slang_rs_exportable.h 24 class RSExportable {
39 RSExportable(RSContext *Context, RSExportable::Kind K)
50 // won't free this RSExportable object in its destructor. The deallcation
56 virtual bool equals(const RSExportable *E) const;
60 virtual ~RSExportable() { }
slang_rs_export_func.h 44 class RSExportFunc : public RSExportable {
55 : RSExportable(Context, RSExportable::EX_FUNC),
slang_rs_export_var.h 34 class RSExportVar : public RSExportable {
slang_rs_export_foreach.h 38 class RSExportForEach : public RSExportable {
64 : RSExportable(Context, RSExportable::EX_FOREACH),
slang_rs_export_type.h 89 class RSExportType : public RSExportable {
210 virtual bool equals(const RSExportable *E) const;
314 virtual bool equals(const RSExportable *E) const;
358 virtual bool equals(const RSExportable *E) const;
401 virtual bool equals(const RSExportable *E) const;
439 virtual bool equals(const RSExportable *E) const;
476 virtual bool equals(const RSExportable *E) const;
562 virtual bool equals(const RSExportable *E) const;
slang_rs_export_var.cpp 45 : RSExportable(Context, RSExportable::EX_VAR),
slang_rs_context.h 48 class RSExportable;
60 typedef std::list<RSExportable*> ExportableList;
156 inline void newExportable(RSExportable *E) {
slang_rs_export_type.cpp 811 : RSExportable(Context, RSExportable::EX_TYPE),
828 if (!RSExportable::keep())
835 bool RSExportType::equals(const RSExportable *E) const {
836 CHECK_PARENT_EQUALITY(RSExportable, E);
    [all...]
slang_rs.cpp 102 RSExportable *RSE = *I;
103 if (RSE->getKind() != RSExportable::EX_TYPE)

Completed in 467 milliseconds