()
| 3128 | return result; |
| 3129 | } |
| 3130 | public void ClearLastSubmittedFrame() |
| 3131 | { |
| 3132 | FnTable.ClearLastSubmittedFrame(); |
| 3133 | } |
| 3134 | public void PostPresentHandoff() |
| 3135 | { |
| 3136 | FnTable.PostPresentHandoff(); |
nothing calls this directly
no outgoing calls
no test coverage detected