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

/frameworks/compile/slang/
H A Dslang_rs_special_func.h30 inline bool isInitRSFunc(const clang::FunctionDecl *FD) { function in namespace:slang::RSSpecialFunc
53 return isGraphicsRootRSFunc(targetAPI, FD) || isInitRSFunc(FD) ||

Completed in 212 milliseconds