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

  /frameworks/compile/slang/
slang_rs_export_type.h 298 static bool IsRSObjectType(DataType DT);
299 static bool IsRSObjectType(const clang::Type *T) {
300 return IsRSObjectType(GetRSSpecificType(T));
310 inline bool isRSObjectType() const {
slang_rs_backend.cpp 220 if (PT->isRSObjectType()) {
slang_rs_export_type.cpp 389 if (RSExportPrimitiveType::IsRSObjectType(T)) {
400 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
891 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) {
927 if (IsRSObjectType(DT)) {
    [all...]
slang_rs_reflection.cpp 213 if (EPT->isRSObjectType())
    [all...]

Completed in 438 milliseconds