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.cpp1706 template <typename AttrType, typename FuncType>
1709 FuncType eglCreateImageFunc) { in eglCreateImageTmpl()
1813 template <typename AttrType, typename FuncType>
1815 FuncType eglCreateSyncFunc) { in eglCreateSyncTmpl()
1926 template <typename AttrType, typename FuncType>
1928 FuncType eglGetSyncAttribFunc) { in eglGetSyncAttribTmpl()
2161 template <typename ReturnType, typename FuncType>
2163 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()