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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 508 if (RSExportPrimitiveType::IsRSObjectType(T)) {
519 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
    [all...]
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);

Completed in 92 milliseconds