Home
last modified time | relevance | path

Searched defs:setGL (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/javax/media/opengl/
H A DGLAutoDrawable.java116 public void setGL(GL gl); in setGL() method
H A DGLContext.java189 public abstract void setGL(GL gl); in setGL() method in GLContext
H A DGLCanvas.java377 public void setGL(GL gl) { in setGL() method in GLCanvas
H A DGLJPanel.java799 public void setGL(GL gl) { in setGL() method in GLJPanel
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsgl.cc137 void DVPSGraphicLayer::setGL(const char *gl) in setGL() function in DVPSGraphicLayer
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLAutoDrawable.java589 public GL setGL(GL gl); in setGL() method
H A DGLContext.java601 public abstract GL setGL(GL gl); in setGL() method in GLContext
/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DOpenGLTypes.cpp193 bool Uniform::setGL() in setGL() function in QtAV::Uniform
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/
H A DGLContextImpl.java229 public void setGL(GL gl) { in setGL() method in GLContextImpl
H A DGLPbufferImpl.java117 public void setGL(GL gl) { in setGL() method in GLPbufferImpl
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLAutoDrawableBase.java527 public final GL setGL(final GL gl) { in setGL() method in GLAutoDrawableBase
H A DGLContextImpl.java348 public GL setGL(final GL gl) { in setGL() method in GLContextImpl
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/swt/
H A DGLCanvas.java836 public GL setGL(final GL arg0) { in setGL() method in GLCanvas
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/awt/
H A DGLCanvas.java1165 public GL setGL(final GL gl) { in setGL() method in GLCanvas
H A DGLJPanel.java1118 public GL setGL(final GL gl) { in setGL() method in GLJPanel
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Dxlock.c1285 resetSize(ModeInfo * mi, Bool setGL) in resetSize()