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

  /frameworks/compile/slang/
slang_rs_export_func.h 44 class RSExportFunc : public RSExportable {
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name,
73 static RSExportFunc *Create(RSContext *Context,
105 }; // RSExportFunc
slang_rs_export_func.cpp 52 RSExportFunc *RSExportFunc::Create(RSContext *Context,
55 RSExportFunc *F;
63 F = new RSExportFunc(Context, Name, FD);
130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
slang_rs_reflection_base.h 35 class RSExportFunc;
slang_rs_reflection_cpp.h 60 const RSExportFunc *ef);
slang_rs_context.cpp 132 RSExportFunc *EF = RSExportFunc::Create(this, FD);
slang_rs_context.h 50 class RSExportFunc;
62 typedef std::list<RSExportFunc*> ExportFuncList;
slang_rs_reflection_cpp.cpp 239 const RSExportFunc *ef = *I;
383 const RSExportFunc *ef = *I;
533 const RSExportFunc *ef) {
542 for (RSExportFunc::const_param_iterator i = ef->params_begin(),
slang_rs_reflection.h 36 class RSExportFunc;
266 const RSExportFunc *EF);
slang_rs_backend.cpp 292 const RSExportFunc *EF = *I;
slang_rs_export_type.h 332 friend class RSExportFunc;
slang_rs_reflection.cpp 601 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) {
610 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
    [all...]

Completed in 72 milliseconds