Searched defs:GetRSClearObjectFD (Results 1 - 1 of 1) 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));

Completed in 35 milliseconds