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) !=
396 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
705 RSExportPrimitiveType::GetRSSpecificType(TypeName);
858 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) {
879 RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) {
884 return GetRSSpecificType( RSExportType::GetTypeName(T) );
926 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT);
    [all...]
slang_rs_object_ref_count.cpp 82 RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
580 RSExportPrimitiveType::GetRSSpecificType(BaseType);
624 RSExportPrimitiveType::GetRSSpecificType(T);
677 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) ==
    [all...]

Completed in 867 milliseconds