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 121 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
131 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
slang_rs_export_type.h 267 static bool IsRSObjectType(DataType DT);
268 static bool IsRSObjectType(const clang::Type *T) {
269 return IsRSObjectType(GetRSSpecificType(T));
280 inline bool isRSObjectType() const {
slang_rs_object_ref_count.cpp 83 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)
622 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0);
702 if (RSExportPrimitiveType::IsRSObjectType(FT)) {
    [all...]
slang_rs_export_type.cpp 306 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
735 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) {
764 if (IsRSObjectType(DT)) {
883 if (isRSObjectType()) {
    [all...]

Completed in 4996 milliseconds