Searched defs:RSReflectionBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_base.h38 class RSReflectionBase { class in namespace:slang
45 RSReflectionBase(const RSContext *);
80 virtual ~RSReflectionBase();
H A Dslang_rs_reflection_base.cpp64 RSReflectionBase::RSReflectionBase(const RSContext *con) function in class:slang::RSReflectionBase
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
[all...]

Completed in 678 milliseconds