equal
deleted
inserted
replaced
585 // --------------------------------------------------------------------------- |
585 // --------------------------------------------------------------------------- |
586 // From MMIDComponentNgaExtension |
586 // From MMIDComponentNgaExtension |
587 // CMIDGraphics::IsEglAvailable() |
587 // CMIDGraphics::IsEglAvailable() |
588 // --------------------------------------------------------------------------- |
588 // --------------------------------------------------------------------------- |
589 // |
589 // |
590 TBool CMIDGraphics::IsEglAvailable() |
590 TBool CMIDGraphics::IsEglAvailable() const |
591 { |
591 { |
592 return (iCanvasTarget ? iCanvasTarget->IsEglAvailable() : EFalse); |
592 return (iCanvasTarget ? iCanvasTarget->IsEglAvailable() : EFalse); |
593 } |
593 } |
594 |
594 |
595 // --------------------------------------------------------------------------- |
595 // --------------------------------------------------------------------------- |