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));
140 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_export_type.h 328 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
329 static DataType GetRSSpecificType(const clang::Type *T);
334 return IsRSObjectType(GetRSSpecificType(T));
slang_rs_export_type.cpp 262 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
473 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
774 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
918 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) {
    [all...]
slang_rs_object_ref_count.cpp 80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
608 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T);
661 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) ==
    [all...]

Completed in 581 milliseconds