Home
last modified time | relevance | path

Searched refs:mIsCompatLib (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h89 bool mIsCompatLib; variable
234 bool isCompatLib() const { return mIsCompatLib; } in isCompatLib()
Dslang_rs_context.cpp62 mIsCompatLib(false), in RSContext()
310 mIsCompatLib = true; in reflectToJava()