| 797 | } |
| 798 | |
| 799 | rdcarray<GPUCounter> ReplayProxy::EnumerateCounters() |
| 800 | { |
| 801 | PROXY_FUNCTION(EnumerateCounters); |
| 802 | } |
| 803 | |
| 804 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 805 | CounterDescription ReplayProxy::Proxied_DescribeCounter(ParamSerialiser ¶mser, |
no outgoing calls
no test coverage detected