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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 174 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
188 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
slang_rs_export_type.h 416 static bool IsRSObjectType(DataType DT);
417 static bool IsRSObjectType(const clang::Type *T) {
418 return IsRSObjectType(GetRSSpecificType(T));
431 inline bool isRSObjectType() const {
432 return IsRSObjectType(mType);
slang_rs_object_ref_count.cpp 80 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)
514 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0);
602 if (RSExportPrimitiveType::IsRSObjectType(FT)) {
    [all...]
slang_rs_export_type.cpp 508 if (RSExportPrimitiveType::IsRSObjectType(T)) {
519 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
    [all...]

Completed in 193 milliseconds