| 17 | } |
| 18 | |
| 19 | bool GrVideoEncoderPlugin::OnCreate(const tc::GrPluginParam ¶m) { |
| 20 | GrPluginInterface::OnCreate(param); |
| 21 | return true; |
| 22 | } |
| 23 | |
| 24 | bool GrVideoEncoderPlugin::OnDestroy() { |
| 25 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected