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

/frameworks/compile/slang/
H A Dslang_rs_context.cpp49 RSContext::RSContext(clang::Preprocessor &PP, function in class:slang::RSContext
80 bool RSContext::processExportVar(const clang::VarDecl *VD) {
96 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) {
101 int RSContext::getForEachSlotNumber(const clang::StringRef& funcName) {
109 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) {
161 bool RSContext::addForEach(const clang::FunctionDecl* FD) {
174 bool RSContext::processExportType(const llvm::StringRef &Name) {
218 void RSContext::setAllocationType(const clang::TypeDecl* TD) {
222 void RSContext
[all...]
H A Dslang_rs_context.h61 class RSContext { class in namespace:slang
138 RSContext(clang::Preprocessor &PP,
376 ~RSContext();
H A Dslang_rs_reflection.cpp79 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,
87 GeneratedFile *Out, const RSContext *RSContext,
116 const RSContext *mRSContext;
425 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,
493 RSReflectionJava::RSReflectionJava(const RSContext *Context,
947 // NOTE: This type isn't on the RSContext::export_types* list.
1170 // NOTE: This type isn't on the RSContext::export_types* list.
2710 const char *RenderScriptVar, GeneratedFile *Out, const RSContext *RSContext,
2708 RSReflectionJavaElementBuilder( const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, GeneratedFile *Out, const RSContext *RSContext, RSReflectionJava *Reflection, ReflectionState *RState) argument
[all...]

Completed in 74 milliseconds