Home
last modified time | relevance | path

Searched refs:isGraphicsRootRSFunc (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.h190 static bool isGraphicsRootRSFunc(unsigned int targetAPI,
198 return isGraphicsRootRSFunc(targetAPI, FD) || isInitRSFunc(FD) || in isSpecialRSFunc()
Dslang_rs_export_foreach.cpp570 bool RSExportForEach::isGraphicsRootRSFunc(unsigned int targetAPI, in isGraphicsRootRSFunc() function in slang::RSExportForEach
617 if (isGraphicsRootRSFunc(targetAPI, FD)) { in isRSForEachFunc()
654 if (isGraphicsRootRSFunc(targetAPI, FD)) { in validateSpecialFuncDecl()