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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 115 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) {
125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) {
126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_object_ref_count.cpp 772 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T);
    [all...]

Completed in 49 milliseconds