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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h283 class RSExportPrimitiveType : public RSExportType { class in namespace:slang
298 static RSExportPrimitiveType *Create(RSContext *Context,
304 RSExportPrimitiveType(RSContext *Context, function in class:slang::RSExportPrimitiveType
325 static RSExportPrimitiveType *Create(RSContext *Context,
341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
352 const RSExportPrimitiveType *EPT) {
361 }; // RSExportPrimitiveType
394 class RSExportVectorType : public RSExportPrimitiveType {
405 : RSExportPrimitiveType(Context, ExportClassVector, Name,
426 Name << RSExportPrimitiveType
[all...]

Completed in 27 milliseconds