Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.h276 void declareInvokable(const RSExportFunc *EF);
Dslang_rs_reflection_state.cpp571 void ReflectionState::declareInvokable(const RSExportFunc *EF) { in declareInvokable() function in slang::ReflectionState
Dslang_rs_reflection.cpp903 mState->declareInvokable(EF); in genExportFunction()