Searched defs:RSContext (Results 1 - 3 of 3) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_context.cpp49 RSContext::RSContext(clang::Preprocessor &PP, function in class:slang::RSContext
79 bool RSContext::processExportVar(const clang::VarDecl *VD) {
95 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) {
100 int RSContext::getForEachSlotNumber(const clang::StringRef& funcName) {
108 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) {
160 bool RSContext::addForEach(const clang::FunctionDecl* FD) {
173 bool RSContext::processExportType(const llvm::StringRef &Name) {
217 void RSContext::setAllocationType(const clang::TypeDecl* TD) {
221 void RSContext
[all...]
H A Dslang_rs_context.h61 class RSContext { class in namespace:slang
133 RSContext(clang::Preprocessor &PP,
357 ~RSContext();
H A Dslang_rs_reflection.cpp83 GeneratedFile *Out, const RSContext *RSContext,
105 const RSContext *mRSContext;
380 RSReflectionJava::RSReflectionJava(const RSContext *Context,
2463 const char *RenderScriptVar, GeneratedFile *Out, const RSContext *RSContext,
2467 mRSContext(RSContext), mReflection(Reflection) {
2667 for (RSContext::const_export_type_iterator
2461 RSReflectionJavaElementBuilder( const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, GeneratedFile *Out, const RSContext *RSContext, RSReflectionJava *Reflection) argument

Completed in 41 milliseconds