Home
last modified time | relevance | path

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

/external/angle/util/capture/
Dframe_capture_test_utils.h109 auto typedFunc = reinterpret_cast<FuncT>(untypedFunc); in callFunc() local
110 return typedFunc(args...); in callFunc()