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 184 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
198 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_export_type.h 411 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
412 static DataType GetRSSpecificType(const clang::Type *T);
417 return IsRSObjectType(GetRSSpecificType(T));
slang_rs_export_type.cpp 279 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
517 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
848 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
    [all...]
slang_rs_object_ref_count.cpp 79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
477 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
512 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T);
565 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) ==
857 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
    [all...]

Completed in 220 milliseconds