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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h313 class RSExportPrimitiveType : public RSExportType { class in namespace:slang
328 static RSExportPrimitiveType *Create(RSContext *Context,
334 RSExportPrimitiveType(RSContext *Context, function in class:slang::RSExportPrimitiveType
355 static RSExportPrimitiveType *Create(RSContext *Context,
372 // For a vector type (RSExportVectorType is derived from RSExportPrimitiveType),
374 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);
385 const RSExportPrimitiveType *EPT) {
395 }; // RSExportPrimitiveType
428 class RSExportVectorType : public RSExportPrimitiveType {
439 : RSExportPrimitiveType(Contex
[all...]

Completed in 581 milliseconds