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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h79 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
81 static clang::FunctionDecl *RSSetObjectFD[]; member in class:slang::RSObjectRefCount
88 // Initialize RSSetObjectFD and RSClearObjectFD.
122 return RSSetObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)];
H A Dslang_rs_object_ref_count.cpp36 RSSetObjectFD[RSExportPrimitiveType::LastRSObjectType - member in class:slang::RSObjectRefCount
46 RSSetObjectFD[i] = NULL;
58 // points to RSSetObjectFD or RSClearObjectFD
64 RSObjectFD = RSSetObjectFD;

Completed in 35 milliseconds