HomeSort by relevance Sort by last modified time
    Searched refs:RSSetObjectFD (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()
81 static clang::FunctionDecl *RSSetObjectFD[];
88 // Initialize RSSetObjectFD and RSClearObjectFD.
122 return RSSetObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)];
slang_rs_object_ref_count.cpp 36 RSSetObjectFD[RSExportPrimitiveType::LastRSObjectType -
46 RSSetObjectFD[i] = NULL;
58 // points to RSSetObjectFD or RSClearObjectFD
64 RSObjectFD = RSSetObjectFD;
    [all...]

Completed in 35 milliseconds