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 289 static bool IsRSObjectType(DataType DT);
290 static bool IsRSObjectType(const clang::Type *T) {
291 return IsRSObjectType(GetRSSpecificType(T));
301 inline bool isRSObjectType() const {
slang_rs_backend.cpp 236 if (PT->isRSObjectType()) {
slang_rs_export_type.cpp 384 if (RSExportPrimitiveType::IsRSObjectType(T)) {
394 } else if (RSExportPrimitiveType::IsRSObjectType(T)) {
827 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) {
856 if (IsRSObjectType(DT)) {
    [all...]
slang_rs_reflection.cpp 209 if (EPT->isRSObjectType())
    [all...]

Completed in 104 milliseconds