Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp257 RSReflectionTypeData rtd; in makeHeader()
391 RSReflectionTypeData rtd; in makeImpl()
518 RSReflectionTypeData rtd; in genPrimitiveTypeExportVariable()
551 RSReflectionTypeData rtd; in genPointerTypeExportVariable()
585 RSReflectionTypeData rtd; in genVectorTypeExportVariable()
643 RSReflectionTypeData rtd; in makeFunctionSignature()
Dslang_rs_export_type.h86 } RSReflectionTypeData; typedef
101 void convertToRTD(RSReflectionTypeData *rtd) const;
Dslang_rs_export_type.cpp1569 void RSExportType::convertToRTD(RSReflectionTypeData *rtd) const { in convertToRTD()