Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.h316 void declareRecord(const RSExportRecordType *ERT, bool Ordinary = true);
Dslang_rs_reflection.cpp948 mState->declareRecord(ERT, false); in genExportFunction()
1171 mState->declareRecord(ERT, false); in genExportForEach()
2345 mState->declareRecord(ERT); in genTypeClass()
Dslang_rs_reflection_state.cpp704 void ReflectionState::declareRecord(const RSExportRecordType *ERT, bool Ordinary) { in declareRecord() function in slang::ReflectionState