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

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 64 RSReflectionBase::RSReflectionBase(const RSContext *con)
71 RSReflectionBase::~RSReflectionBase() {
76 bool RSReflectionBase::openFile(const string &name, string &errorMsg) {
94 void RSReflectionBase::startFile(const string &filename) {
111 string RSReflectionBase::stripRS(const string &s) const {
124 void RSReflectionBase::write(const std::string &t) {
129 void RSReflectionBase::write(const std::stringstream &t) {
134 void RSReflectionBase::incIndent()
    [all...]
slang_rs_reflection_base.h 38 class RSReflectionBase {
45 RSReflectionBase(const RSContext *);
80 virtual ~RSReflectionBase();
slang_rs_reflection_cpp.h 29 class RSReflectionCpp : public RSReflectionBase {
slang_rs_reflection_cpp.cpp 114 : RSReflectionBase(con) {
941 << RSReflectionBase::genInitValue(Val) << ";";
slang_rs_reflection.cpp 445 C.out() << RSReflectionBase::genInitValue(Val);
910 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() ==
    [all...]

Completed in 38 milliseconds