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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 29 class RSReflectionCpp : public RSReflectionBase {
31 explicit RSReflectionCpp(const RSContext *);
32 virtual ~RSReflectionCpp();
111 }; // class RSReflectionCpp
slang_rs_reflection_cpp.cpp 113 RSReflectionCpp::RSReflectionCpp(const RSContext *con)
118 RSReflectionCpp::~RSReflectionCpp() {
121 bool RSReflectionCpp::reflect(const string &OutputPathBase,
160 bool RSReflectionCpp::makeHeader(const std::string &baseClass) {
284 bool RSReflectionCpp::writeBC() {
311 bool RSReflectionCpp::makeImpl(const std::string &baseClass) {
482 void RSReflectionCpp::genExportVariable(const RSExportVar *EV) {
517 void RSReflectionCpp::genPrimitiveTypeExportVariable(const RSExportVar *EV)
    [all...]

Completed in 37 milliseconds