HomeSort by relevance Sort by last modified time
    Searched defs:RSReflectionJava (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.h 41 class RSReflectionJava {
307 RSReflectionJava(const RSContext *Context,
323 }; // class RSReflectionJava
slang_rs_reflection.cpp 88 RSReflectionJava *Reflection,
97 unsigned Which = RSReflectionJava::FieldIndex | RSReflectionJava::Field32Index);
98 void genAddPadding(int PaddingSize, unsigned Which); // Which: See RSReflectionJava::incFieldIndex()
117 RSReflectionJava *mReflection;
198 RSReflectionJava::GetTypeName(
200 (RSReflectionJava::TypeNameDefault & ~RSReflectionJava::TypeNameWithRecordElementName) |
201 RSReflectionJava::TypeNameC);
205 RSReflectionJava::GetTypeName
    [all...]

Completed in 84 milliseconds