Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1722 template <typename AttrType, typename FuncType>
1725 FuncType eglCreateImageFunc) { in eglCreateImageTmpl()
1829 template <typename AttrType, typename FuncType>
1831 FuncType eglCreateSyncFunc) { in eglCreateSyncTmpl()
1942 template <typename AttrType, typename FuncType>
1944 FuncType eglGetSyncAttribFunc) { in eglGetSyncAttribTmpl()
2177 template <typename ReturnType, typename FuncType>
2179 FuncType eglWaitSyncFunc) { in eglWaitSyncTmpl()
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1559 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr() local
1561 if (!FuncType) { in VisitCallExpr()
1565 RetTy = FuncType->getReturnType(); in VisitCallExpr()