Searched refs:RSSetObjectFD (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()
114 static clang::FunctionDecl *RSSetObjectFD[]; member in class:slang::RSObjectRefCount
126 // Initialize RSSetObjectFD and RSClearObjectFD.
176 return RSSetObjectFD[DT];
H A Dslang_rs_object_ref_count.cpp38 RSObjectRefCount::RSSetObjectFD[DataTypeMax]; member in class:slang::RSObjectRefCount
44 RSSetObjectFD[i] = nullptr;
56 // points to RSSetObjectFD or RSClearObjectFD
62 RSObjectFD = RSSetObjectFD;

Completed in 943 milliseconds