Esempio n. 1
0
MythRenderOpenGL2::MythRenderOpenGL2(const QGLFormat& format,
                                     QPaintDevice* device,
                                     RenderType type)
  : MythRenderOpenGL(format, device, type)
{
    ResetVars();
    ResetProcs();
}
Esempio n. 2
0
MythRenderOpenGL2::MythRenderOpenGL2(const QGLFormat& format, RenderType type)
  : MythRenderOpenGL(format, type)
{
    ResetVars();
    ResetProcs();
}
Esempio n. 3
0
MythRenderOpenGL1::MythRenderOpenGL1(const QGLFormat& format, QPaintDevice* device)
  : MythRenderOpenGL(format, device, kRenderOpenGL1)
{
    ResetVars();
    ResetProcs();
}
Esempio n. 4
0
MythRenderOpenGL2::MythRenderOpenGL2(const QGLFormat& format)
  : MythRenderOpenGL(format)
{
    ResetVars();
    ResetProcs();
}
Esempio n. 5
0
MythRenderOpenGL1::MythRenderOpenGL1(const QGLFormat& format)
  : MythRenderOpenGL(format, kRenderOpenGL1)
{
    ResetVars();
    ResetProcs();
}