Searched defs:rtd (Results 1 - 1 of 1) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp284 RSReflectionTypeData rtd; local
285 (*i)->getType()->convertToRTD(&rtd);
286 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
408 RSReflectionTypeData rtd; local
409 (*i)->getType()->convertToRTD(&rtd);
410 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
540 RSReflectionTypeData rtd; local
541 EPT->convertToRTD(&rtd);
581 RSReflectionTypeData rtd; local
582 EV->getType()->convertToRTD(&rtd);
610 RSReflectionTypeData rtd; local
665 RSReflectionTypeData rtd; local
[all...]

Completed in 77 milliseconds