Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.h344 Val32 declareVariable(const RSExportVar *EV);
Dslang_rs_reflection_state.cpp949 ReflectionState::Val32 ReflectionState::declareVariable(const RSExportVar *EV) { in declareVariable() function in slang::ReflectionState
Dslang_rs_reflection.cpp864 AllocSize32 = mState->declareVariable(EV); in genExportVariable()