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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h187 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { function in class:slang::RSObjectRefCount
197 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { function in class:slang::RSObjectRefCount
198 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
H A Dslang_rs_object_ref_count.cpp272 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T);

Completed in 167 milliseconds