Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h109 bool RSInitFD; // TODO: this should be static, since this flag affects all instances. variable
158 : mCtx(C), RSInitFD(false), mTempID(0) { in RSObjectRefCount()
162 if (!RSInitFD) { in Init()
164 RSInitFD = true; in Init()