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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h214 class RSExportPrimitiveType : public RSExportType { class in namespace:slang
244 // NOTE: There's no any instance of RSExportPrimitiveType which mType
246 // only for RSExportPrimitiveType::GetRSObjectType to *recognize* the struct
262 static RSExportPrimitiveType *Create(RSContext *Context,
268 RSExportPrimitiveType(RSContext *Context, function in class:slang::RSExportPrimitiveType
291 static RSExportPrimitiveType *Create(RSContext *Context,
307 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
318 const RSExportPrimitiveType *EPT) {
327 }; // RSExportPrimitiveType
362 class RSExportVectorType : public RSExportPrimitiveType {
[all...]

Completed in 745 milliseconds