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

  /frameworks/compile/slang/
slang_rs_export_type.h 362 static bool IsRSObjectType(DataType DT);
363 static bool IsRSObjectType(const clang::Type *T) {
364 return IsRSObjectType(GetRSSpecificType(T));
377 inline bool isRSObjectType() const {
378 return IsRSObjectType(mType);
slang_rs_reflection_cpp.cpp 70 if (EPT->isRSObjectType()) {
559 if (EPT->isRSObjectType()) {
    [all...]
slang_rs_export_type.cpp 503 if (RSExportPrimitiveType::IsRSObjectType(T)) {
514 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
    [all...]
slang_backend.cpp 541 if (PT->isRSObjectType()) {
slang_rs_reflection.cpp 270 if (EPT->isRSObjectType())
    [all...]

Completed in 481 milliseconds