Home
last modified time | relevance | path

Searched refs:MAX_PFORMATS (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/windows/wgl/
H A DWindowsPbufferWGLDrawable.java150 …inal IntBuffer pformats = Buffers.newDirectIntBuffer(WindowsWGLGraphicsConfiguration.MAX_PFORMATS); in createPbuffer()
153 … iattributes, fattributes, WindowsWGLGraphicsConfiguration.MAX_PFORMATS, in createPbuffer()
157 … final int nformats = Math.min(nformatsTmp.get(0), WindowsWGLGraphicsConfiguration.MAX_PFORMATS); in createPbuffer()
H A DWindowsWGLGraphicsConfiguration.java64 protected static final int MAX_PFORMATS = 256; field in WindowsWGLGraphicsConfiguration
345 …l IntBuffer pformatsTmp = Buffers.newDirectIntBuffer(WindowsWGLGraphicsConfiguration.MAX_PFORMATS); in wglChoosePixelFormatARB()
349 WindowsWGLGraphicsConfiguration.MAX_PFORMATS, in wglChoosePixelFormatARB()
357 …inal int numFormats = Math.min(numFormatsTmp.get(0), WindowsWGLGraphicsConfiguration.MAX_PFORMATS); in wglChoosePixelFormatARB()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/windows/
H A DWindowsPbufferGLDrawable.java177 int[] pformats = new int[MAX_PFORMATS]; in createPbuffer()
183 MAX_PFORMATS, in createPbuffer()
H A DWindowsGLDrawable.java53 protected static final int MAX_PFORMATS = 256; field in WindowsGLDrawable
135 int[] pformats = new int[MAX_PFORMATS]; in choosePixelFormat()
140 MAX_PFORMATS, in choosePixelFormat()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/x11/
H A DX11PbufferGLDrawable.java54 protected static final int MAX_PFORMATS = 256; field in X11PbufferGLDrawable