Searched refs:mAllowRSPrefix (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Drs_cc_options.h55 bool mAllowRSPrefix; member in class:slang::RSCCOptions
H A Dslang_backend.h90 bool mAllowRSPrefix; member in class:slang::Backend
H A Dslang.cpp233 mAllowRSPrefix, mIsFilterscript);
240 mRSContext(nullptr), mAllowRSPrefix(false), mTargetAPI(0),
625 mAllowRSPrefix = Opts.mAllowRSPrefix;
H A Drs_cc_options.cpp188 Opts.mAllowRSPrefix = Args->hasArg(OPT_allow_rs_prefix);
H A Dslang.h148 bool mAllowRSPrefix; member in class:slang::Slang
H A Dslang_backend.cpp227 mSourceMgr(SourceMgr), mAllowRSPrefix(AllowRSPrefix),
424 if (!mAllowRSPrefix) {

Completed in 55 milliseconds