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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h111 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
113 static clang::FunctionDecl *RSSetObjectFD[]; member in class:slang::RSObjectRefCount
125 // Initialize RSSetObjectFD and RSClearObjectFD.
170 return RSSetObjectFD[DT];
H A Dslang_rs_object_ref_count.cpp39 RSObjectRefCount::RSSetObjectFD[DataTypeMax]; member in class:slang::RSObjectRefCount
45 RSSetObjectFD[i] = nullptr;
57 // points to RSSetObjectFD or RSClearObjectFD
63 RSObjectFD = RSSetObjectFD;

Completed in 77 milliseconds