Searched refs:IsStructureTypeWithRSObject (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h339 static bool IsStructureTypeWithRSObject(const clang::Type *T);
H A Dslang_rs_export_type.cpp958 bool RSExportPrimitiveType::IsStructureTypeWithRSObject(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
1011 RSObjectTypeSeen |= IsStructureTypeWithRSObject(FT);
H A Dslang_rs_object_ref_count.cpp1295 if (RSExportPrimitiveType::IsStructureTypeWithRSObject(T)) {

Completed in 962 milliseconds