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 24 class RSReflectionCpp : public RSReflectionBase {
26 explicit RSReflectionCpp(const RSContext *);
27 virtual ~RSReflectionCpp();
86 }; // class RSReflectionCpp
slang_rs_reflection_cpp.cpp 111 RSReflectionCpp::RSReflectionCpp(const RSContext *con)
116 RSReflectionCpp::~RSReflectionCpp() {
119 bool RSReflectionCpp::reflect(const string &OutputPathBase,
148 bool RSReflectionCpp::makeHeader(const std::string &baseClass) {
251 bool RSReflectionCpp::writeBC() {
278 bool RSReflectionCpp::makeImpl(const std::string &baseClass) {
417 void RSReflectionCpp::genExportVariable(const RSExportVar *EV) {
452 void RSReflectionCpp::genPrimitiveTypeExportVariable(const RSExportVar *EV)
    [all...]

Completed in 67 milliseconds