Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h82 static clang::FunctionDecl *RSClearObjectFD[]; variable
132 return RSClearObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)]; in GetRSClearObjectFD()
Dslang_rs_object_ref_count.cpp39 RSClearObjectFD[RSExportPrimitiveType::LastRSObjectType - member in slang::RSObjectRefCount
44 i < (sizeof(RSClearObjectFD) / sizeof(clang::FunctionDecl*)); in GetRSRefCountingFunctions()
47 RSClearObjectFD[i] = NULL; in GetRSRefCountingFunctions()
68 RSObjectFD = RSClearObjectFD; in GetRSRefCountingFunctions()