Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_spec_table.cpp135 bool mIsNormal; member in RSDataElementSpec
145 mIsNormal(IsNormal), in RSDataElementSpec()
152 inline bool isNormal() const { return mIsNormal; } in isNormal()