Searched refs:RSClearObjectFD (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h112 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
115 static clang::FunctionDecl *RSClearObjectFD[]; member in class:slang::RSObjectRefCount
126 // Initialize RSSetObjectFD and RSClearObjectFD.
190 return RSClearObjectFD[DT];
H A Dslang_rs_object_ref_count.cpp40 RSObjectRefCount::RSClearObjectFD[DataTypeMax]; member in class:slang::RSObjectRefCount
45 RSClearObjectFD[i] = nullptr;
56 // points to RSSetObjectFD or RSClearObjectFD
66 RSObjectFD = RSClearObjectFD;

Completed in 391 milliseconds