Searched defs:mElementType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h445 const RSExportType *mElementType; // Array element type member in class:slang::RSExportConstantArrayType
454 mElementType(ElementType),
469 inline const RSExportType *getElementType() const { return mElementType; }
472 return mElementType->getElementName();

Completed in 48 milliseconds