Home | History | Annotate | Download | only in graphics

Lines Matching defs:platformGraphicsContext3D

70 typedef CGLContextObj PlatformGraphicsContext3D;
72 typedef void* PlatformGraphicsContext3D;
76 const PlatformGraphicsContext3D NullPlatformGraphicsContext3D = 0;
459 PlatformGraphicsContext3D platformGraphicsContext3D() const { return m_contextObj; }
463 PlatformGraphicsContext3D platformGraphicsContext3D() const;
469 PlatformGraphicsContext3D platformGraphicsContext3D();
475 PlatformGraphicsContext3D platformGraphicsContext3D();
478 PlatformGraphicsContext3D platformGraphicsContext3D() const { return NullPlatformGraphicsContext3D; }