Home
last modified time | relevance | path

Searched refs:PointeeET (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1176 const RSExportType *PointeeET; in Create() local
1179 PointeeET = RSExportType::Create(Context, PointeeType); in Create()
1182 PointeeET = RSExportPrimitiveType::Create(Context, in Create()
1186 if (PointeeET == NULL) { in Create()
1191 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()