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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
136 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_export_type.h 294 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
295 static DataType GetRSSpecificType(const clang::Type *T);
300 return IsRSObjectType(GetRSSpecificType(T));
slang_rs_export_type.cpp 186 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
395 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
708 RSExportPrimitiveType::GetRSSpecificType(TypeName);
861 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) {
882 RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) {
887 return GetRSSpecificType( RSExportType::GetTypeName(T) );
929 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT);
    [all...]
slang_rs_object_ref_count.cpp 82 RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
581 RSExportPrimitiveType::GetRSSpecificType(BaseType);
625 RSExportPrimitiveType::GetRSSpecificType(T);
678 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) ==
    [all...]

Completed in 186 milliseconds