Searched defs:GetRSSetObjectFD (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h115 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { function in class:slang::RSObjectRefCount
125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { function in class:slang::RSObjectRefCount
126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));

Completed in 97 milliseconds