HomeSort by relevance Sort by last modified time
    Searched refs:RSClearObjectFD (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 79 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
82 static clang::FunctionDecl *RSClearObjectFD[];
88 // Initialize RSSetObjectFD and RSClearObjectFD.
132 return RSClearObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)];
slang_rs_object_ref_count.cpp 39 RSClearObjectFD[RSExportPrimitiveType::LastRSObjectType -
44 i < (sizeof(RSClearObjectFD) / sizeof(clang::FunctionDecl*));
47 RSClearObjectFD[i] = NULL;
58 // points to RSSetObjectFD or RSClearObjectFD
68 RSObjectFD = RSClearObjectFD;
    [all...]

Completed in 150 milliseconds