Home
last modified time | relevance | path

Searched refs:genTypeInstance (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h133 void genTypeInstance(const RSExportType *ET);
Dslang_rs_reflection_cpp.cpp839 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
842 genTypeInstance(ET); in genTypeInstanceFromPointer()
846 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance() function in slang::RSReflectionCpp
Dslang_rs_reflection.h204 void genTypeInstance(const RSExportType *ET);
Dslang_rs_reflection.cpp412 genTypeInstance(EV->getType()); in genScriptClassConstructor()
866 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
869 genTypeInstance(ET); in genTypeInstanceFromPointer()
873 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance() function in slang::RSReflectionJava