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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h77 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
80 static clang::FunctionDecl *RSClearObjectFD[]; member in class:slang::RSObjectRefCount
86 // Initialize RSSetObjectFD and RSClearObjectFD.
132 return RSClearObjectFD[DT];
H A Dslang_rs_object_ref_count.cpp41 RSObjectRefCount::RSClearObjectFD[DataTypeMax]; member in class:slang::RSObjectRefCount
46 RSClearObjectFD[i] = NULL;
57 // points to RSSetObjectFD or RSClearObjectFD
67 RSObjectFD = RSClearObjectFD;

Completed in 83 milliseconds