Home | History | Annotate | Download | only in graphics

Lines Matching defs:platformGraphicsContext3D

43 typedef void* PlatformGraphicsContext3D;
44 const PlatformGraphicsContext3D NullPlatformGraphicsContext3D = 0;
48 typedef void* PlatformGraphicsContext3D;
49 const PlatformGraphicsContext3D NullPlatformGraphicsContext3D = 0;
407 PlatformGraphicsContext3D platformGraphicsContext3D() const { return m_contextObj; }
410 PlatformGraphicsContext3D platformGraphicsContext3D() const;
413 PlatformGraphicsContext3D platformGraphicsContext3D() const { return NullPlatformGraphicsContext3D; }