OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInitRSFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_special_func.h
30
inline bool
isInitRSFunc
(const clang::FunctionDecl *FD) {
53
return isGraphicsRootRSFunc(targetAPI, FD) ||
isInitRSFunc
(FD) ||
slang_rs_special_func.cpp
83
} else if (
isInitRSFunc
(FD) || isDtorRSFunc(FD)) {
Completed in 46 milliseconds