| 229 | void EngineDummy::DrawPolygon(TLVertexTable&, const short*, int) {} |
| 230 | void EngineDummy::Draw2D(const Draw2DPars&, const Rect2DAbs&, const Rect2DAbs&) {} |
| 231 | void EngineDummy::DrawLine(int beg, int end) {} |
| 232 | void EngineDummy::DrawLine(const Line2DAbs&, PackedColor, PackedColor, const Rect2DAbs&) {} |
| 233 | void EngineDummy::PrepareMesh(const render::LegacySpec& /*spec*/) {} |
| 234 | void EngineDummy::BeginMesh(TLVertexTable&, const render::LegacySpec& /*spec*/) {} |
no outgoing calls
no test coverage detected