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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context,
130 RSReflectionCpp::~RSReflectionCpp() {}
132 bool RSReflectionCpp::reflect() {
141 bool RSReflectionCpp::writeHeaderFile() {
186 void RSReflectionCpp::genTypeInstancesUsedInForEach() {
207 void RSReflectionCpp::genFieldsForAllocationTypeVerification() {
222 void RSReflectionCpp::genFieldsToStoreExportVariableValues() {
247 void RSReflectionCpp::genForEachDeclarations()
    [all...]
slang_rs_reflection_cpp.h 29 class RSReflectionCpp {
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
34 virtual ~RSReflectionCpp();
152 }; // class RSReflectionCpp
slang.cpp 688 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase,

Completed in 226 milliseconds