Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acquireGL() - Method in class org.jzy3d.painters.PanamaGLPainter
- adaptive - Variable in class panamagl.Animator
- adaptiveDisplayWithDerivative() - Method in class panamagl.Animator
-
Deprecated.
- adaptiveDisplayWithLock() - Method in class panamagl.Animator
-
Query a drawable display if it is not currently rendering.
- addCanvasListener(ICanvasListener) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- addNotify() - Method in class panamagl.canvas.GLCanvasAWT
-
Called after the JPanel has been added to the Swing hierarchy but before it is made visible.
- addNotify() - Method in class panamagl.canvas.GLCanvasSwing
-
Called after the JPanel has been added to the Swing hierarchy but before it is made visible.
- advanced - Variable in class panamagl.platform.windows.WGLContext_windows
- AFBO - Class in panamagl.offscreen
- AFBO() - Constructor for class panamagl.offscreen.AFBO
- AGL - Class in panamagl.opengl
-
A base abstract class for Panama based OpenGL binding, implementing part of
GL
. - AGL() - Constructor for class panamagl.opengl.AGL
- AGLContext - Class in panamagl.opengl
- AGLContext() - Constructor for class panamagl.opengl.AGLContext
- alloc(double[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(double[]) - Method in class panamagl.utils.ForeignMemoryUtils
- alloc(float[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(float[]) - Method in class panamagl.utils.ForeignMemoryUtils
- alloc(int[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(int[]) - Method in class panamagl.utils.ForeignMemoryUtils
- alloc(String) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(String) - Method in class panamagl.utils.ForeignMemoryUtils
- alloc(DoubleBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(FloatBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- alloc(IntBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- allocator - Variable in class org.jzy3d.painters.PanamaGLPainter
- allocator - Variable in class panamagl.opengl.AGLContext
- allocator - Variable in class panamagl.utils.ForeignMemoryUtils
- allocBytes(byte[]) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Allocates a
ByteBuffer
to hold the given array of bytes. - allocDouble(float[]) - Method in class panamagl.utils.ForeignMemoryUtils
- allocDouble(int) - Method in class panamagl.utils.ForeignMemoryUtils
- allocFloat(double[]) - Method in class panamagl.utils.ForeignMemoryUtils
- allocFloat(int) - Method in class panamagl.utils.ForeignMemoryUtils
- allocInt(int) - Method in class panamagl.utils.ForeignMemoryUtils
- animator - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- Animator - Class in panamagl
-
A naive animator to ease testing.
- Animator(GLCanvas) - Constructor for class panamagl.Animator
- AOffscreenRenderer - Class in panamagl.offscreen
- AOffscreenRenderer(PanamaGLFactory, FBOReader) - Constructor for class panamagl.offscreen.AOffscreenRenderer
- APanamaGLFactory - Class in panamagl.factory
- APanamaGLFactory() - Constructor for class panamagl.factory.APanamaGLFactory
- APanamaGLFactory_linux - Class in panamagl.platform.linux
- APanamaGLFactory_linux() - Constructor for class panamagl.platform.linux.APanamaGLFactory_linux
- APanamaGLFactory_macOS - Class in panamagl.platform.macos
- APanamaGLFactory_macOS() - Constructor for class panamagl.platform.macos.APanamaGLFactory_macOS
- APanamaGLFactory_windows - Class in panamagl.platform.windows
- APanamaGLFactory_windows() - Constructor for class panamagl.platform.windows.APanamaGLFactory_windows
- append(int[], int) - Static method in class panamagl.utils.ArrayUtils
- arrayExport - Variable in class panamagl.offscreen.FBOReader_AWT
- arrayExport - Variable in class panamagl.platform.linux.FBO_linux
- arrayExport - Variable in class panamagl.platform.windows.FBO_windows
- ArrayUtils - Class in panamagl.utils
- ArrayUtils() - Constructor for class panamagl.utils.ArrayUtils
- atLeastOneNonNaN(double[]) - Static method in class panamagl.utils.ArrayUtils
- attribs - Variable in class panamagl.platform.macos.CGLContext_macOS
- AWT - Enum constant in enum class panamagl.canvas.WindowingToolkit
- AWTImage - Class in panamagl.image
- AWTImage(BufferedImage) - Constructor for class panamagl.image.AWTImage
- AWTThreadRedirect - Class in panamagl.offscreen
-
Ensure the task is executed by the AWT Event Thread.
- AWTThreadRedirect() - Constructor for class panamagl.offscreen.AWTThreadRedirect
B
- BasicImageRenderer - Class in panamagl.renderers.image
- BasicImageRenderer() - Constructor for class panamagl.renderers.image.BasicImageRenderer
- BasicTextRenderer - Class in panamagl.renderers.text
-
Render text to image which can then be drawn at a given 3D position.
- BasicTextRenderer() - Constructor for class panamagl.renderers.text.BasicTextRenderer
- border - Variable in class panamagl.platform.linux.FBO_linux
- border - Variable in class panamagl.platform.macos.FBO_macOS
- border - Variable in class panamagl.platform.windows.FBO_windows
- BtoF(byte) - Static method in class panamagl.utils.ByteUtils
- BtoI(byte) - Static method in class panamagl.utils.ByteUtils
- BufferedImageForeign - Class in panamagl.renderers.image
-
Convert AWT
Image
s toMemorySegment
PREVIEW orint[]
pixel buffers suitable for direct OpenGL rendering viaGL_1_0.glDrawPixels(int, int, int, int, MemorySegment)
PREVIEW. - BufferedImageForeign() - Constructor for class panamagl.renderers.image.BufferedImageForeign
- ByteUtils - Class in panamagl.utils
-
A ByteBuffer helping to convert colors to byte, int, float representation.
- ByteUtils() - Constructor for class panamagl.utils.ByteUtils
C
- cacheClear() - Method in class panamagl.renderers.text.CachedTextRenderer
- CachedTextRenderer - Class in panamagl.renderers.text
-
Render text to image which can then be drawn at a given 3D position.
- CachedTextRenderer() - Constructor for class panamagl.renderers.text.CachedTextRenderer
- canvas - Variable in class org.jzy3d.chart.PanamaGLAnimator
- canvas - Variable in class panamagl.Animator
- canvas - Variable in class panamagl.canvas.GLCanvasJFX
- canvasListeners - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- cglContext - Variable in class panamagl.platform.macos.APanamaGLFactory_macOS
- CGLContext_macOS - Class in panamagl.platform.macos
-
The CGL API is a low-level, platform-independent API for creating, managing, and rendering 2D and 3D graphics in macOS and other operating systems.
- CGLContext_macOS() - Constructor for class panamagl.platform.macos.CGLContext_macOS
- changed(ObservableValue<? extends Number>, Number, Number) - Method in class panamagl.canvas.GLCanvasJFX.ResizeHandler
- channels - Variable in class panamagl.platform.linux.FBO_linux
- channels - Variable in class panamagl.platform.macos.FBO_macOS
- channels - Variable in class panamagl.platform.windows.FBO_windows
- chart - Variable in class org.jzy3d.chart.factories.FrameAWT
- chartFactory - Variable in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- check(Class<?>) - Static method in class panamagl.Debug
-
Will enable debugging the input class appears in the program arguments as -Dcom.package.Class or -Dcom.package.Class$SubClass
- check(Class<?>...) - Static method in class panamagl.Debug
-
Will enable debugging if any of the input class appears in the program arguments as -Dcom.package.Class or -Dcom.package.Class$SubClass
- check(SymbolLookup, String) - Static method in class demos.opengl.CheckLinkConsistency
- check(String) - Static method in class panamagl.Debug
- checkAndPrint(GL) - Static method in class panamagl.opengl.GLError
- checkAndThrow(GL) - Static method in class panamagl.opengl.GLError
- CheckLinkConsistency - Class in demos.opengl
-
Allow verifying if all generated MethodHandle of the JExtract'ed libraries can be linked properly to native libraries.
- CheckLinkConsistency() - Constructor for class demos.opengl.CheckLinkConsistency
- choosePixelFormat() - Method in class panamagl.platform.macos.CGLContext_macOS
-
Configure pixel format attributes and retrieve pixel format and max number of sample per pixel.
- chooseVisual(int) - Method in class panamagl.platform.linux.GLXContext_linux
-
Specifies the visual that defines the frame buffer resources available to the rendering context.
- ClassloaderUtils - Class in panamagl.utils
- ClassloaderUtils() - Constructor for class panamagl.utils.ClassloaderUtils
- clipPlaneId(int) - Method in class org.jzy3d.painters.PanamaGLPainter
-
Return the GL clip plane ID according to an ID in [0;5]
- clone(double[]) - Static method in class panamagl.utils.ArrayUtils
- clone(double[], int) - Static method in class panamagl.utils.ArrayUtils
- clone(float[]) - Static method in class panamagl.utils.ArrayUtils
- clone(float[], int) - Static method in class panamagl.utils.ArrayUtils
- clone(int[]) - Static method in class panamagl.utils.ArrayUtils
- clone(int[], int) - Static method in class panamagl.utils.ArrayUtils
- cloneDouble(float[]) - Static method in class panamagl.utils.ArrayUtils
- cloneFloat(double[]) - Static method in class panamagl.utils.ArrayUtils
- componentResized(ComponentEvent) - Method in class panamagl.canvas.GLCanvasAWT.ResizeHandler
- componentResized(ComponentEvent) - Method in class panamagl.canvas.GLCanvasSwing.ResizeHandler
- configureGL(Quality) - Method in class org.jzy3d.painters.PanamaGLPainter
- CONFINED - Enum constant in enum class panamagl.utils.ForeignMemoryUtils.Mode
- context - Variable in class org.jzy3d.painters.PanamaGLPainter
- context - Variable in class panamagl.offscreen.AOffscreenRenderer
- context - Variable in class panamagl.platform.linux.GLXContext_linux
- context - Variable in class panamagl.platform.macos.CGLContext_macOS
- context - Variable in class panamagl.platform.windows.WGLContext_windows
- contextArraySize - Variable in class panamagl.platform.macos.CGLContext_macOS
- convertARGBtoRGBA(int[]) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Convert pixels from java default ARGB int format to byte array in RGBA format.
- convertARGBtoRGBA(int[], int, int, boolean) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Convert ARGB pixels to a
MemorySegment
PREVIEW containing RGBA pixels. - copy(BufferedImage) - Static method in class panamagl.utils.ImageUtils
- copySegmentToArray(MemorySegment, double[]) - Method in class panamagl.utils.ForeignMemoryUtils
- copySegmentToArray(MemorySegment, float[]) - Method in class panamagl.utils.ForeignMemoryUtils
- copySegmentToArray(MemorySegment, int[]) - Method in class panamagl.utils.ForeignMemoryUtils
- counter - Variable in class panamagl.canvas.GLCanvasAWT
- counter - Variable in class panamagl.canvas.GLCanvasJFX
- counter - Variable in class panamagl.canvas.GLCanvasSwing
- counter - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT
- counter - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX
- countNaNs(double[]) - Static method in class panamagl.utils.ArrayUtils
- cpu - Variable in class panamagl.platform.Platform
- createCompatibleImage(int, int) - Static method in class panamagl.utils.GraphicsUtils
- createContext() - Method in class panamagl.platform.macos.CGLContext_macOS
-
Create a context, assuming the pixel attributes and format have already been defined.
- createContext(MemoryAddress) - Method in class panamagl.platform.linux.GLXContext_linux
- createDevice(Component) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- createForeignImage(Font, String, Color) - Method in class panamagl.renderers.text.BasicTextRenderer
D
- dbl(float[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- dbl(float[]) - Method in class panamagl.utils.ForeignMemoryUtils
- dbl(int[]) - Method in class panamagl.utils.ForeignMemoryUtils
- debug - Variable in class panamagl.canvas.GLCanvasAWT
- debug - Variable in class panamagl.canvas.GLCanvasSwing
- debug - Variable in class panamagl.offscreen.AOffscreenRenderer
- debug - Variable in class panamagl.offscreen.FBOReader_AWT
- debug - Variable in class panamagl.offscreen.FBOReader_JFX
- debug - Variable in class panamagl.platform.linux.APanamaGLFactory_linux
- debug - Variable in class panamagl.platform.linux.FBO_linux
- debug - Variable in class panamagl.platform.linux.GLXContext_linux
- debug - Variable in class panamagl.platform.macos.APanamaGLFactory_macOS
- debug - Variable in class panamagl.platform.macos.CGLContext_macOS
- debug - Variable in class panamagl.platform.macos.FBO_macOS
- debug - Variable in class panamagl.platform.windows.APanamaGLFactory_windows
- debug - Variable in class panamagl.platform.windows.FBO_windows
- debug - Variable in class panamagl.platform.windows.WGLContext_windows
- debug(boolean, Class<?>, String) - Static method in class panamagl.Debug
- debug(boolean, String) - Static method in class panamagl.Debug
- debug(String) - Static method in class panamagl.Debug
- Debug - Class in panamagl
-
A lightweight logging module without complex configuration, inspired from JOGL.
- Debug() - Constructor for class panamagl.Debug
- DEBUG - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
- debugFile - Variable in class panamagl.offscreen.AOffscreenRenderer
- debugGL - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- debugPerf - Variable in class panamagl.canvas.GLCanvasAWT
- debugPerf - Variable in class panamagl.canvas.GLCanvasJFX
- debugPerf - Variable in class panamagl.canvas.GLCanvasSwing
- Demo_Offscreen - Class in demos.panamagl.offscreen
-
https://github.com/jzy3d/panama-gl/issues/5
- Demo_Offscreen() - Constructor for class demos.panamagl.offscreen.Demo_Offscreen
- DemoDots_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoDots_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoDots_Onscreen_Swing
- DemoImage_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoImage_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoImage_Onscreen_Swing
- DemoQuad_Offscreen_macOS - Class in demos.panamagl.offscreen
-
https://github.com/jzy3d/panama-gl/issues/5
- DemoQuad_Offscreen_macOS() - Constructor for class demos.panamagl.offscreen.DemoQuad_Offscreen_macOS
- DemoQuad_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoQuad_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoQuad_Onscreen_Swing
- demos.opengl - package demos.opengl
- demos.panamagl.awt - package demos.panamagl.awt
- demos.panamagl.offscreen - package demos.panamagl.offscreen
- demos.panamagl.swing - package demos.panamagl.swing
- DemoTeapot_Offscreen_macOS - Class in demos.panamagl.offscreen
-
https://github.com/jzy3d/panama-gl/issues/5
- DemoTeapot_Offscreen_macOS() - Constructor for class demos.panamagl.offscreen.DemoTeapot_Offscreen_macOS
- DemoTeapot_Onscreen_AWT - Class in demos.panamagl.awt
-
VM ARGS : --enable-native-access=ALL-UNNAMED --add-modules jdk.incubator.foreign -Djava.library.path=.
- DemoTeapot_Onscreen_AWT() - Constructor for class demos.panamagl.awt.DemoTeapot_Onscreen_AWT
- DemoTeapot_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoTeapot_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoTeapot_Onscreen_Swing
- DemoText_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoText_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoText_Onscreen_Swing
- DemoTriangle_Offscreen_macOS - Class in demos.panamagl.offscreen
-
https://github.com/jzy3d/panama-gl/issues/5
- DemoTriangle_Offscreen_macOS() - Constructor for class demos.panamagl.offscreen.DemoTriangle_Offscreen_macOS
- DemoTriangle_Onscreen_Swing - Class in demos.panamagl.swing
-
VM ARGS : --enable-native-access=ALL-UNNAMED --enable-preview -Djava.library.path=.
- DemoTriangle_Onscreen_Swing() - Constructor for class demos.panamagl.swing.DemoTriangle_Onscreen_Swing
- describePixelFormat(Addressable, int, int) - Method in class panamagl.platform.macos.CGLContext_macOS
-
Retrieve a pixel format value for a given attribute.
- destroy() - Method in interface panamagl.opengl.GLContext
- destroy() - Method in class panamagl.platform.linux.GLUTContext_linux
- destroy() - Method in class panamagl.platform.linux.GLXContext_linux
- destroy() - Method in class panamagl.platform.macos.CGLContext_macOS
- destroy() - Method in class panamagl.platform.macos.GLUTContext_macOS
- destroy() - Method in class panamagl.platform.windows.GLUTContext_windows
- destroy() - Method in class panamagl.platform.windows.WGLContext_windows
- destroyContext() - Method in interface panamagl.factory.PanamaGLFactory
-
Destroy the
GLContext
that has been initialized (and cached) by this factory. - destroyContext() - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- destroyContext() - Method in class panamagl.platform.macos.APanamaGLFactory_macOS
- destroyContext() - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- destroyContext(MemorySegment) - Method in class panamagl.platform.macos.CGLContext_macOS
-
CGLDestroyContext is used to destroy an OpenGL rendering context created with CGLCreateContext.
- destroyContext(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- diagnoseError(GL, String) - Method in class panamagl.platform.linux.FBO_linux
- diagnoseError(GL, String) - Method in class panamagl.platform.macos.FBO_macOS
- diagnoseError(GL, String) - Method in class panamagl.platform.windows.FBO_windows
- diff - Variable in class panamagl.performance.RenderCounter
- diffChanged() - Method in class panamagl.performance.RenderCounter
-
Return true if the difference between the number of paint and update has changed since last counter update.
- disableBackgroundErase(Component) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Calls
sun.awt.SunToolkit.disableBackgroundErase(Component component)
if available. - display - Variable in class panamagl.performance.RenderCounter
- display - Variable in class panamagl.platform.linux.GLXContext_linux
- display() - Static method in class org.jzy3d.demos.benchmark.Performances_Panama_macOS
- display() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- display() - Method in interface panamagl.canvas.GLCanvas
-
Trigger display.
- display() - Method in class panamagl.canvas.GLCanvasAWT
-
If the panel initialization has achieved, this triggers an offscreen rendering, maybe on a separated thread (macOS case), from which an asynchronous repaint will be triggered.
- display() - Method in class panamagl.canvas.GLCanvasJFX
- display() - Method in class panamagl.canvas.GLCanvasSwing
-
If the panel initialization has achieved, this triggers an offscreen rendering, maybe on a separated thread (macOS case), from which an asynchronous repaint will be triggered.
- display(GL) - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Called when the
GLCanvas
requires a rendering. - display(GL) - Method in class panamagl.GLEventAdapter
- display(GL) - Method in interface panamagl.GLEventListener
- dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- dispose(GL) - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- dispose(GL) - Method in class panamagl.GLEventAdapter
- dispose(GL) - Method in interface panamagl.GLEventListener
- doScreenshotAtNextDisplay - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- Dots() - Static method in class demos.panamagl.swing.DemoDots_Onscreen_Swing
-
Draw a fullcanvas triangle.
- draw(GL, FONT, String, float, float, float, COLOR, float) - Method in interface panamagl.renderers.text.TextRenderer
- draw(GL, Font, String, float, float, float, Color, float) - Method in class panamagl.renderers.text.BasicTextRenderer
- draw(GL, Font, String, float, float, float, Color, float) - Method in class panamagl.renderers.text.CachedTextRenderer
- draw(GL, BufferedImage, MemorySegment, float, float, float, float) - Method in class panamagl.renderers.image.BasicImageRenderer
- draw(GL, T, MemorySegment, float, float, float, float) - Method in interface panamagl.renderers.image.ImageRenderer
- drawable - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT
- drawable - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX
- drawImage(ByteBuffer, int, int, Coord2d, Coord3d) - Method in class org.jzy3d.painters.PanamaGLPainter
-
A very failing implementation.
- drawString(Graphics2D, Font, boolean, String, int, int) - Static method in class panamagl.utils.GraphicsUtils
-
A draw string method allowing to bypass OS font rendering if noticing font rendering glitches.
- drawText(Font, String, Coord3d, Color, float) - Method in class org.jzy3d.painters.PanamaGLPainter
E
- EDGES - Static variable in class org.jzy3d.demos.PickableGraphDemo_JOGL
- EDGES - Static variable in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- elapsedMicrosecond() - Method in class panamagl.utils.TicToc
- elapsedMilisecond() - Method in class panamagl.utils.TicToc
- elapsedNanosecond() - Method in class panamagl.utils.TicToc
- elapsedSecond() - Method in class panamagl.utils.TicToc
- eventCountInfo() - Method in class panamagl.performance.RenderCounter
- eventDiffDerivative() - Method in class panamagl.performance.RenderCounter
- exec - Variable in class panamagl.Animator
- exec - Variable in class panamagl.offscreen.AOffscreenRenderer
-
Only used to export debug images if a debug file is given
- extensions - Variable in class panamagl.GLProfile
F
- factory - Variable in class panamagl.canvas.GLCanvasJFX
- factory - Variable in class panamagl.offscreen.AOffscreenRenderer
- fbo - Variable in class panamagl.offscreen.AOffscreenRenderer
- FBO - Interface in panamagl.offscreen
-
A frame buffer object, or
FBO
, can render OpenGL into an offscreen buffer that can later be read to anImage
by aFBOReader
which will access the FBO content throughFBO.readPixels(GL)
PREVIEW. - FBO_linux - Class in panamagl.platform.linux
- FBO_linux() - Constructor for class panamagl.platform.linux.FBO_linux
- FBO_linux(int, int) - Constructor for class panamagl.platform.linux.FBO_linux
- FBO_macOS - Class in panamagl.platform.macos
-
A frame buffer object, or
FBO_macOS
, can render OpenGL into an offscreen buffer that can later be converted to aBufferedImage
. - FBO_macOS() - Constructor for class panamagl.platform.macos.FBO_macOS
- FBO_macOS(int, int) - Constructor for class panamagl.platform.macos.FBO_macOS
- fbo_offscreen(GL) - Static method in class demos.panamagl.offscreen.Demo_Offscreen
- FBO_windows - Class in panamagl.platform.windows
-
A frame buffer object, or
FBO_windows
, can render OpenGL into an offscreen buffer that can later be converted to anImage
. - FBO_windows() - Constructor for class panamagl.platform.windows.FBO_windows
- FBO_windows(int, int) - Constructor for class panamagl.platform.windows.FBO_windows
- FBOReader - Interface in panamagl.offscreen
- FBOReader_AWT - Class in panamagl.offscreen
- FBOReader_AWT() - Constructor for class panamagl.offscreen.FBOReader_AWT
- FBOReader_JFX - Class in panamagl.offscreen
- FBOReader_JFX() - Constructor for class panamagl.offscreen.FBOReader_JFX
- ffm - Variable in class panamagl.platform.linux.FBO_linux
- ffm - Variable in class panamagl.platform.windows.FBO_windows
- filterNaNs(double[]) - Static method in class panamagl.utils.ArrayUtils
- find(double[], double) - Static method in class panamagl.utils.ArrayUtils
- find(int[], int) - Static method in class panamagl.utils.ArrayUtils
- findClasses(File, String) - Static method in class panamagl.utils.ClassloaderUtils
-
Recursive method used to find all classes in a given directory and subdirs.
- findFactoryClasses(String, Class<?>, Class<?>) - Static method in class panamagl.utils.ClassloaderUtils
- flatten(double[][]) - Static method in class panamagl.utils.ArrayUtils
- flatten(double[][], boolean) - Static method in class panamagl.utils.ArrayUtils
- flatten(float[][]) - Static method in class panamagl.utils.ArrayUtils
- flatten(float[][], boolean) - Static method in class panamagl.utils.ArrayUtils
- flip - Variable in class panamagl.canvas.GLCanvasAWT
- flip - Variable in class panamagl.canvas.GLCanvasJFX
- flip - Variable in class panamagl.canvas.GLCanvasSwing
- flip(BufferedImage, boolean, boolean) - Static method in class panamagl.utils.ImageUtils
- flipPixels(int[], int, int) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Flip an array of pixels vertically
- flipVertically(BufferedImage) - Static method in class panamagl.utils.ImageUtils
- forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- ForeignImage - Class in panamagl.renderers.image
- ForeignImage() - Constructor for class panamagl.renderers.image.ForeignImage
- ForeignMemoryUtils - Class in panamagl.utils
- ForeignMemoryUtils() - Constructor for class panamagl.utils.ForeignMemoryUtils
- ForeignMemoryUtils(ForeignMemoryUtils.Mode) - Constructor for class panamagl.utils.ForeignMemoryUtils
- ForeignMemoryUtils.Mode - Enum Class in panamagl.utils
- format - Variable in class panamagl.platform.linux.FBO_linux
- format - Variable in class panamagl.platform.macos.FBO_macOS
- format - Variable in class panamagl.platform.windows.FBO_windows
- formatName(String) - Method in class panamagl.platform.Platform
- FrameAWT - Class in org.jzy3d.chart.factories
- FrameAWT() - Constructor for class org.jzy3d.chart.factories.FrameAWT
- FrameAWT(Chart, Rectangle, String) - Constructor for class org.jzy3d.chart.factories.FrameAWT
- FrameAWT(Chart, Rectangle, String, String) - Constructor for class org.jzy3d.chart.factories.FrameAWT
- frameBufferIds - Variable in class panamagl.platform.linux.FBO_linux
- frameBufferIds - Variable in class panamagl.platform.macos.FBO_macOS
- frameBufferIds - Variable in class panamagl.platform.windows.FBO_windows
- FrameSwing - Class in org.jzy3d.chart.factories
- FrameSwing() - Constructor for class org.jzy3d.chart.factories.FrameSwing
- FrameSwing(Chart, Rectangle, String) - Constructor for class org.jzy3d.chart.factories.FrameSwing
- fromBGRABufferToImage(MemorySegment, BufferedImage, int, int, int) - Method in class panamagl.offscreen.FBOReader_AWT
-
Read a BGRA (GL.GL_BGRA()) pixel buffer and export its content to a
BufferedImage
. - fromBGRABufferToImageArray(MemorySegment, BufferedImage, int, int) - Method in class panamagl.offscreen.FBOReader_AWT
-
Faster?
- FtoI(float) - Static method in class panamagl.utils.ByteUtils
G
- generateScatter(int) - Static method in class org.jzy3d.demos.SelectableScatterDemo_PanamaGL
- get(GL) - Static method in class panamagl.opengl.GLError
-
Check if the open gl pipeline is in an erroenous state.
- getAbstractGraphicsScreen(Component) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- getAllocator() - Method in class org.jzy3d.painters.PanamaGLPainter
- getAllocator() - Method in class panamagl.utils.ForeignMemoryUtils
- getAnimation() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getCanvasListeners() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getChartFactory() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- getClasses(String) - Static method in class demos.opengl.CheckLinkConsistency
- getClasses(String) - Static method in class panamagl.utils.ClassloaderUtils
- getContext() - Method in class org.jzy3d.painters.PanamaGLPainter
- getContext() - Method in interface panamagl.canvas.GLCanvas
-
Return the GL context.
- getContext() - Method in class panamagl.canvas.GLCanvasAWT
- getContext() - Method in class panamagl.canvas.GLCanvasJFX
- getContext() - Method in class panamagl.canvas.GLCanvasSwing
- getContext() - Method in class panamagl.offscreen.AOffscreenRenderer
- getContext() - Method in interface panamagl.offscreen.OffscreenRenderer
- getCPU() - Method in class panamagl.platform.Platform
- getCurrentContext() - Method in class panamagl.platform.macos.CGLContext_macOS
- getDebugFile() - Method in class panamagl.offscreen.AOffscreenRenderer
- getDebugFile() - Method in interface panamagl.offscreen.OffscreenRenderer
- getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getDimension() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getExtensions() - Method in class panamagl.GLProfile
- getFBO() - Method in class panamagl.canvas.GLCanvasAWT
- getFBO() - Method in class panamagl.canvas.GLCanvasJFX
- getFBO() - Method in class panamagl.canvas.GLCanvasSwing
- getFBO() - Method in class panamagl.offscreen.AOffscreenRenderer
- getFBO() - Method in interface panamagl.offscreen.OffscreenRenderer
- getFlip() - Method in interface panamagl.canvas.GLCanvas
- getFlip() - Method in class panamagl.canvas.GLCanvasAWT
- getFlip() - Method in class panamagl.canvas.GLCanvasJFX
- getFlip() - Method in class panamagl.canvas.GLCanvasSwing
- getGL() - Method in class org.jzy3d.painters.PanamaGLPainter
- getGL() - Method in interface panamagl.canvas.GLCanvas
-
Return the GL instance allowing to invoke OpenGL.
- getGL() - Method in class panamagl.canvas.GLCanvasAWT
- getGL() - Method in class panamagl.canvas.GLCanvasJFX
- getGL() - Method in class panamagl.canvas.GLCanvasSwing
- getGL() - Method in class panamagl.offscreen.AOffscreenRenderer
- getGL() - Method in interface panamagl.offscreen.OffscreenRenderer
- getGLCanvas() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getGLEventListener() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getGLEventListener() - Method in interface panamagl.canvas.GLCanvas
-
Return the event listener handling init, drawing and resize requests.
- getGLEventListener() - Method in class panamagl.canvas.GLCanvasAWT
- getGLEventListener() - Method in class panamagl.canvas.GLCanvasJFX
- getGLEventListener() - Method in class panamagl.canvas.GLCanvasSwing
- getHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Return the height that was given after the last resize event.
- getHeight() - Method in interface panamagl.canvas.GLCanvas
- getHeight() - Method in class panamagl.canvas.GLCanvasJFX
- getHeight() - Method in class panamagl.offscreen.AFBO
- getHeight() - Method in interface panamagl.offscreen.FBO
- getImage() - Method in class panamagl.image.AWTImage
- getImage() - Method in interface panamagl.Image
- getImage() - Method in class panamagl.image.JFXImage
- getImagePixels(Image) - Static method in class panamagl.renderers.image.BufferedImageForeign
- getImagePixels(Image, int, int) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Return the image pixels in default Java int ARGB format.
- getJavaVersion() - Method in class panamagl.platform.Platform
- getJAWT(boolean) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- getJAWTToolkitLock() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- getLastRenderingTimeMs() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getLastRenderingTimeMs() - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- getLoops() - Method in class panamagl.Animator
- getModelViewAsDouble() - Method in class org.jzy3d.painters.PanamaGLPainter
- getModelViewAsFloat() - Method in class org.jzy3d.painters.PanamaGLPainter
- getMonitorDisplayID(GraphicsDevice) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Queries the Monitor's display ID of the given device
- getMonitoring() - Method in interface panamagl.canvas.GLCanvas
-
Return the performance information about this panel.
- getMonitoring() - Method in class panamagl.canvas.GLCanvasAWT
- getMonitoring() - Method in class panamagl.canvas.GLCanvasJFX
- getMonitoring() - Method in class panamagl.canvas.GLCanvasSwing
- getName() - Method in class panamagl.platform.Platform
- getOffscreenDimension() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- getOffscreenRenderer() - Method in interface panamagl.canvas.GLCanvas
- getOffscreenRenderer() - Method in class panamagl.canvas.GLCanvasAWT
- getOffscreenRenderer() - Method in class panamagl.canvas.GLCanvasJFX
- getOffscreenRenderer() - Method in class panamagl.canvas.GLCanvasSwing
- getOSXCALayerQuirks() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Returns bitfield of required JAWT OSX CALayer quirks to mediate AWT impl. bugs.
- getPanamaGLFactory() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- getPixelScale() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getPixelScale(GraphicsConfiguration, float[], float[]) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Returns the pixel scale factor of the given
GraphicsConfiguration
'sGraphicsDevice
, if supported. - getPixelScale(GraphicsDevice, float[], float[]) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Returns the pixel scale factor of the given
GraphicsDevice
, if supported. - getPixelScaleJVM() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getPixelScaleX(Component) - Static method in class panamagl.utils.GraphicsUtils
- getPixelScaleX(Graphics2D) - Static method in class panamagl.utils.GraphicsUtils
- getPixelScaleY(Component) - Static method in class panamagl.utils.GraphicsUtils
- getPixelScaleY(Graphics2D) - Static method in class panamagl.utils.GraphicsUtils
- getProfile() - Method in class panamagl.opengl.AGLContext
- getProfile() - Method in interface panamagl.opengl.GLContext
- getProjectionAsDouble() - Method in class org.jzy3d.painters.PanamaGLPainter
- getProjectionAsFloat() - Method in class org.jzy3d.painters.PanamaGLPainter
- getRenderer() - Method in class panamagl.GLProfile
- getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getRGBABytes(int[]) - Static method in class panamagl.renderers.image.BufferedImageForeign
- getRunnable() - Method in class panamagl.Animator
- getScope() - Method in class org.jzy3d.painters.PanamaGLPainter
- getScope() - Method in class panamagl.utils.ForeignMemoryUtils
- getScreenshot() - Method in interface panamagl.canvas.GLCanvas
- getScreenshot() - Method in class panamagl.canvas.GLCanvasAWT
- getScreenshot() - Method in class panamagl.canvas.GLCanvasJFX
- getScreenshot() - Method in class panamagl.canvas.GLCanvasSwing
- getSleepTime() - Method in class panamagl.Animator
- getStart() - Method in class panamagl.utils.TicToc
- getStop() - Method in class panamagl.utils.TicToc
- getTask_destroyContext(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- getTask_initContext(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- getTask_renderGLToImage(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- getTask_renderGLToImage(GLCanvas, GLEventListener, int, int) - Method in class panamagl.offscreen.AOffscreenRenderer
- getTextLengthInPixels(int, String) - Method in class org.jzy3d.painters.PanamaGLPainter
- getTextLengthInPixels(Font, String) - Method in class org.jzy3d.painters.PanamaGLPainter
-
Text length processing based on AWT
FontMetrics
obtained by retrieving the graphic context of the GLCanvas. - getThreadRedirect() - Method in class panamagl.factory.APanamaGLFactory
- getThreadRedirect() - Method in interface panamagl.factory.PanamaGLFactory
- getThreadRedirect() - Method in class panamagl.offscreen.AOffscreenRenderer
- getThreadRedirect() - Method in interface panamagl.offscreen.OffscreenRenderer
- getThreads(String) - Static method in class panamagl.utils.ThreadUtils
- getThreads(ThreadGroup, String) - Static method in class panamagl.utils.ThreadUtils
- getVendor() - Method in class panamagl.GLProfile
- getVersion() - Method in class panamagl.GLProfile
- getVersion() - Method in class panamagl.platform.Platform
- getView() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- getViewPortAsInt() - Method in class org.jzy3d.painters.PanamaGLPainter
- getWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Return the width that was given after the last resize event.
- getWidth() - Method in interface panamagl.canvas.GLCanvas
- getWidth() - Method in class panamagl.canvas.GLCanvasJFX
- getWidth() - Method in class panamagl.offscreen.AFBO
- getWidth() - Method in interface panamagl.offscreen.FBO
- getWindowHandle() - Method in class panamagl.platform.windows.WGLContext_windows
- getWindowsLastError() - Method in class panamagl.platform.windows.WGLContext_windows
-
Retrieve last error code while setting up the WGL context.
- gl - Variable in class org.jzy3d.painters.PanamaGLPainter
- gl - Variable in class panamagl.offscreen.AOffscreenRenderer
- GL - Interface in panamagl.opengl
- GL_1 - Interface in panamagl.opengl
- GL_1_0 - Interface in panamagl.opengl
- GL_1_1 - Interface in panamagl.opengl
- GL_1_2 - Interface in panamagl.opengl
- GL_1_3 - Interface in panamagl.opengl
- GL_1_4 - Interface in panamagl.opengl
- GL_1_5 - Interface in panamagl.opengl
- GL_2 - Interface in panamagl.opengl
- GL_2_0 - Interface in panamagl.opengl
- GL_2_1 - Interface in panamagl.opengl
- GL_2_BYTES - Static variable in interface panamagl.opengl.GL_1_0
- GL_2D - Static variable in interface panamagl.opengl.GL_1_0
- GL_3 - Interface in panamagl.opengl
- GL_3_0 - Interface in panamagl.opengl
- GL_3_1 - Interface in panamagl.opengl
- GL_3_2 - Interface in panamagl.opengl
- GL_3_3 - Interface in panamagl.opengl
- GL_3_BYTES - Static variable in interface panamagl.opengl.GL_1_0
- GL_3D - Static variable in interface panamagl.opengl.GL_1_0
- GL_3D_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_3D_COLOR_TEXTURE - Static variable in interface panamagl.opengl.GL_1_0
- GL_4 - Interface in panamagl.opengl
- GL_4_0 - Interface in panamagl.opengl
- GL_4_1 - Interface in panamagl.opengl
- GL_4_2 - Interface in panamagl.opengl
- GL_4_3 - Interface in panamagl.opengl
- GL_4_4 - Interface in panamagl.opengl
- GL_4_5 - Interface in panamagl.opengl
- GL_4_6 - Interface in panamagl.opengl
- GL_4_BYTES - Static variable in interface panamagl.opengl.GL_1_0
- GL_4D_COLOR_TEXTURE - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_ALPHA_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_BLUE_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_BUFFER_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_CLEAR_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_GREEN_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACCUM_RED_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ACTIVE_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_ACTIVE_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in interface panamagl.opengl.GL_2_0
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ACTIVE_ATTRIBUTES - Static variable in interface panamagl.opengl.GL_2_0
- GL_ACTIVE_ATTRIBUTES - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ACTIVE_PROGRAM - Static variable in interface panamagl.opengl.GL_4_1
- GL_ACTIVE_PROGRAM - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ACTIVE_RESOURCES - Static variable in interface panamagl.opengl.GL_4_3
- GL_ACTIVE_RESOURCES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ACTIVE_SUBROUTINE_MAX_LENGTH - Static variable in interface panamagl.opengl.GL_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS - Static variable in interface panamagl.opengl.GL_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH - Static variable in interface panamagl.opengl.GL_4_0
- GL_ACTIVE_SUBROUTINE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_0
- GL_ACTIVE_SUBROUTINES - Static variable in interface panamagl.opengl.GL_4_0
- GL_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GL_1_3
- GL_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH - Static variable in interface panamagl.opengl.GL_3_1
- GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_ACTIVE_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_3_1
- GL_ACTIVE_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in interface panamagl.opengl.GL_2_0
- GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ACTIVE_UNIFORMS - Static variable in interface panamagl.opengl.GL_2_0
- GL_ACTIVE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GL_4_3
- GL_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ADD - Static variable in interface panamagl.opengl.GL_1_0
- GL_ADD - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ADD_SIGNED - Static variable in interface panamagl.opengl.GL_1_3
- GL_ADD_SIGNED - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GL_1_2
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GL_1_2
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ALL_ATTRIB_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALL_BARRIER_BITS - Static variable in interface panamagl.opengl.GL_4_2
- GL_ALL_BARRIER_BITS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ALL_SHADER_BITS - Static variable in interface panamagl.opengl.GL_4_1
- GL_ALL_SHADER_BITS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ALPHA_BIAS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ALPHA_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ALPHA_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_ALPHA_SCALE - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_SCALE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA_TEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_TEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA_TEST_FUNC - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_TEST_FUNC - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA_TEST_REF - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALPHA_TEST_REF - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALPHA12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_ALPHA16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_ALPHA4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_ALPHA8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_ALREADY_SIGNALED - Static variable in interface panamagl.opengl.GL_3_2
- GL_ALREADY_SIGNALED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_ALWAYS - Static variable in interface panamagl.opengl.GL_1_0
- GL_ALWAYS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ALWAYS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ALWAYS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_AMBIENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_AMBIENT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_AMBIENT_AND_DIFFUSE - Static variable in interface panamagl.opengl.GL_1_0
- GL_AMBIENT_AND_DIFFUSE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_AND - Static variable in interface panamagl.opengl.GL_1_0
- GL_AND - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_AND_INVERTED - Static variable in interface panamagl.opengl.GL_1_0
- GL_AND_INVERTED - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_AND_REVERSE - Static variable in interface panamagl.opengl.GL_1_0
- GL_AND_REVERSE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ANY_SAMPLES_PASSED - Static variable in interface panamagl.opengl.GL_3_3
- GL_ANY_SAMPLES_PASSED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_ANY_SAMPLES_PASSED_CONSERVATIVE - Static variable in interface panamagl.opengl.GL_4_3
- GL_ANY_SAMPLES_PASSED_CONSERVATIVE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GL_1_5
- GL_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_4_3
- GL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BUFFER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in interface panamagl.opengl.GL_4_3
- GL_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATOMIC_COUNTER_BUFFER_START - Static variable in interface panamagl.opengl.GL_4_2
- GL_ATOMIC_COUNTER_BUFFER_START - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ATTACHED_SHADERS - Static variable in interface panamagl.opengl.GL_2_0
- GL_ATTACHED_SHADERS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ATTRIB_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUTO_GENERATE_MIPMAP - Static variable in interface panamagl.opengl.GL_4_3
- GL_AUTO_NORMAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUX_BUFFERS - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUX0 - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUX1 - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUX2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_AUX3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_BACK - Static variable in interface panamagl.opengl.GL_1_0
- GL_BACK - Static variable in interface panamagl.opengl.GL_4_5
- GL_BACK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BACK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BACK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BACK_LEFT - Static variable in interface panamagl.opengl.GL_1_0
- GL_BACK_RIGHT - Static variable in interface panamagl.opengl.GL_1_0
- GL_BGR - Static variable in interface panamagl.opengl.GL_1_2
- GL_BGR_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_BGRA - Static variable in interface panamagl.opengl.GL_1_2
- GL_BGRA_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_BITMAP - Static variable in interface panamagl.opengl.GL_1_0
- GL_BITMAP_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLEND - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLEND - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BLEND - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_COLOR - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_DST - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLEND_DST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BLEND_DST_ALPHA - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_DST_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_DST_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_DST_RGB - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_DST_RGB - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_DST_RGB - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_EQUATION - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_EQUATION - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_EQUATION - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_EQUATION_ALPHA - Static variable in interface panamagl.opengl.GL_2_0
- GL_BLEND_EQUATION_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_EQUATION_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_EQUATION_RGB - Static variable in interface panamagl.opengl.GL_2_0
- GL_BLEND_EQUATION_RGB - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_EQUATION_RGB - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_SRC - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLEND_SRC - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BLEND_SRC_ALPHA - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_SRC_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_SRC_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLEND_SRC_RGB - Static variable in interface panamagl.opengl.GL_1_4
- GL_BLEND_SRC_RGB - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLEND_SRC_RGB - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLOCK_INDEX - Static variable in interface panamagl.opengl.GL_4_3
- GL_BLOCK_INDEX - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_BLUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLUE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BLUE_BIAS - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLUE_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_BLUE_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BLUE_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BLUE_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BLUE_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_BLUE_SCALE - Static variable in interface panamagl.opengl.GL_1_0
- GL_BOOL - Static variable in interface panamagl.opengl.GL_2_0
- GL_BOOL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BOOL_VEC2 - Static variable in interface panamagl.opengl.GL_2_0
- GL_BOOL_VEC2 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BOOL_VEC3 - Static variable in interface panamagl.opengl.GL_2_0
- GL_BOOL_VEC3 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BOOL_VEC4 - Static variable in interface panamagl.opengl.GL_2_0
- GL_BOOL_VEC4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BUFFER - Static variable in interface panamagl.opengl.GL_4_3
- GL_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_BUFFER_ACCESS - Static variable in interface panamagl.opengl.GL_1_5
- GL_BUFFER_ACCESS_FLAGS - Static variable in interface panamagl.opengl.GL_3_0
- GL_BUFFER_ACCESS_FLAGS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_3
- GL_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_BUFFER_DATA_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_BUFFER_DATA_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_BUFFER_IMMUTABLE_STORAGE - Static variable in interface panamagl.opengl.GL_4_4
- GL_BUFFER_MAP_LENGTH - Static variable in interface panamagl.opengl.GL_3_0
- GL_BUFFER_MAP_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BUFFER_MAP_OFFSET - Static variable in interface panamagl.opengl.GL_3_0
- GL_BUFFER_MAP_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BUFFER_MAP_POINTER - Static variable in interface panamagl.opengl.GL_1_5
- GL_BUFFER_MAP_POINTER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BUFFER_MAPPED - Static variable in interface panamagl.opengl.GL_1_5
- GL_BUFFER_MAPPED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_1_5
- GL_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BUFFER_STORAGE_FLAGS - Static variable in interface panamagl.opengl.GL_4_4
- GL_BUFFER_UPDATE_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_BUFFER_UPDATE_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_BUFFER_USAGE - Static variable in interface panamagl.opengl.GL_1_5
- GL_BUFFER_USAGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BUFFER_USAGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BUFFER_USAGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_BUFFER_VARIABLE - Static variable in interface panamagl.opengl.GL_4_3
- GL_BUFFER_VARIABLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_BYTE - Static variable in interface panamagl.opengl.GL_1_0
- GL_BYTE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_BYTE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_BYTE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_C3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_C4F_N3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_C4UB_V2F - Static variable in interface panamagl.opengl.GL_1_1
- GL_C4UB_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_CAVEAT_SUPPORT - Static variable in interface panamagl.opengl.GL_4_3
- GL_CCW - Static variable in interface panamagl.opengl.GL_1_0
- GL_CCW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CCW - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CCW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CCW - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CLAMP - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLAMP_FRAGMENT_COLOR - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLAMP_READ_COLOR - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLAMP_TO_BORDER - Static variable in interface panamagl.opengl.GL_1_3
- GL_CLAMP_TO_BORDER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CLAMP_TO_EDGE - Static variable in interface panamagl.opengl.GL_1_2
- GL_CLAMP_TO_EDGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLAMP_TO_EDGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CLAMP_TO_EDGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CLAMP_VERTEX_COLOR - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLEAR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLEAR_BUFFER - Static variable in interface panamagl.opengl.GL_4_3
- GL_CLEAR_TEXTURE - Static variable in interface panamagl.opengl.GL_4_4
- GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GL_1_3
- GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIENT_ALL_ATTRIB_BITS - Static variable in interface panamagl.opengl.GL_1_1
- GL_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_1
- GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_CLIENT_PIXEL_STORE_BIT - Static variable in interface panamagl.opengl.GL_1_1
- GL_CLIENT_STORAGE_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_CLIENT_VERTEX_ARRAY_BIT - Static variable in interface panamagl.opengl.GL_1_1
- GL_CLIP_DEPTH_MODE - Static variable in interface panamagl.opengl.GL_4_5
- GL_CLIP_DISTANCE0 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE1 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE2 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE3 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE4 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE5 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE6 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_DISTANCE7 - Static variable in interface panamagl.opengl.GL_3_0
- GL_CLIP_ORIGIN - Static variable in interface panamagl.opengl.GL_4_5
- GL_CLIP_PLANE0 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE0 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIP_PLANE1 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIP_PLANE2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE2 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIP_PLANE3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE3 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIP_PLANE4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE4 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIP_PLANE5 - Static variable in interface panamagl.opengl.GL_1_0
- GL_CLIP_PLANE5 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CLIPPING_INPUT_PRIMITIVES - Static variable in interface panamagl.opengl.GL_4_6
- GL_CLIPPING_OUTPUT_PRIMITIVES - Static variable in interface panamagl.opengl.GL_4_6
- GL_COEFF - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_ARRAY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_ATTACHMENT0 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT0 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COLOR_ATTACHMENT0 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_COLOR_ATTACHMENT1 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT1 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT10 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT10 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT11 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT11 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT12 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT12 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT13 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT13 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT14 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT14 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT15 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT15 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT16 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT16 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT17 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT17 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT18 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT18 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT19 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT19 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT2 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT20 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT20 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT21 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT21 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT22 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT22 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT23 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT23 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT24 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT24 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT25 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT25 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT26 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT26 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT27 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT27 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT28 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT28 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT29 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT29 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT3 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT3 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT30 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT30 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT31 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT31 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT4 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT4 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT5 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT5 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT6 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT6 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT7 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT7 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_ATTACHMENT9 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COLOR_ATTACHMENT9 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COLOR_BUFFER_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COLOR_BUFFER_BIT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_COLOR_CLEAR_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COLOR_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_COLOR_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_3
- GL_COLOR_ENCODING - Static variable in interface panamagl.opengl.GL_4_3
- GL_COLOR_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_INDEXES - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_LOGIC_OP - Static variable in interface panamagl.opengl.GL_1_1
- GL_COLOR_LOGIC_OP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_MATERIAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_MATERIAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_MATERIAL_FACE - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_MATERIAL_PARAMETER - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_RENDERABLE - Static variable in interface panamagl.opengl.GL_4_3
- GL_COLOR_SUM - Static variable in interface panamagl.opengl.GL_1_4
- GL_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_COLOR_WRITEMASK - Static variable in interface panamagl.opengl.GL_1_0
- GL_COLOR_WRITEMASK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COLOR_WRITEMASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COLOR_WRITEMASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_COLORBURN - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COLORDODGE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMBINE - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMBINE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COMBINE_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMBINE_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COMBINE_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMBINE_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COMMAND_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_COMMAND_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_COMPARE_R_TO_TEXTURE - Static variable in interface panamagl.opengl.GL_1_4
- GL_COMPARE_REF_TO_TEXTURE - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPARE_REF_TO_TEXTURE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPATIBLE_SUBROUTINES - Static variable in interface panamagl.opengl.GL_4_0
- GL_COMPILE - Static variable in interface panamagl.opengl.GL_1_0
- GL_COMPILE_AND_EXECUTE - Static variable in interface panamagl.opengl.GL_1_0
- GL_COMPILE_STATUS - Static variable in interface panamagl.opengl.GL_2_0
- GL_COMPILE_STATUS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COMPRESSED_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_INTENSITY - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_LUMINANCE - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_LUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_R11_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_R11_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_RED - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_RED_RGTC1 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_RG - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_RG_RGTC2 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_RG11_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_RG11_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT - Static variable in interface panamagl.opengl.GL_4_2
- GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT - Static variable in interface panamagl.opengl.GL_4_2
- GL_COMPRESSED_RGB8_ETC2 - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_RGB8_ETC2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_RGBA - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_RGBA_ASTC_10x10 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_10x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_10x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_10x8 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_12x10 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_12x12 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_4x4 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_5x4 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_5x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_6x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_6x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_8x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_8x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_ASTC_8x8 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_RGBA_BPTC_UNORM - Static variable in interface panamagl.opengl.GL_4_2
- GL_COMPRESSED_RGBA8_ETC2_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_RGBA8_ETC2_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_SIGNED_R11_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_SIGNED_R11_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_SIGNED_RED_RGTC1 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_SIGNED_RG_RGTC2 - Static variable in interface panamagl.opengl.GL_3_0
- GL_COMPRESSED_SIGNED_RG11_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_SIGNED_RG11_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_SLUMINANCE - Static variable in interface panamagl.opengl.GL_2_1
- GL_COMPRESSED_SLUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GL_2_1
- GL_COMPRESSED_SRGB - Static variable in interface panamagl.opengl.GL_2_1
- GL_COMPRESSED_SRGB_ALPHA - Static variable in interface panamagl.opengl.GL_2_1
- GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM - Static variable in interface panamagl.opengl.GL_4_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_SRGB8_ETC2 - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_SRGB8_ETC2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GL_1_3
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_COMPUTE_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_COMPUTE_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_COMPUTE_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_WORK_GROUP_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_COMPUTE_WORK_GROUP_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_CONDITION_SATISFIED - Static variable in interface panamagl.opengl.GL_3_2
- GL_CONDITION_SATISFIED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_CONSTANT - Static variable in interface panamagl.opengl.GL_1_3
- GL_CONSTANT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GL_1_4
- GL_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CONSTANT_ATTENUATION - Static variable in interface panamagl.opengl.GL_1_0
- GL_CONSTANT_ATTENUATION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GL_1_4
- GL_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CONTEXT_COMPATIBILITY_PROFILE_BIT - Static variable in interface panamagl.opengl.GL_3_2
- GL_CONTEXT_CORE_PROFILE_BIT - Static variable in interface panamagl.opengl.GL_3_2
- GL_CONTEXT_FLAG_DEBUG_BIT - Static variable in interface panamagl.opengl.GL_4_3
- GL_CONTEXT_FLAG_DEBUG_BIT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_CONTEXT_FLAG_NO_ERROR_BIT - Static variable in interface panamagl.opengl.GL_4_6
- GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT - Static variable in interface panamagl.opengl.GL_4_5
- GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CONTEXT_FLAGS - Static variable in interface panamagl.opengl.GL_3_0
- GL_CONTEXT_FLAGS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CONTEXT_LOST - Static variable in interface panamagl.opengl.GL_4_5
- GL_CONTEXT_LOST - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CONTEXT_LOST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CONTEXT_PROFILE_MASK - Static variable in interface panamagl.opengl.GL_3_2
- GL_CONTEXT_RELEASE_BEHAVIOR - Static variable in interface panamagl.opengl.GL_4_5
- GL_CONTEXT_RELEASE_BEHAVIOR - Static variable in interface panamagl.opengl.GL_4_6
- GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH - Static variable in interface panamagl.opengl.GL_4_5
- GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH - Static variable in interface panamagl.opengl.GL_4_6
- GL_CONTEXT_ROBUST_ACCESS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CONVOLUTION_1D - Static variable in interface panamagl.opengl.GL_4_5
- GL_CONVOLUTION_2D - Static variable in interface panamagl.opengl.GL_4_5
- GL_COORD_REPLACE - Static variable in interface panamagl.opengl.GL_2_0
- GL_COPY - Static variable in interface panamagl.opengl.GL_1_0
- GL_COPY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COPY_INVERTED - Static variable in interface panamagl.opengl.GL_1_0
- GL_COPY_INVERTED - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_COPY_PIXEL_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_COPY_READ_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_COPY_READ_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COPY_READ_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_2
- GL_COPY_READ_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COPY_WRITE_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_COPY_WRITE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_COPY_WRITE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_2
- GL_COPY_WRITE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_CULL_FACE - Static variable in interface panamagl.opengl.GL_1_0
- GL_CULL_FACE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CULL_FACE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CULL_FACE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CULL_FACE_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_CULL_FACE_MODE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CULL_FACE_MODE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CULL_FACE_MODE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CURRENT_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CURRENT_FOG_COORD - Static variable in interface panamagl.opengl.GL_1_5
- GL_CURRENT_FOG_COORDINATE - Static variable in interface panamagl.opengl.GL_1_4
- GL_CURRENT_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_NORMAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_NORMAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CURRENT_PROGRAM - Static variable in interface panamagl.opengl.GL_2_0
- GL_CURRENT_PROGRAM - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CURRENT_PROGRAM - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CURRENT_QUERY - Static variable in interface panamagl.opengl.GL_1_5
- GL_CURRENT_QUERY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_CURRENT_RASTER_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_RASTER_DISTANCE - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_RASTER_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_RASTER_POSITION - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_RASTER_POSITION_VALID - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_RASTER_SECONDARY_COLOR - Static variable in interface panamagl.opengl.GL_2_1
- GL_CURRENT_RASTER_TEXTURE_COORDS - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_SECONDARY_COLOR - Static variable in interface panamagl.opengl.GL_1_4
- GL_CURRENT_TEXTURE_COORDS - Static variable in interface panamagl.opengl.GL_1_0
- GL_CURRENT_TEXTURE_COORDS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CURRENT_VERTEX_ATTRIB - Static variable in interface panamagl.opengl.GL_2_0
- GL_CURRENT_VERTEX_ATTRIB - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CURRENT_VERTEX_ATTRIB - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_CW - Static variable in interface panamagl.opengl.GL_1_0
- GL_CW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_CW - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_CW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_CW - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DARKEN - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_CALLBACK_FUNCTION - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_CALLBACK_FUNCTION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_CALLBACK_USER_PARAM - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_CALLBACK_USER_PARAM - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_GROUP_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_GROUP_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_LOGGED_MESSAGES - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_LOGGED_MESSAGES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_OUTPUT - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_OUTPUT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_OUTPUT_SYNCHRONOUS - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_OUTPUT_SYNCHRONOUS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SEVERITY_HIGH - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SEVERITY_HIGH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SEVERITY_LOW - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SEVERITY_LOW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SEVERITY_MEDIUM - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SEVERITY_MEDIUM - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SEVERITY_NOTIFICATION - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SEVERITY_NOTIFICATION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_API - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_API - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_APPLICATION - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_APPLICATION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_OTHER - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_OTHER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_SHADER_COMPILER - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_SHADER_COMPILER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_THIRD_PARTY - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_THIRD_PARTY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_SOURCE_WINDOW_SYSTEM - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_SOURCE_WINDOW_SYSTEM - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_ERROR - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_ERROR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_MARKER - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_MARKER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_OTHER - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_OTHER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_PERFORMANCE - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_PERFORMANCE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_POP_GROUP - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_POP_GROUP - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_PORTABILITY - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_PORTABILITY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_PUSH_GROUP - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_PUSH_GROUP - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DECAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_DECAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DECR - Static variable in interface panamagl.opengl.GL_1_0
- GL_DECR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DECR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DECR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DECR_WRAP - Static variable in interface panamagl.opengl.GL_1_4
- GL_DECR_WRAP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DECR_WRAP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DELETE_STATUS - Static variable in interface panamagl.opengl.GL_2_0
- GL_DELETE_STATUS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH_ATTACHMENT - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH_ATTACHMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_ATTACHMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_BIAS - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_BUFFER_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_BUFFER_BIT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_CLAMP - Static variable in interface panamagl.opengl.GL_3_2
- GL_DEPTH_CLEAR_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_COMPONENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_COMPONENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_COMPONENT16 - Static variable in interface panamagl.opengl.GL_1_4
- GL_DEPTH_COMPONENT16 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_COMPONENT16 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_COMPONENT24 - Static variable in interface panamagl.opengl.GL_1_4
- GL_DEPTH_COMPONENT24 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH_COMPONENT32 - Static variable in interface panamagl.opengl.GL_1_4
- GL_DEPTH_COMPONENT32F - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH_COMPONENT32F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEPTH_FUNC - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_FUNC - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_FUNC - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_FUNC - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_RANGE - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_RANGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_RANGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_RANGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_RENDERABLE - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEPTH_SCALE - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_STENCIL - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH_STENCIL - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH_STENCIL_ATTACHMENT - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH_STENCIL_ATTACHMENT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH_STENCIL_TEXTURE_MODE - Static variable in interface panamagl.opengl.GL_4_3
- GL_DEPTH_STENCIL_TEXTURE_MODE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_DEPTH_TEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_TEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_TEST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_TEST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH_TEXTURE_MODE - Static variable in interface panamagl.opengl.GL_1_4
- GL_DEPTH_WRITEMASK - Static variable in interface panamagl.opengl.GL_1_0
- GL_DEPTH_WRITEMASK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DEPTH_WRITEMASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DEPTH_WRITEMASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DEPTH24_STENCIL8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH24_STENCIL8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DEPTH32F_STENCIL8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_DEPTH32F_STENCIL8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DIFFERENCE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_DIFFUSE - Static variable in interface panamagl.opengl.GL_1_0
- GL_DIFFUSE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DISPATCH_INDIRECT_BUFFER - Static variable in interface panamagl.opengl.GL_4_3
- GL_DISPATCH_INDIRECT_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_DISPATCH_INDIRECT_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_3
- GL_DISPATCH_INDIRECT_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_DISPLAY_LIST - Static variable in interface panamagl.opengl.GL_4_3
- GL_DITHER - Static variable in interface panamagl.opengl.GL_1_0
- GL_DITHER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DITHER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DITHER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DOMAIN - Static variable in interface panamagl.opengl.GL_1_0
- GL_DONT_CARE - Static variable in interface panamagl.opengl.GL_1_0
- GL_DONT_CARE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DONT_CARE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DONT_CARE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DOT3_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_DOT3_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DOT3_RGBA - Static variable in interface panamagl.opengl.GL_1_3
- GL_DOT3_RGBA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DOUBLE - Static variable in interface panamagl.opengl.GL_1_1
- GL_DOUBLE_MAT2 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT2x3 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT2x4 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT3 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT3x2 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT3x4 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT4 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT4x2 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_MAT4x3 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_VEC2 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_VEC3 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLE_VEC4 - Static variable in interface panamagl.opengl.GL_4_0
- GL_DOUBLEBUFFER - Static variable in interface panamagl.opengl.GL_1_0
- GL_DRAW_BUFFER - Static variable in interface panamagl.opengl.GL_1_0
- GL_DRAW_BUFFER0 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER0 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER1 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER1 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER10 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER10 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER11 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER11 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER12 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER12 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER13 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER13 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER14 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER14 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER15 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER15 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER2 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER3 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER3 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER4 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER4 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER5 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER5 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER6 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER6 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER7 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER7 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER8 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_BUFFER9 - Static variable in interface panamagl.opengl.GL_2_0
- GL_DRAW_BUFFER9 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_FRAMEBUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_DRAW_FRAMEBUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_DRAW_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DRAW_INDIRECT_BUFFER - Static variable in interface panamagl.opengl.GL_4_0
- GL_DRAW_INDIRECT_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_DRAW_INDIRECT_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_0
- GL_DRAW_INDIRECT_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_DRAW_PIXEL_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_DST_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_DST_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DST_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DST_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DST_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_DST_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DST_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DST_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DYNAMIC_COPY - Static variable in interface panamagl.opengl.GL_1_5
- GL_DYNAMIC_COPY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DYNAMIC_DRAW - Static variable in interface panamagl.opengl.GL_1_5
- GL_DYNAMIC_DRAW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_DYNAMIC_DRAW - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_DYNAMIC_DRAW - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_DYNAMIC_READ - Static variable in interface panamagl.opengl.GL_1_5
- GL_DYNAMIC_READ - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_DYNAMIC_STORAGE_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_EDGE_FLAG - Static variable in interface panamagl.opengl.GL_1_0
- GL_EDGE_FLAG_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_EDGE_FLAG_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_EDGE_FLAG_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_EDGE_FLAG_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_ELEMENT_ARRAY_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_ELEMENT_ARRAY_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GL_1_5
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_EMISSION - Static variable in interface panamagl.opengl.GL_1_0
- GL_EMISSION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ENABLE_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_EQUAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_EQUAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_EQUAL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_EQUAL - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_EQUAL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_EQUIV - Static variable in interface panamagl.opengl.GL_1_0
- GL_EQUIV - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_EVAL_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_EXCLUSION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_EXP - Static variable in interface panamagl.opengl.GL_1_0
- GL_EXP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_EXP2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_EXP2 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_EXTENSIONS - Static variable in interface panamagl.opengl.GL_1_0
- GL_EXTENSIONS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_EXTENSIONS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_EXTENSIONS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_EYE_LINEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_EYE_PLANE - Static variable in interface panamagl.opengl.GL_1_0
- GL_FALSE - Static variable in interface panamagl.opengl.GL_1_0
- GL_FALSE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FALSE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FALSE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FASTEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_FASTEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FASTEST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FASTEST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FEEDBACK - Static variable in interface panamagl.opengl.GL_1_0
- GL_FEEDBACK_BUFFER_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_FEEDBACK_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_FEEDBACK_BUFFER_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_FILL - Static variable in interface panamagl.opengl.GL_1_0
- GL_FILTER - Static variable in interface panamagl.opengl.GL_4_3
- GL_FIRST_VERTEX_CONVENTION - Static variable in interface panamagl.opengl.GL_3_2
- GL_FIRST_VERTEX_CONVENTION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FIXED - Static variable in interface panamagl.opengl.GL_4_1
- GL_FIXED - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FIXED - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FIXED_ONLY - Static variable in interface panamagl.opengl.GL_3_0
- GL_FLAT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FLAT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FLOAT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FLOAT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FLOAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in interface panamagl.opengl.GL_3_0
- GL_FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT2 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_MAT2 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT_MAT2x3 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT2x3 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT2x4 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT2x4 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT3 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_MAT3 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT_MAT3x2 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT3x2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT3x4 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT3x4 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT4 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_MAT4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT_MAT4x2 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT4x2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_MAT4x3 - Static variable in interface panamagl.opengl.GL_2_1
- GL_FLOAT_MAT4x3 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FLOAT_VEC2 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_VEC2 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT_VEC3 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_VEC3 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FLOAT_VEC4 - Static variable in interface panamagl.opengl.GL_2_0
- GL_FLOAT_VEC4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FOG - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_COORD - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_ARRAY - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORD_SRC - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORDINATE - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_COORDINATE_ARRAY - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_FOG_COORDINATE_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_COORDINATE_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_COORDINATE_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_COORDINATE_SOURCE - Static variable in interface panamagl.opengl.GL_1_4
- GL_FOG_DENSITY - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_DENSITY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_END - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_END - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_HINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_HINT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_MODE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FOG_START - Static variable in interface panamagl.opengl.GL_1_0
- GL_FOG_START - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FRACTIONAL_EVEN - Static variable in interface panamagl.opengl.GL_4_0
- GL_FRACTIONAL_EVEN - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRACTIONAL_ODD - Static variable in interface panamagl.opengl.GL_4_0
- GL_FRACTIONAL_ODD - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRAGMENT_DEPTH - Static variable in interface panamagl.opengl.GL_1_4
- GL_FRAGMENT_INTERPOLATION_OFFSET_BITS - Static variable in interface panamagl.opengl.GL_4_0
- GL_FRAGMENT_INTERPOLATION_OFFSET_BITS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GL_2_0
- GL_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAGMENT_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_1
- GL_FRAGMENT_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in interface panamagl.opengl.GL_2_0
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAGMENT_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_FRAGMENT_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAGMENT_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAGMENT_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED - Static variable in interface panamagl.opengl.GL_3_2
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_FRAMEBUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_BLEND - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_COMPLETE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_COMPLETE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_COMPLETE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_DEFAULT - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_DEFAULT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAMEBUFFER_DEFAULT_HEIGHT - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_DEFAULT_HEIGHT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAMEBUFFER_DEFAULT_LAYERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_DEFAULT_LAYERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRAMEBUFFER_DEFAULT_SAMPLES - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_DEFAULT_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAMEBUFFER_DEFAULT_WIDTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_DEFAULT_WIDTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in interface panamagl.opengl.GL_3_2
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_RENDERABLE - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_RENDERABLE_LAYERED - Static variable in interface panamagl.opengl.GL_4_3
- GL_FRAMEBUFFER_SRGB - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_UNDEFINED - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_UNDEFINED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_FRAMEBUFFER_UNDEFINED - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRAMEBUFFER_UNSUPPORTED - Static variable in interface panamagl.opengl.GL_3_0
- GL_FRAMEBUFFER_UNSUPPORTED - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRAMEBUFFER_UNSUPPORTED - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRONT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FRONT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FRONT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRONT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRONT_AND_BACK - Static variable in interface panamagl.opengl.GL_1_0
- GL_FRONT_AND_BACK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FRONT_AND_BACK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRONT_AND_BACK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRONT_FACE - Static variable in interface panamagl.opengl.GL_1_0
- GL_FRONT_FACE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_FRONT_FACE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FRONT_FACE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FRONT_LEFT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FRONT_RIGHT - Static variable in interface panamagl.opengl.GL_1_0
- GL_FULL_SUPPORT - Static variable in interface panamagl.opengl.GL_4_3
- GL_FUNC_ADD - Static variable in interface panamagl.opengl.GL_1_4
- GL_FUNC_ADD - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FUNC_ADD - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface panamagl.opengl.GL_1_4
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_FUNC_SUBTRACT - Static variable in interface panamagl.opengl.GL_1_4
- GL_FUNC_SUBTRACT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_FUNC_SUBTRACT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_GENERATE_MIPMAP - Static variable in interface panamagl.opengl.GL_1_4
- GL_GENERATE_MIPMAP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_GENERATE_MIPMAP_HINT - Static variable in interface panamagl.opengl.GL_1_4
- GL_GENERATE_MIPMAP_HINT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_GENERATE_MIPMAP_HINT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_GENERATE_MIPMAP_HINT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_GEOMETRY_INPUT_TYPE - Static variable in interface panamagl.opengl.GL_3_2
- GL_GEOMETRY_INPUT_TYPE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEOMETRY_OUTPUT_TYPE - Static variable in interface panamagl.opengl.GL_3_2
- GL_GEOMETRY_OUTPUT_TYPE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GL_3_2
- GL_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEOMETRY_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_1
- GL_GEOMETRY_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_0
- GL_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED - Static variable in interface panamagl.opengl.GL_4_6
- GL_GEOMETRY_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_GEOMETRY_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_GEOMETRY_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_GEOMETRY_VERTICES_OUT - Static variable in interface panamagl.opengl.GL_3_2
- GL_GEOMETRY_VERTICES_OUT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GEQUAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_GEQUAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_GEQUAL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_GEQUAL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_GET_TEXTURE_IMAGE_FORMAT - Static variable in interface panamagl.opengl.GL_4_3
- GL_GET_TEXTURE_IMAGE_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_GREATER - Static variable in interface panamagl.opengl.GL_1_0
- GL_GREATER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_GREATER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_GREATER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_GREEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_GREEN - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_GREEN_BIAS - Static variable in interface panamagl.opengl.GL_1_0
- GL_GREEN_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_GREEN_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_GREEN_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_GREEN_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_GREEN_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_GREEN_SCALE - Static variable in interface panamagl.opengl.GL_1_0
- GL_GUILTY_CONTEXT_RESET - Static variable in interface panamagl.opengl.GL_4_5
- GL_GUILTY_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_GUILTY_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_HALF_FLOAT - Static variable in interface panamagl.opengl.GL_3_0
- GL_HALF_FLOAT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_HARDLIGHT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_HIGH_FLOAT - Static variable in interface panamagl.opengl.GL_4_1
- GL_HIGH_FLOAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_HIGH_FLOAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_HIGH_INT - Static variable in interface panamagl.opengl.GL_4_1
- GL_HIGH_INT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_HIGH_INT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_HINT_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_HISTOGRAM - Static variable in interface panamagl.opengl.GL_4_5
- GL_HSL_COLOR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_HSL_HUE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_HSL_LUMINOSITY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_HSL_SATURATION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_IMAGE_1D - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_1D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_2D - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_2D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_2D_RECT - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_3D - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_3D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_ACCESS - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_ACCESS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_FORMAT - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_FORMAT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_LAYER - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_LAYER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_LAYERED - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_LAYERED - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_LEVEL - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_LEVEL - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BINDING_NAME - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BINDING_NAME - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_IMAGE_CLASS_1_X_16 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_1_X_32 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_1_X_8 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_10_10_10_2 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_11_11_10 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_2_X_16 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_2_X_32 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_2_X_8 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_4_X_16 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_4_X_32 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CLASS_4_X_8 - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_COMPATIBILITY_CLASS - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_CUBE - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_CUBE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_FORMAT_COMPATIBILITY_TYPE - Static variable in interface panamagl.opengl.GL_4_2
- GL_IMAGE_FORMAT_COMPATIBILITY_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_IMAGE_PIXEL_FORMAT - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_PIXEL_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMAGE_TEXEL_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in interface panamagl.opengl.GL_4_1
- GL_IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_IMPLEMENTATION_COLOR_READ_TYPE - Static variable in interface panamagl.opengl.GL_4_1
- GL_IMPLEMENTATION_COLOR_READ_TYPE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_IMPLEMENTATION_COLOR_READ_TYPE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INCR - Static variable in interface panamagl.opengl.GL_1_0
- GL_INCR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INCR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INCR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INCR_WRAP - Static variable in interface panamagl.opengl.GL_1_4
- GL_INCR_WRAP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INCR_WRAP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INDEX - Static variable in interface panamagl.opengl.GL_3_0
- GL_INDEX_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_INDEX_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_INDEX_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_INDEX_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_INDEX_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_INDEX_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_INDEX_CLEAR_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_INDEX_LOGIC_OP - Static variable in interface panamagl.opengl.GL_1_1
- GL_INDEX_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_INDEX_OFFSET - Static variable in interface panamagl.opengl.GL_1_0
- GL_INDEX_SHIFT - Static variable in interface panamagl.opengl.GL_1_0
- GL_INDEX_WRITEMASK - Static variable in interface panamagl.opengl.GL_1_0
- GL_INFO_LOG_LENGTH - Static variable in interface panamagl.opengl.GL_2_0
- GL_INFO_LOG_LENGTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INNOCENT_CONTEXT_RESET - Static variable in interface panamagl.opengl.GL_4_5
- GL_INNOCENT_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INNOCENT_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INT - Static variable in interface panamagl.opengl.GL_1_0
- GL_INT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INT_2_10_10_10_REV - Static variable in interface panamagl.opengl.GL_3_3
- GL_INT_2_10_10_10_REV - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INT_IMAGE_1D - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_1D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_2D - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_2D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_INT_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_INT_IMAGE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_2D_RECT - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_3D - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_3D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_INT_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INT_IMAGE_CUBE - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_CUBE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INT_SAMPLER_1D - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_2D - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_2D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INT_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INT_SAMPLER_2D_RECT - Static variable in interface panamagl.opengl.GL_3_1
- GL_INT_SAMPLER_3D - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_3D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INT_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_INT_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INT_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GL_3_0
- GL_INT_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_INT_VEC2 - Static variable in interface panamagl.opengl.GL_2_0
- GL_INT_VEC2 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INT_VEC3 - Static variable in interface panamagl.opengl.GL_2_0
- GL_INT_VEC3 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INT_VEC4 - Static variable in interface panamagl.opengl.GL_2_0
- GL_INT_VEC4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INTENSITY - Static variable in interface panamagl.opengl.GL_1_1
- GL_INTENSITY12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_INTENSITY16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_INTENSITY4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_INTENSITY8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_INTERLEAVED_ATTRIBS - Static variable in interface panamagl.opengl.GL_3_0
- GL_INTERLEAVED_ATTRIBS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INTERNALFORMAT_ALPHA_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_ALPHA_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_BLUE_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_BLUE_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_DEPTH_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_DEPTH_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_GREEN_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_GREEN_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_PREFERRED - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_RED_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_RED_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_SHARED_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_STENCIL_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_STENCIL_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERNALFORMAT_SUPPORTED - Static variable in interface panamagl.opengl.GL_4_3
- GL_INTERPOLATE - Static variable in interface panamagl.opengl.GL_1_3
- GL_INTERPOLATE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INVALID_ENUM - Static variable in interface panamagl.opengl.GL_1_0
- GL_INVALID_ENUM - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INVALID_ENUM - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INVALID_ENUM - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INVALID_FRAMEBUFFER_OPERATION - Static variable in interface panamagl.opengl.GL_3_0
- GL_INVALID_FRAMEBUFFER_OPERATION - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INVALID_FRAMEBUFFER_OPERATION - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INVALID_INDEX - Static variable in interface panamagl.opengl.GL_3_1
- GL_INVALID_INDEX - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_INVALID_OPERATION - Static variable in interface panamagl.opengl.GL_1_0
- GL_INVALID_OPERATION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INVALID_OPERATION - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INVALID_OPERATION - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INVALID_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_INVALID_VALUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INVALID_VALUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INVALID_VALUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_INVERT - Static variable in interface panamagl.opengl.GL_1_0
- GL_INVERT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_INVERT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_INVERT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_IS_PER_PATCH - Static variable in interface panamagl.opengl.GL_4_3
- GL_IS_PER_PATCH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_IS_ROW_MAJOR - Static variable in interface panamagl.opengl.GL_4_3
- GL_IS_ROW_MAJOR - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ISOLINES - Static variable in interface panamagl.opengl.GL_4_0
- GL_ISOLINES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_KEEP - Static variable in interface panamagl.opengl.GL_1_0
- GL_KEEP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_KEEP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_KEEP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LAST_VERTEX_CONVENTION - Static variable in interface panamagl.opengl.GL_3_2
- GL_LAST_VERTEX_CONVENTION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LAYER_PROVOKING_VERTEX - Static variable in interface panamagl.opengl.GL_4_1
- GL_LAYER_PROVOKING_VERTEX - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LAYOUT_SIZE - Static variable in class org.jzy3d.demos.PickableGraphDemo_JOGL
- GL_LAYOUT_SIZE - Static variable in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- GL_LEFT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LEQUAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_LEQUAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LEQUAL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LEQUAL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LESS - Static variable in interface panamagl.opengl.GL_1_0
- GL_LESS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LESS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LESS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LIGHT_MODEL_AMBIENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT_MODEL_AMBIENT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT_MODEL_COLOR_CONTROL - Static variable in interface panamagl.opengl.GL_1_2
- GL_LIGHT_MODEL_LOCAL_VIEWER - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT0 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT0 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT1 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT2 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT3 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT4 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT5 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT5 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT6 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT6 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHT7 - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHT7 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHTEN - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LIGHTING - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIGHTING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LIGHTING_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_LOOP - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_LOOP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINE_LOOP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINE_LOOP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINE_RESET_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_SMOOTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_SMOOTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINE_SMOOTH_HINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_SMOOTH_HINT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINE_STIPPLE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_STIPPLE_PATTERN - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_STIPPLE_REPEAT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_STRIP - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_STRIP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINE_STRIP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINE_STRIP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINE_STRIP_ADJACENCY - Static variable in interface panamagl.opengl.GL_3_2
- GL_LINE_STRIP_ADJACENCY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LINE_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_WIDTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_WIDTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINE_WIDTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINE_WIDTH - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINE_WIDTH_GRANULARITY - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINEAR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINEAR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINEAR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINEAR_ATTENUATION - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINEAR_ATTENUATION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINES - Static variable in interface panamagl.opengl.GL_1_0
- GL_LINES - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LINES - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINES - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LINES_ADJACENCY - Static variable in interface panamagl.opengl.GL_3_2
- GL_LINES_ADJACENCY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LINK_STATUS - Static variable in interface panamagl.opengl.GL_2_0
- GL_LINK_STATUS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LINK_STATUS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_linux_x64 - Class in panamagl.platform.linux.x64
- GL_linux_x64() - Constructor for class panamagl.platform.linux.x64.GL_linux_x64
- GL_LIST_BASE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIST_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIST_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_LIST_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LOAD - Static variable in interface panamagl.opengl.GL_1_0
- GL_LOCATION - Static variable in interface panamagl.opengl.GL_4_3
- GL_LOCATION - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_LOCATION_COMPONENT - Static variable in interface panamagl.opengl.GL_4_4
- GL_LOCATION_INDEX - Static variable in interface panamagl.opengl.GL_4_3
- GL_LOGIC_OP - Static variable in interface panamagl.opengl.GL_1_0
- GL_LOGIC_OP_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LOGIC_OP_MODE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LOSE_CONTEXT_ON_RESET - Static variable in interface panamagl.opengl.GL_4_5
- GL_LOSE_CONTEXT_ON_RESET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_LOSE_CONTEXT_ON_RESET - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LOW_FLOAT - Static variable in interface panamagl.opengl.GL_4_1
- GL_LOW_FLOAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LOW_FLOAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LOW_INT - Static variable in interface panamagl.opengl.GL_4_1
- GL_LOW_INT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LOW_INT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_LOWER_LEFT - Static variable in interface panamagl.opengl.GL_2_0
- GL_LOWER_LEFT - Static variable in interface panamagl.opengl.GL_4_5
- GL_LUMINANCE - Static variable in interface panamagl.opengl.GL_1_0
- GL_LUMINANCE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LUMINANCE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_LUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_LUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_LUMINANCE12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE12_ALPHA12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE12_ALPHA4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE16_ALPHA16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE4_ALPHA4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE6_ALPHA2 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_LUMINANCE8_ALPHA8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_macOS_arm - Class in panamagl.platform.macos.arm
- GL_macOS_arm() - Constructor for class panamagl.platform.macos.arm.GL_macOS_arm
- GL_macOS_x64 - Class in panamagl.platform.macos.x64
- GL_macOS_x64() - Constructor for class panamagl.platform.macos.x64.GL_macOS_x64
- GL_MAJOR_VERSION - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAJOR_VERSION - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MANUAL_GENERATE_MIPMAP - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAP_COHERENT_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_MAP_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP_FLUSH_EXPLICIT_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_FLUSH_EXPLICIT_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP_INVALIDATE_BUFFER_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_INVALIDATE_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP_INVALIDATE_RANGE_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_INVALIDATE_RANGE_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP_PERSISTENT_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_MAP_READ_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_READ_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_MAP_READ_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP_STENCIL - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP_UNSYNCHRONIZED_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_UNSYNCHRONIZED_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP_WRITE_BIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAP_WRITE_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_MAP_WRITE_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAP1_COLOR_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_GRID_DOMAIN - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_GRID_SEGMENTS - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_NORMAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_TEXTURE_COORD_1 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_TEXTURE_COORD_2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_TEXTURE_COORD_3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_TEXTURE_COORD_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_VERTEX_3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP1_VERTEX_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_COLOR_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_GRID_DOMAIN - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_GRID_SEGMENTS - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_NORMAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_TEXTURE_COORD_1 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_TEXTURE_COORD_2 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_TEXTURE_COORD_3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_TEXTURE_COORD_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_VERTEX_3 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAP2_VERTEX_4 - Static variable in interface panamagl.opengl.GL_1_0
- GL_MATRIX_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_MATRIX_MODE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MATRIX_STRIDE - Static variable in interface panamagl.opengl.GL_4_3
- GL_MATRIX_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX - Static variable in interface panamagl.opengl.GL_1_4
- GL_MAX - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_3D_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GL_1_2
- GL_MAX_3D_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_ARRAY_TEXTURE_LAYERS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_ARRAY_TEXTURE_LAYERS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_ATTRIB_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_CLIENT_ATTRIB_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_1
- GL_MAX_CLIP_DISTANCES - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_CLIP_PLANES - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_CLIP_PLANES - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_COLOR_ATTACHMENTS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_COLOR_ATTACHMENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_COLOR_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_COLOR_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_COMBINED_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES - Static variable in interface panamagl.opengl.GL_4_5
- GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_DIMENSIONS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_COMBINED_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_COMBINED_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_COMBINED_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_COMBINED_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_SHARED_MEMORY_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_SHARED_MEMORY_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_WORK_GROUP_COUNT - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_WORK_GROUP_COUNT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_COMPUTE_WORK_GROUP_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_COMPUTE_WORK_GROUP_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GL_1_3
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_CULL_DISTANCES - Static variable in interface panamagl.opengl.GL_4_5
- GL_MAX_DEBUG_GROUP_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_DEBUG_GROUP_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_DEBUG_LOGGED_MESSAGES - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_DEBUG_LOGGED_MESSAGES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_DEBUG_MESSAGE_LENGTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_DEBUG_MESSAGE_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_DEPTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_DEPTH_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_DEPTH_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_DRAW_BUFFERS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_DRAW_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_DUAL_SOURCE_DRAW_BUFFERS - Static variable in interface panamagl.opengl.GL_3_3
- GL_MAX_ELEMENT_INDEX - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_ELEMENT_INDEX - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_ELEMENTS_INDICES - Static variable in interface panamagl.opengl.GL_1_2
- GL_MAX_ELEMENTS_INDICES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_ELEMENTS_VERTICES - Static variable in interface panamagl.opengl.GL_1_2
- GL_MAX_ELEMENTS_VERTICES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_EVAL_ORDER - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAGMENT_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_FRAGMENT_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAGMENT_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_FRAGMENT_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAGMENT_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_FRAGMENT_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAGMENT_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_FRAGMENT_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GL_4_1
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_FRAMEBUFFER_HEIGHT - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_FRAMEBUFFER_HEIGHT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAMEBUFFER_LAYERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_FRAMEBUFFER_LAYERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_FRAMEBUFFER_SAMPLES - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_FRAMEBUFFER_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_FRAMEBUFFER_WIDTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_FRAMEBUFFER_WIDTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_GEOMETRY_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_GEOMETRY_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_OUTPUT_VERTICES - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_OUTPUT_VERTICES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_GEOMETRY_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_HEIGHT - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_IMAGE_SAMPLES - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_INTEGER_SAMPLES - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_INTEGER_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_LABEL_LENGTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_LABEL_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_LAYERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_LIGHTS - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_LIGHTS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_LIST_NESTING - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_NAME_LENGTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_NAME_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_NAME_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_NUM_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_NUM_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_NUM_COMPATIBLE_SUBROUTINES - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_PATCH_VERTICES - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_PATCH_VERTICES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_PIXEL_MAP_TABLE - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_PROGRAM_TEXEL_OFFSET - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_PROGRAM_TEXEL_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_RECTANGLE_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_RENDERBUFFER_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_RENDERBUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_RENDERBUFFER_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_SAMPLE_MASK_WORDS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_SAMPLE_MASK_WORDS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_SAMPLES - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_SERVER_WAIT_TIMEOUT - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_SERVER_WAIT_TIMEOUT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_SHADER_STORAGE_BLOCK_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_SHADER_STORAGE_BLOCK_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_SUBROUTINES - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_GEN_LEVEL - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_GEN_LEVEL - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TESS_PATCH_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TESS_PATCH_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TEXTURE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_TEXTURE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MAX_TEXTURE_COORDS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_TEXTURE_LOD_BIAS - Static variable in interface panamagl.opengl.GL_1_4
- GL_MAX_TEXTURE_LOD_BIAS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_TEXTURE_MAX_ANISOTROPY - Static variable in interface panamagl.opengl.GL_4_6
- GL_MAX_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_TEXTURE_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_TEXTURE_UNITS - Static variable in interface panamagl.opengl.GL_1_3
- GL_MAX_TEXTURE_UNITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_TRANSFORM_FEEDBACK_BUFFERS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_UNIFORM_BLOCK_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_UNIFORM_BLOCK_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_UNIFORM_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_UNIFORM_BUFFER_BINDINGS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_UNIFORM_LOCATIONS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_UNIFORM_LOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VARYING_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_0
- GL_MAX_VARYING_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_VARYING_FLOATS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_VARYING_VECTORS - Static variable in interface panamagl.opengl.GL_4_1
- GL_MAX_VARYING_VECTORS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_VARYING_VECTORS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_VERTEX_ATOMIC_COUNTERS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_ATTRIB_BINDINGS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_VERTEX_ATTRIB_BINDINGS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_ATTRIB_STRIDE - Static variable in interface panamagl.opengl.GL_4_4
- GL_MAX_VERTEX_ATTRIB_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_VERTEX_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GL_4_2
- GL_MAX_VERTEX_IMAGE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GL_3_2
- GL_MAX_VERTEX_OUTPUT_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GL_4_3
- GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MAX_VERTEX_STREAMS - Static variable in interface panamagl.opengl.GL_4_0
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_VERTEX_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GL_3_1
- GL_MAX_VERTEX_UNIFORM_BLOCKS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GL_2_0
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GL_4_1
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_VIEWPORT_DIMS - Static variable in interface panamagl.opengl.GL_1_0
- GL_MAX_VIEWPORT_DIMS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MAX_VIEWPORT_DIMS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MAX_VIEWPORT_DIMS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MAX_VIEWPORTS - Static variable in interface panamagl.opengl.GL_4_1
- GL_MAX_WIDTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_MEDIUM_FLOAT - Static variable in interface panamagl.opengl.GL_4_1
- GL_MEDIUM_FLOAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MEDIUM_FLOAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MEDIUM_INT - Static variable in interface panamagl.opengl.GL_4_1
- GL_MEDIUM_INT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MEDIUM_INT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MIN - Static variable in interface panamagl.opengl.GL_1_4
- GL_MIN - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface panamagl.opengl.GL_4_0
- GL_MIN_FRAGMENT_INTERPOLATION_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MIN_MAP_BUFFER_ALIGNMENT - Static variable in interface panamagl.opengl.GL_4_2
- GL_MIN_PROGRAM_TEXEL_OFFSET - Static variable in interface panamagl.opengl.GL_3_0
- GL_MIN_PROGRAM_TEXEL_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface panamagl.opengl.GL_4_0
- GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_MIN_SAMPLE_SHADING_VALUE - Static variable in interface panamagl.opengl.GL_4_0
- GL_MIN_SAMPLE_SHADING_VALUE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MINMAX - Static variable in interface panamagl.opengl.GL_4_5
- GL_MINOR_VERSION - Static variable in interface panamagl.opengl.GL_3_0
- GL_MINOR_VERSION - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_MIPMAP - Static variable in interface panamagl.opengl.GL_4_3
- GL_MIRROR_CLAMP_TO_EDGE - Static variable in interface panamagl.opengl.GL_4_4
- GL_MIRRORED_REPEAT - Static variable in interface panamagl.opengl.GL_1_4
- GL_MIRRORED_REPEAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_MIRRORED_REPEAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_MODELVIEW - Static variable in interface panamagl.opengl.GL_1_0
- GL_MODELVIEW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MODELVIEW_MATRIX - Static variable in interface panamagl.opengl.GL_1_0
- GL_MODELVIEW_MATRIX - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MODELVIEW_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_MODELVIEW_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MODULATE - Static variable in interface panamagl.opengl.GL_1_0
- GL_MODULATE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MULT - Static variable in interface panamagl.opengl.GL_1_0
- GL_MULTIPLY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_1_3
- GL_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_MULTISAMPLE_BIT - Static variable in interface panamagl.opengl.GL_1_3
- GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_MULTISAMPLE_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_N3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_NAME_LENGTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_NAME_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_NAME_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_NAND - Static variable in interface panamagl.opengl.GL_1_0
- GL_NAND - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NEAREST - Static variable in interface panamagl.opengl.GL_1_0
- GL_NEAREST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NEAREST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NEAREST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GL_1_0
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NEGATIVE_ONE_TO_ONE - Static variable in interface panamagl.opengl.GL_4_5
- GL_NEVER - Static variable in interface panamagl.opengl.GL_1_0
- GL_NEVER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NEVER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NEVER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NICEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_NICEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NICEST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NICEST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GL_1_0
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GL_4_5
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_NO_ERROR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NO_RESET_NOTIFICATION - Static variable in interface panamagl.opengl.GL_4_5
- GL_NO_RESET_NOTIFICATION - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_NONE - Static variable in interface panamagl.opengl.GL_1_0
- GL_NONE - Static variable in interface panamagl.opengl.GL_4_5
- GL_NONE - Static variable in interface panamagl.opengl.GL_4_6
- GL_NONE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NONE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NOOP - Static variable in interface panamagl.opengl.GL_1_0
- GL_NOOP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_NOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_NORMAL_ARRAY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_NORMAL_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_NORMAL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_NORMAL_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NORMAL_MAP - Static variable in interface panamagl.opengl.GL_1_3
- GL_NORMALIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_NORMALIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NOTEQUAL - Static variable in interface panamagl.opengl.GL_1_0
- GL_NOTEQUAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NOTEQUAL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NOTEQUAL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NUM_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GL_4_3
- GL_NUM_ACTIVE_VARIABLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_NUM_COMPATIBLE_SUBROUTINES - Static variable in interface panamagl.opengl.GL_4_0
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GL_1_3
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NUM_EXTENSIONS - Static variable in interface panamagl.opengl.GL_3_0
- GL_NUM_EXTENSIONS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_NUM_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GL_4_1
- GL_NUM_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_NUM_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_NUM_SAMPLE_COUNTS - Static variable in interface panamagl.opengl.GL_4_2
- GL_NUM_SAMPLE_COUNTS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_NUM_SHADER_BINARY_FORMATS - Static variable in interface panamagl.opengl.GL_4_1
- GL_NUM_SHADER_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_NUM_SHADING_LANGUAGE_VERSIONS - Static variable in interface panamagl.opengl.GL_4_3
- GL_NUM_SPIR_V_EXTENSIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_OBJECT_LINEAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_OBJECT_PLANE - Static variable in interface panamagl.opengl.GL_1_0
- GL_OBJECT_TYPE - Static variable in interface panamagl.opengl.GL_3_2
- GL_OBJECT_TYPE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_OFFSET - Static variable in interface panamagl.opengl.GL_4_3
- GL_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_ONE - Static variable in interface panamagl.opengl.GL_1_0
- GL_ONE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ONE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GL_1_4
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GL_1_4
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_DST_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_ONE_MINUS_DST_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ONE_MINUS_DST_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_DST_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ONE_MINUS_SRC1_ALPHA - Static variable in interface panamagl.opengl.GL_3_3
- GL_ONE_MINUS_SRC1_COLOR - Static variable in interface panamagl.opengl.GL_3_3
- GL_OPERAND0_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND0_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OPERAND0_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND0_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OPERAND1_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND1_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OPERAND1_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND1_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OPERAND2_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND2_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OPERAND2_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_OPERAND2_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OR - Static variable in interface panamagl.opengl.GL_1_0
- GL_OR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OR_INVERTED - Static variable in interface panamagl.opengl.GL_1_0
- GL_OR_INVERTED - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OR_REVERSE - Static variable in interface panamagl.opengl.GL_1_0
- GL_OR_REVERSE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ORDER - Static variable in interface panamagl.opengl.GL_1_0
- GL_OUT_OF_MEMORY - Static variable in interface panamagl.opengl.GL_1_0
- GL_OUT_OF_MEMORY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_OUT_OF_MEMORY - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_OUT_OF_MEMORY - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_OVERLAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PACK_ALIGNMENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_PACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_PACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_PACK_COMPRESSED_BLOCK_DEPTH - Static variable in interface panamagl.opengl.GL_4_2
- GL_PACK_COMPRESSED_BLOCK_HEIGHT - Static variable in interface panamagl.opengl.GL_4_2
- GL_PACK_COMPRESSED_BLOCK_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_PACK_COMPRESSED_BLOCK_WIDTH - Static variable in interface panamagl.opengl.GL_4_2
- GL_PACK_IMAGE_HEIGHT - Static variable in interface panamagl.opengl.GL_1_2
- GL_PACK_LSB_FIRST - Static variable in interface panamagl.opengl.GL_1_0
- GL_PACK_ROW_LENGTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_PACK_ROW_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PACK_SKIP_IMAGES - Static variable in interface panamagl.opengl.GL_1_2
- GL_PACK_SKIP_PIXELS - Static variable in interface panamagl.opengl.GL_1_0
- GL_PACK_SKIP_PIXELS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PACK_SKIP_ROWS - Static variable in interface panamagl.opengl.GL_1_0
- GL_PACK_SKIP_ROWS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PACK_SWAP_BYTES - Static variable in interface panamagl.opengl.GL_1_0
- GL_PARAMETER_BUFFER - Static variable in interface panamagl.opengl.GL_4_6
- GL_PARAMETER_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_6
- GL_PASS_THROUGH_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_PATCH_DEFAULT_INNER_LEVEL - Static variable in interface panamagl.opengl.GL_4_0
- GL_PATCH_DEFAULT_OUTER_LEVEL - Static variable in interface panamagl.opengl.GL_4_0
- GL_PATCH_VERTICES - Static variable in interface panamagl.opengl.GL_4_0
- GL_PATCH_VERTICES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PATCHES - Static variable in interface panamagl.opengl.GL_4_0
- GL_PATCHES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PIXEL_BUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_PIXEL_BUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_PIXEL_MAP_A_TO_A - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_A_TO_A_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_B_TO_B - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_B_TO_B_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_G_TO_G - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_G_TO_G_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_A - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_A_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_B - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_B_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_G - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_G_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_I - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_I_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_R - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_I_TO_R_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_R_TO_R - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_R_TO_R_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_S_TO_S - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MAP_S_TO_S_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_MODE_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_PIXEL_PACK_BUFFER - Static variable in interface panamagl.opengl.GL_2_1
- GL_PIXEL_PACK_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PIXEL_PACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_2_1
- GL_PIXEL_PACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PIXEL_UNPACK_BUFFER - Static variable in interface panamagl.opengl.GL_2_1
- GL_PIXEL_UNPACK_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PIXEL_UNPACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_2_1
- GL_PIXEL_UNPACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_POINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_DISTANCE_ATTENUATION - Static variable in interface panamagl.opengl.GL_1_4
- GL_POINT_DISTANCE_ATTENUATION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface panamagl.opengl.GL_1_4
- GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SIZE - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SIZE_GRANULARITY - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_SIZE_MAX - Static variable in interface panamagl.opengl.GL_1_4
- GL_POINT_SIZE_MAX - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SIZE_MIN - Static variable in interface panamagl.opengl.GL_1_4
- GL_POINT_SIZE_MIN - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_SMOOTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_SMOOTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SMOOTH_HINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINT_SMOOTH_HINT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINT_SPRITE - Static variable in interface panamagl.opengl.GL_2_0
- GL_POINT_SPRITE_COORD_ORIGIN - Static variable in interface panamagl.opengl.GL_2_0
- GL_POINT_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINTS - Static variable in interface panamagl.opengl.GL_1_0
- GL_POINTS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POINTS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_POINTS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_POLYGON - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_OFFSET_CLAMP - Static variable in interface panamagl.opengl.GL_4_6
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface panamagl.opengl.GL_1_1
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_POLYGON_OFFSET_FACTOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_POLYGON_OFFSET_FILL - Static variable in interface panamagl.opengl.GL_1_1
- GL_POLYGON_OFFSET_FILL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POLYGON_OFFSET_FILL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_POLYGON_OFFSET_FILL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_POLYGON_OFFSET_LINE - Static variable in interface panamagl.opengl.GL_1_1
- GL_POLYGON_OFFSET_POINT - Static variable in interface panamagl.opengl.GL_1_1
- GL_POLYGON_OFFSET_UNITS - Static variable in interface panamagl.opengl.GL_1_1
- GL_POLYGON_OFFSET_UNITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POLYGON_OFFSET_UNITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_POLYGON_OFFSET_UNITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_POLYGON_SMOOTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_SMOOTH_HINT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_STIPPLE - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_STIPPLE_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_POLYGON_TOKEN - Static variable in interface panamagl.opengl.GL_1_0
- GL_POSITION - Static variable in interface panamagl.opengl.GL_1_0
- GL_POSITION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_PREVIOUS - Static variable in interface panamagl.opengl.GL_1_3
- GL_PREVIOUS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PRIMARY_COLOR - Static variable in interface panamagl.opengl.GL_1_3
- GL_PRIMARY_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PRIMITIVE_BOUNDING_BOX - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PRIMITIVE_RESTART - Static variable in interface panamagl.opengl.GL_3_1
- GL_PRIMITIVE_RESTART_FIXED_INDEX - Static variable in interface panamagl.opengl.GL_4_3
- GL_PRIMITIVE_RESTART_FIXED_INDEX - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED - Static variable in interface panamagl.opengl.GL_4_4
- GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PRIMITIVE_RESTART_INDEX - Static variable in interface panamagl.opengl.GL_3_1
- GL_PRIMITIVES_GENERATED - Static variable in interface panamagl.opengl.GL_3_0
- GL_PRIMITIVES_GENERATED - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PRIMITIVES_SUBMITTED - Static variable in interface panamagl.opengl.GL_4_6
- GL_PROGRAM - Static variable in interface panamagl.opengl.GL_4_3
- GL_PROGRAM - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GL_4_1
- GL_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PROGRAM_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_PROGRAM_BINARY_LENGTH - Static variable in interface panamagl.opengl.GL_4_1
- GL_PROGRAM_BINARY_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PROGRAM_BINARY_RETRIEVABLE_HINT - Static variable in interface panamagl.opengl.GL_4_1
- GL_PROGRAM_BINARY_RETRIEVABLE_HINT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_PROGRAM_INPUT - Static variable in interface panamagl.opengl.GL_4_3
- GL_PROGRAM_INPUT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_PROGRAM_OUTPUT - Static variable in interface panamagl.opengl.GL_4_3
- GL_PROGRAM_OUTPUT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_PROGRAM_PIPELINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_PROGRAM_PIPELINE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_PROGRAM_PIPELINE_BINDING - Static variable in interface panamagl.opengl.GL_4_1
- GL_PROGRAM_PIPELINE_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_PROGRAM_POINT_SIZE - Static variable in interface panamagl.opengl.GL_3_2
- GL_PROGRAM_SEPARABLE - Static variable in interface panamagl.opengl.GL_4_1
- GL_PROGRAM_SEPARABLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_PROJECTION - Static variable in interface panamagl.opengl.GL_1_0
- GL_PROJECTION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PROJECTION_MATRIX - Static variable in interface panamagl.opengl.GL_1_0
- GL_PROJECTION_MATRIX - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PROJECTION_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_PROJECTION_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_PROVOKING_VERTEX - Static variable in interface panamagl.opengl.GL_3_2
- GL_PROXY_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_PROXY_HISTOGRAM - Static variable in interface panamagl.opengl.GL_4_5
- GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_PROXY_POST_CONVOLUTION_COLOR_TABLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_PROXY_TEXTURE_1D - Static variable in interface panamagl.opengl.GL_1_1
- GL_PROXY_TEXTURE_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_PROXY_TEXTURE_2D - Static variable in interface panamagl.opengl.GL_1_1
- GL_PROXY_TEXTURE_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_PROXY_TEXTURE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_PROXY_TEXTURE_3D - Static variable in interface panamagl.opengl.GL_1_2
- GL_PROXY_TEXTURE_CUBE_MAP - Static variable in interface panamagl.opengl.GL_1_3
- GL_PROXY_TEXTURE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_PROXY_TEXTURE_RECTANGLE - Static variable in interface panamagl.opengl.GL_3_1
- GL_Q - Static variable in interface panamagl.opengl.GL_1_0
- GL_QUAD_STRIP - Static variable in interface panamagl.opengl.GL_1_0
- GL_QUADRATIC_ATTENUATION - Static variable in interface panamagl.opengl.GL_1_0
- GL_QUADRATIC_ATTENUATION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_QUADS - Static variable in interface panamagl.opengl.GL_1_0
- GL_QUADS - Static variable in interface panamagl.opengl.GL_4_0
- GL_QUADS - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION - Static variable in interface panamagl.opengl.GL_3_2
- GL_QUERY - Static variable in interface panamagl.opengl.GL_4_3
- GL_QUERY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_QUERY_BUFFER - Static variable in interface panamagl.opengl.GL_4_4
- GL_QUERY_BUFFER_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_QUERY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_4
- GL_QUERY_BY_REGION_NO_WAIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_QUERY_BY_REGION_NO_WAIT_INVERTED - Static variable in interface panamagl.opengl.GL_4_5
- GL_QUERY_BY_REGION_WAIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_QUERY_BY_REGION_WAIT_INVERTED - Static variable in interface panamagl.opengl.GL_4_5
- GL_QUERY_COUNTER_BITS - Static variable in interface panamagl.opengl.GL_1_5
- GL_QUERY_NO_WAIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_QUERY_NO_WAIT_INVERTED - Static variable in interface panamagl.opengl.GL_4_5
- GL_QUERY_RESULT - Static variable in interface panamagl.opengl.GL_1_5
- GL_QUERY_RESULT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_QUERY_RESULT_AVAILABLE - Static variable in interface panamagl.opengl.GL_1_5
- GL_QUERY_RESULT_AVAILABLE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_QUERY_RESULT_NO_WAIT - Static variable in interface panamagl.opengl.GL_4_4
- GL_QUERY_TARGET - Static variable in interface panamagl.opengl.GL_4_5
- GL_QUERY_WAIT - Static variable in interface panamagl.opengl.GL_3_0
- GL_QUERY_WAIT_INVERTED - Static variable in interface panamagl.opengl.GL_4_5
- GL_R - Static variable in interface panamagl.opengl.GL_1_0
- GL_R11F_G11F_B10F - Static variable in interface panamagl.opengl.GL_3_0
- GL_R11F_G11F_B10F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R16 - Static variable in interface panamagl.opengl.GL_3_0
- GL_R16_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_R16F - Static variable in interface panamagl.opengl.GL_3_0
- GL_R16F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R16I - Static variable in interface panamagl.opengl.GL_3_0
- GL_R16I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R16UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_R16UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R3_G3_B2 - Static variable in interface panamagl.opengl.GL_1_1
- GL_R32F - Static variable in interface panamagl.opengl.GL_3_0
- GL_R32F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R32I - Static variable in interface panamagl.opengl.GL_3_0
- GL_R32I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R32UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_R32UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_R8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_R8_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_R8_SNORM - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R8I - Static variable in interface panamagl.opengl.GL_3_0
- GL_R8I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_R8UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_R8UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RASTERIZER_DISCARD - Static variable in interface panamagl.opengl.GL_3_0
- GL_RASTERIZER_DISCARD - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_READ_BUFFER - Static variable in interface panamagl.opengl.GL_1_0
- GL_READ_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_READ_FRAMEBUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_READ_FRAMEBUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_READ_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_READ_FRAMEBUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_READ_ONLY - Static variable in interface panamagl.opengl.GL_1_5
- GL_READ_ONLY - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_READ_PIXELS - Static variable in interface panamagl.opengl.GL_4_3
- GL_READ_PIXELS_FORMAT - Static variable in interface panamagl.opengl.GL_4_3
- GL_READ_PIXELS_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_READ_WRITE - Static variable in interface panamagl.opengl.GL_1_5
- GL_READ_WRITE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_RED - Static variable in interface panamagl.opengl.GL_1_0
- GL_RED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RED - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RED_BIAS - Static variable in interface panamagl.opengl.GL_1_0
- GL_RED_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_RED_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RED_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RED_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RED_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_RED_INTEGER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RED_SCALE - Static variable in interface panamagl.opengl.GL_1_0
- GL_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_REFERENCED_BY_VERTEX_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_REFERENCED_BY_VERTEX_SHADER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_REFLECTION_MAP - Static variable in interface panamagl.opengl.GL_1_3
- GL_RENDER - Static variable in interface panamagl.opengl.GL_1_0
- GL_RENDER_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_RENDERBUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_ALPHA_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_ALPHA_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_ALPHA_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_BINDING - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_BLUE_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_BLUE_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_BLUE_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_DEPTH_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_DEPTH_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_DEPTH_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_GREEN_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_GREEN_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_GREEN_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_HEIGHT - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_HEIGHT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_HEIGHT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_INTERNAL_FORMAT - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_INTERNAL_FORMAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_INTERNAL_FORMAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_RED_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_RED_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_RED_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_SAMPLES - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RENDERBUFFER_STENCIL_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_STENCIL_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_STENCIL_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERBUFFER_WIDTH - Static variable in interface panamagl.opengl.GL_3_0
- GL_RENDERBUFFER_WIDTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERBUFFER_WIDTH - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RENDERER - Static variable in interface panamagl.opengl.GL_1_0
- GL_RENDERER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RENDERER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RENDERER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_REPEAT - Static variable in interface panamagl.opengl.GL_1_0
- GL_REPEAT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_REPEAT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_REPEAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_REPLACE - Static variable in interface panamagl.opengl.GL_1_0
- GL_REPLACE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_REPLACE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_REPLACE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RESCALE_NORMAL - Static variable in interface panamagl.opengl.GL_1_2
- GL_RESCALE_NORMAL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RESET_NOTIFICATION_STRATEGY - Static variable in interface panamagl.opengl.GL_4_5
- GL_RESET_NOTIFICATION_STRATEGY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_RESET_NOTIFICATION_STRATEGY - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RETURN - Static variable in interface panamagl.opengl.GL_1_0
- GL_RG - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RG_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG_INTEGER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG16 - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG16_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RG16F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG16F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG16I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG16I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG16UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG16UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG32F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG32F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG32I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG32I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG32UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG32UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RG8_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RG8_SNORM - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG8I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG8I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RG8UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RG8UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB - Static variable in interface panamagl.opengl.GL_1_0
- GL_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RGB - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RGB - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGB_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB_INTEGER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB_SCALE - Static variable in interface panamagl.opengl.GL_1_3
- GL_RGB_SCALE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RGB10 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB10_A2 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB10_A2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB10_A2UI - Static variable in interface panamagl.opengl.GL_3_3
- GL_RGB10_A2UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB16_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RGB16F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB16F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB16I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB16I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB16UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB16UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB32F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB32F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB32I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB32I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB32UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB32UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB5 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB5_A1 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB5_A1 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RGB5_A1 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGB565 - Static variable in interface panamagl.opengl.GL_4_1
- GL_RGB565 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RGB565 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGB8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGB8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGB8_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RGB8_SNORM - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB8I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB8I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB8UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB8UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGB9_E5 - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGB9_E5 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA - Static variable in class org.jzy3d.painters.PanamaGLPainter
- GL_RGBA - Static variable in interface panamagl.opengl.GL_1_0
- GL_RGBA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_RGBA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RGBA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGBA_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA_INTEGER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_RGBA12 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGBA16 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGBA16_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RGBA16F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA16F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA16I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA16I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA16UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA16UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA2 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGBA32F - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA32F - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA32I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA32I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA32UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA32UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA4 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGBA4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_RGBA4 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGBA8 - Static variable in interface panamagl.opengl.GL_1_1
- GL_RGBA8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_RGBA8_SNORM - Static variable in interface panamagl.opengl.GL_3_1
- GL_RGBA8_SNORM - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA8I - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA8I - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RGBA8UI - Static variable in interface panamagl.opengl.GL_3_0
- GL_RGBA8UI - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_RIGHT - Static variable in interface panamagl.opengl.GL_1_0
- GL_S - Static variable in interface panamagl.opengl.GL_1_0
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_BUFFERS - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_BUFFERS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_BUFFERS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLE_BUFFERS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLE_COVERAGE - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_COVERAGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_COVERAGE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLE_COVERAGE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLE_COVERAGE_INVERT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLE_COVERAGE_VALUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLE_MASK - Static variable in interface panamagl.opengl.GL_3_2
- GL_SAMPLE_MASK - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SAMPLE_MASK_VALUE - Static variable in interface panamagl.opengl.GL_3_2
- GL_SAMPLE_MASK_VALUE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SAMPLE_POSITION - Static variable in interface panamagl.opengl.GL_3_2
- GL_SAMPLE_POSITION - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SAMPLE_SHADING - Static variable in interface panamagl.opengl.GL_4_0
- GL_SAMPLE_SHADING - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER - Static variable in interface panamagl.opengl.GL_4_3
- GL_SAMPLER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER_1D - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_SAMPLER_1D_ARRAY_SHADOW - Static variable in interface panamagl.opengl.GL_3_0
- GL_SAMPLER_1D_SHADOW - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_2D - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_2D - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLER_2D - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLER_2D_ARRAY_SHADOW - Static variable in interface panamagl.opengl.GL_3_0
- GL_SAMPLER_2D_ARRAY_SHADOW - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER_2D_RECT - Static variable in interface panamagl.opengl.GL_3_1
- GL_SAMPLER_2D_RECT_SHADOW - Static variable in interface panamagl.opengl.GL_3_1
- GL_SAMPLER_2D_SHADOW - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_2D_SHADOW - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLER_3D - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_3D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLER_BINDING - Static variable in interface panamagl.opengl.GL_3_3
- GL_SAMPLER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GL_2_0
- GL_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW - Static variable in interface panamagl.opengl.GL_4_0
- GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SAMPLER_CUBE_SHADOW - Static variable in interface panamagl.opengl.GL_3_0
- GL_SAMPLER_CUBE_SHADOW - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SAMPLES - Static variable in interface panamagl.opengl.GL_1_3
- GL_SAMPLES - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SAMPLES - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SAMPLES - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SAMPLES_PASSED - Static variable in interface panamagl.opengl.GL_1_5
- GL_SCISSOR_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_SCISSOR_BOX - Static variable in interface panamagl.opengl.GL_1_0
- GL_SCISSOR_BOX - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SCISSOR_BOX - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SCISSOR_BOX - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SCISSOR_TEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_SCISSOR_TEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SCISSOR_TEST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SCISSOR_TEST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SCREEN - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SECONDARY_COLOR_ARRAY - Static variable in interface panamagl.opengl.GL_1_4
- GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_SECONDARY_COLOR_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_4
- GL_SECONDARY_COLOR_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_1_4
- GL_SECONDARY_COLOR_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_4
- GL_SECONDARY_COLOR_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_4
- GL_SELECT - Static variable in interface panamagl.opengl.GL_1_0
- GL_SELECTION_BUFFER_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_SELECTION_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_SEPARABLE_2D - Static variable in interface panamagl.opengl.GL_4_5
- GL_SEPARATE_ATTRIBS - Static variable in interface panamagl.opengl.GL_3_0
- GL_SEPARATE_ATTRIBS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SEPARATE_SPECULAR_COLOR - Static variable in interface panamagl.opengl.GL_1_2
- GL_SET - Static variable in interface panamagl.opengl.GL_1_0
- GL_SET - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SHADE_MODEL - Static variable in interface panamagl.opengl.GL_1_0
- GL_SHADE_MODEL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SHADER_BINARY_FORMAT_SPIR_V - Static variable in interface panamagl.opengl.GL_4_6
- GL_SHADER_BINARY_FORMATS - Static variable in interface panamagl.opengl.GL_4_1
- GL_SHADER_BINARY_FORMATS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHADER_COMPILER - Static variable in interface panamagl.opengl.GL_4_1
- GL_SHADER_COMPILER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHADER_IMAGE_ACCESS_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_SHADER_IMAGE_ACCESS_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_IMAGE_ATOMIC - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_IMAGE_LOAD - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_IMAGE_STORE - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_SOURCE_LENGTH - Static variable in interface panamagl.opengl.GL_2_0
- GL_SHADER_SOURCE_LENGTH - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHADER_STORAGE_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BLOCK - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BLOCK - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BUFFER - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_STORAGE_BUFFER_START - Static variable in interface panamagl.opengl.GL_4_3
- GL_SHADER_STORAGE_BUFFER_START - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_SHADER_TYPE - Static variable in interface panamagl.opengl.GL_2_0
- GL_SHADER_TYPE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface panamagl.opengl.GL_2_0
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SHININESS - Static variable in interface panamagl.opengl.GL_1_0
- GL_SHININESS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SHORT - Static variable in interface panamagl.opengl.GL_1_0
- GL_SHORT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SHORT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SHORT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SIGNALED - Static variable in interface panamagl.opengl.GL_3_2
- GL_SIGNALED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SIGNED_NORMALIZED - Static variable in interface panamagl.opengl.GL_3_1
- GL_SIGNED_NORMALIZED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST - Static variable in interface panamagl.opengl.GL_4_3
- GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE - Static variable in interface panamagl.opengl.GL_4_3
- GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST - Static variable in interface panamagl.opengl.GL_4_3
- GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE - Static variable in interface panamagl.opengl.GL_4_3
- GL_SINGLE_COLOR - Static variable in interface panamagl.opengl.GL_1_2
- GL_SLUMINANCE - Static variable in interface panamagl.opengl.GL_2_1
- GL_SLUMINANCE_ALPHA - Static variable in interface panamagl.opengl.GL_2_1
- GL_SLUMINANCE8 - Static variable in interface panamagl.opengl.GL_2_1
- GL_SLUMINANCE8_ALPHA8 - Static variable in interface panamagl.opengl.GL_2_1
- GL_SMOOTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_SMOOTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SMOOTH_LINE_WIDTH_GRANULARITY - Static variable in interface panamagl.opengl.GL_1_2
- GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GL_1_2
- GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SMOOTH_POINT_SIZE_GRANULARITY - Static variable in interface panamagl.opengl.GL_1_2
- GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GL_1_2
- GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SOFTLIGHT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_SOURCE0_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_SOURCE0_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_SOURCE1_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_SOURCE1_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_SOURCE2_ALPHA - Static variable in interface panamagl.opengl.GL_1_3
- GL_SOURCE2_RGB - Static variable in interface panamagl.opengl.GL_1_3
- GL_SPECULAR - Static variable in interface panamagl.opengl.GL_1_0
- GL_SPECULAR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SPHERE_MAP - Static variable in interface panamagl.opengl.GL_1_0
- GL_SPIR_V_BINARY - Static variable in interface panamagl.opengl.GL_4_6
- GL_SPIR_V_EXTENSIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_SPOT_CUTOFF - Static variable in interface panamagl.opengl.GL_1_0
- GL_SPOT_CUTOFF - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SPOT_DIRECTION - Static variable in interface panamagl.opengl.GL_1_0
- GL_SPOT_DIRECTION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SPOT_EXPONENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_SPOT_EXPONENT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC_ALPHA - Static variable in interface panamagl.opengl.GL_1_0
- GL_SRC_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC_ALPHA - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SRC_ALPHA - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SRC_ALPHA_SATURATE - Static variable in interface panamagl.opengl.GL_1_0
- GL_SRC_ALPHA_SATURATE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC_ALPHA_SATURATE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SRC_ALPHA_SATURATE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SRC_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_SRC_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC_COLOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SRC_COLOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SRC0_ALPHA - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC0_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC0_RGB - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC0_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC1_ALPHA - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC1_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC1_COLOR - Static variable in interface panamagl.opengl.GL_3_3
- GL_SRC1_RGB - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC1_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC2_ALPHA - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC2_ALPHA - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRC2_RGB - Static variable in interface panamagl.opengl.GL_1_5
- GL_SRC2_RGB - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SRGB - Static variable in interface panamagl.opengl.GL_2_1
- GL_SRGB - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SRGB_ALPHA - Static variable in interface panamagl.opengl.GL_2_1
- GL_SRGB_READ - Static variable in interface panamagl.opengl.GL_4_3
- GL_SRGB_WRITE - Static variable in interface panamagl.opengl.GL_4_3
- GL_SRGB8 - Static variable in interface panamagl.opengl.GL_2_1
- GL_SRGB8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SRGB8_ALPHA8 - Static variable in interface panamagl.opengl.GL_2_1
- GL_SRGB8_ALPHA8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_STACK_OVERFLOW - Static variable in interface panamagl.opengl.GL_1_0
- GL_STACK_OVERFLOW - Static variable in interface panamagl.opengl.GL_4_3
- GL_STACK_OVERFLOW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STACK_OVERFLOW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_STACK_UNDERFLOW - Static variable in interface panamagl.opengl.GL_1_0
- GL_STACK_UNDERFLOW - Static variable in interface panamagl.opengl.GL_4_3
- GL_STACK_UNDERFLOW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STACK_UNDERFLOW - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_STATIC_COPY - Static variable in interface panamagl.opengl.GL_1_5
- GL_STATIC_COPY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_STATIC_DRAW - Static variable in interface panamagl.opengl.GL_1_5
- GL_STATIC_DRAW - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STATIC_DRAW - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STATIC_DRAW - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STATIC_READ - Static variable in interface panamagl.opengl.GL_1_5
- GL_STATIC_READ - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_STENCIL - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_STENCIL_ATTACHMENT - Static variable in interface panamagl.opengl.GL_3_0
- GL_STENCIL_ATTACHMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_ATTACHMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_FAIL - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_FAIL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_FAIL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_FUNC - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_FUNC - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_FUNC - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_REF - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_REF - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_REF - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_VALUE_MASK - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_VALUE_MASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_VALUE_MASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BACK_WRITEMASK - Static variable in interface panamagl.opengl.GL_2_0
- GL_STENCIL_BACK_WRITEMASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BACK_WRITEMASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_BUFFER_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_BUFFER_BIT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_BUFFER_BIT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_CLEAR_VALUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_CLEAR_VALUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_COMPONENTS - Static variable in interface panamagl.opengl.GL_4_3
- GL_STENCIL_FAIL - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_FAIL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_FAIL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_FAIL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_FUNC - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_FUNC - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_FUNC - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_FUNC - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_INDEX - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_INDEX - Static variable in interface panamagl.opengl.GL_4_4
- GL_STENCIL_INDEX - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_STENCIL_INDEX - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_STENCIL_INDEX1 - Static variable in interface panamagl.opengl.GL_3_0
- GL_STENCIL_INDEX16 - Static variable in interface panamagl.opengl.GL_3_0
- GL_STENCIL_INDEX4 - Static variable in interface panamagl.opengl.GL_3_0
- GL_STENCIL_INDEX8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_STENCIL_INDEX8 - Static variable in interface panamagl.opengl.GL_4_4
- GL_STENCIL_INDEX8 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_INDEX8 - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_STENCIL_INDEX8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_REF - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_REF - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_REF - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_REF - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_RENDERABLE - Static variable in interface panamagl.opengl.GL_4_3
- GL_STENCIL_TEST - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_TEST - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_TEST - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_TEST - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_VALUE_MASK - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_VALUE_MASK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_VALUE_MASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_VALUE_MASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STENCIL_WRITEMASK - Static variable in interface panamagl.opengl.GL_1_0
- GL_STENCIL_WRITEMASK - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_STENCIL_WRITEMASK - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STENCIL_WRITEMASK - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STEREO - Static variable in interface panamagl.opengl.GL_1_0
- GL_STREAM_COPY - Static variable in interface panamagl.opengl.GL_1_5
- GL_STREAM_COPY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_STREAM_DRAW - Static variable in interface panamagl.opengl.GL_1_5
- GL_STREAM_DRAW - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_STREAM_DRAW - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_STREAM_READ - Static variable in interface panamagl.opengl.GL_1_5
- GL_STREAM_READ - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SUBPIXEL_BITS - Static variable in interface panamagl.opengl.GL_1_0
- GL_SUBPIXEL_BITS - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SUBPIXEL_BITS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_SUBPIXEL_BITS - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_SUBTRACT - Static variable in interface panamagl.opengl.GL_1_3
- GL_SUBTRACT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_SYNC_CONDITION - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_CONDITION - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SYNC_FENCE - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_FENCE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SYNC_FLAGS - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_FLAGS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SYNC_FLUSH_COMMANDS_BIT - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_FLUSH_COMMANDS_BIT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SYNC_GPU_COMMANDS_COMPLETE - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_GPU_COMMANDS_COMPLETE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_SYNC_STATUS - Static variable in interface panamagl.opengl.GL_3_2
- GL_SYNC_STATUS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_T - Static variable in interface panamagl.opengl.GL_1_0
- GL_T2F_C3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T2F_C4F_N3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T2F_C4UB_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T2F_N3F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T2F_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T4F_C4F_N3F_V4F - Static variable in interface panamagl.opengl.GL_1_1
- GL_T4F_V4F - Static variable in interface panamagl.opengl.GL_1_1
- GL_TESS_CONTROL_OUTPUT_VERTICES - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_CONTROL_OUTPUT_VERTICES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_CONTROL_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_1
- GL_TESS_CONTROL_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_CONTROL_SHADER_PATCHES - Static variable in interface panamagl.opengl.GL_4_6
- GL_TESS_CONTROL_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_CONTROL_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_CONTROL_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_EVALUATION_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_1
- GL_TESS_EVALUATION_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_EVALUATION_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_TESS_EVALUATION_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_EVALUATION_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_EVALUATION_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TESS_GEN_MODE - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_GEN_MODE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_GEN_POINT_MODE - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_GEN_POINT_MODE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_GEN_SPACING - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_GEN_SPACING - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TESS_GEN_VERTEX_ORDER - Static variable in interface panamagl.opengl.GL_4_0
- GL_TESS_GEN_VERTEX_ORDER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_1D - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_2D - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_2D - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_2D - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_2D - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_3D - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_3D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_ALPHA_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_ALPHA_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_ALPHA_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_ALPHA_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_BASE_LEVEL - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_BASE_LEVEL - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_BINDING_1D - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_BINDING_1D - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_BINDING_1D_ARRAY - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_2D - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_BINDING_2D - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_2D - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_BINDING_2D - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_BINDING_2D - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_BINDING_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_BINDING_2D_ARRAY - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_BINDING_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_BINDING_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BINDING_3D - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_BINDING_3D - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_3D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_BINDING_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_TEXTURE_BINDING_BUFFER - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BINDING_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BINDING_RECTANGLE - Static variable in interface panamagl.opengl.GL_3_1
- GL_TEXTURE_BINDING_RECTANGLE - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_BLUE_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_BLUE_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_BLUE_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_BLUE_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_BORDER - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_BORDER_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_BORDER_COLOR - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_TEXTURE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_4_4
- GL_TEXTURE_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING - Static variable in interface panamagl.opengl.GL_3_1
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER_OFFSET - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_BUFFER_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_COMPARE_FUNC - Static variable in interface panamagl.opengl.GL_1_4
- GL_TEXTURE_COMPARE_FUNC - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_COMPARE_MODE - Static variable in interface panamagl.opengl.GL_1_4
- GL_TEXTURE_COMPARE_MODE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_COMPONENTS - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_COMPRESSED - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_COMPRESSED - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_COMPRESSED_BLOCK_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_COMPRESSED_BLOCK_WIDTH - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_COMPRESSED_IMAGE_SIZE - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_COMPRESSION_HINT - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_COORD_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_COORD_ARRAY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_CUBE_MAP - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_TEXTURE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_CUBE_MAP_SEAMLESS - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_DEPTH - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_DEPTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_DEPTH_SIZE - Static variable in interface panamagl.opengl.GL_1_4
- GL_TEXTURE_DEPTH_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_DEPTH_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_DEPTH_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_ENV - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_ENV - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_ENV_COLOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_ENV_COLOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_ENV_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_ENV_MODE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_FETCH_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_TEXTURE_FETCH_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_FILTER_CONTROL - Static variable in interface panamagl.opengl.GL_1_4
- GL_TEXTURE_FIXED_SAMPLE_LOCATIONS - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_FIXED_SAMPLE_LOCATIONS - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_GATHER - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_GATHER_SHADOW - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_GEN_MODE - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_GEN_Q - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_GEN_R - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_GEN_S - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_GEN_T - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_GREEN_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_GREEN_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_GREEN_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_GREEN_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_HEIGHT - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_HEIGHT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_IMAGE_FORMAT - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_IMAGE_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_IMMUTABLE_FORMAT - Static variable in interface panamagl.opengl.GL_4_2
- GL_TEXTURE_IMMUTABLE_FORMAT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_IMMUTABLE_FORMAT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_IMMUTABLE_LEVELS - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_IMMUTABLE_LEVELS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_INTENSITY_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_INTENSITY_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_LOD_BIAS - Static variable in interface panamagl.opengl.GL_1_4
- GL_TEXTURE_LUMINANCE_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_LUMINANCE_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_MAG_FILTER - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_MAG_FILTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_MAG_FILTER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_MAG_FILTER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_MATRIX - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_MATRIX - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_MAX_ANISOTROPY - Static variable in interface panamagl.opengl.GL_4_6
- GL_TEXTURE_MAX_LEVEL - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_MAX_LEVEL - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_MAX_LOD - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_MAX_LOD - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_MIN_FILTER - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_MIN_FILTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_MIN_FILTER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_MIN_FILTER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_MIN_LOD - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_MIN_LOD - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_PRIORITY - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_RECTANGLE - Static variable in interface panamagl.opengl.GL_3_1
- GL_TEXTURE_RED_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_RED_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_RED_TYPE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_RED_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_RESIDENT - Static variable in interface panamagl.opengl.GL_1_1
- GL_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GL_3_2
- GL_TEXTURE_SAMPLES - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_SHADOW - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_SHARED_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_SHARED_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_STACK_DEPTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_STACK_DEPTH - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_STENCIL_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TEXTURE_STENCIL_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_SWIZZLE_A - Static variable in interface panamagl.opengl.GL_3_3
- GL_TEXTURE_SWIZZLE_A - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_SWIZZLE_B - Static variable in interface panamagl.opengl.GL_3_3
- GL_TEXTURE_SWIZZLE_B - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_SWIZZLE_G - Static variable in interface panamagl.opengl.GL_3_3
- GL_TEXTURE_SWIZZLE_G - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_SWIZZLE_R - Static variable in interface panamagl.opengl.GL_3_3
- GL_TEXTURE_SWIZZLE_R - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_SWIZZLE_RGBA - Static variable in interface panamagl.opengl.GL_3_3
- GL_TEXTURE_TARGET - Static variable in interface panamagl.opengl.GL_4_5
- GL_TEXTURE_UPDATE_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_TEXTURE_UPDATE_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_VIEW - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_VIEW_MIN_LAYER - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_VIEW_MIN_LEVEL - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_VIEW_NUM_LAYERS - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_VIEW_NUM_LEVELS - Static variable in interface panamagl.opengl.GL_4_3
- GL_TEXTURE_WIDTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_WIDTH - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TEXTURE_WRAP_R - Static variable in interface panamagl.opengl.GL_1_2
- GL_TEXTURE_WRAP_R - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TEXTURE_WRAP_S - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_WRAP_S - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_WRAP_S - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_WRAP_S - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE_WRAP_T - Static variable in interface panamagl.opengl.GL_1_0
- GL_TEXTURE_WRAP_T - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE_WRAP_T - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE_WRAP_T - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE0 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE0 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE0 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE0 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE1 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE1 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE1 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE10 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE10 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE10 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE10 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE11 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE11 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE11 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE11 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE12 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE12 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE12 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE12 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE13 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE13 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE13 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE13 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE14 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE14 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE14 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE14 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE15 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE15 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE15 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE15 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE16 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE16 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE16 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE16 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE17 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE17 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE17 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE17 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE18 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE18 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE18 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE18 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE19 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE19 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE19 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE19 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE2 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE2 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE2 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE2 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE20 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE20 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE20 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE20 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE21 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE21 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE21 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE21 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE22 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE22 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE22 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE22 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE23 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE23 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE23 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE23 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE24 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE24 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE24 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE24 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE25 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE25 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE25 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE25 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE26 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE26 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE26 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE26 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE27 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE27 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE27 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE27 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE28 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE28 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE28 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE28 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE29 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE29 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE29 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE29 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE3 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE3 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE3 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE3 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE30 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE30 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE30 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE30 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE31 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE31 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE31 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE31 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE4 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE4 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE4 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE5 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE5 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE5 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE5 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE6 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE6 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE6 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE6 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE7 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE7 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE7 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE7 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE8 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE8 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE8 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE8 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TEXTURE9 - Static variable in interface panamagl.opengl.GL_1_3
- GL_TEXTURE9 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TEXTURE9 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TEXTURE9 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TIME_ELAPSED - Static variable in interface panamagl.opengl.GL_3_3
- GL_TIMEOUT_EXPIRED - Static variable in interface panamagl.opengl.GL_3_2
- GL_TIMEOUT_EXPIRED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TIMEOUT_IGNORED - Static variable in interface panamagl.opengl.GL_3_2
- GL_TIMEOUT_IGNORED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TIMESTAMP - Static variable in interface panamagl.opengl.GL_3_3
- GL_TOP_LEVEL_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TOP_LEVEL_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TOP_LEVEL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TOP_LEVEL_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TRANSFORM_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_TRANSFORM_FEEDBACK - Static variable in interface panamagl.opengl.GL_4_0
- GL_TRANSFORM_FEEDBACK - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_ACTIVE - Static variable in interface panamagl.opengl.GL_4_2
- GL_TRANSFORM_FEEDBACK_ACTIVE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_TRANSFORM_FEEDBACK_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TRANSFORM_FEEDBACK_BINDING - Static variable in interface panamagl.opengl.GL_4_0
- GL_TRANSFORM_FEEDBACK_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER - Static variable in interface panamagl.opengl.GL_4_4
- GL_TRANSFORM_FEEDBACK_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE - Static variable in interface panamagl.opengl.GL_4_0
- GL_TRANSFORM_FEEDBACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_INDEX - Static variable in interface panamagl.opengl.GL_4_4
- GL_TRANSFORM_FEEDBACK_BUFFER_MODE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_MODE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED - Static variable in interface panamagl.opengl.GL_4_0
- GL_TRANSFORM_FEEDBACK_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_START - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_START - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE - Static variable in interface panamagl.opengl.GL_4_4
- GL_TRANSFORM_FEEDBACK_OVERFLOW - Static variable in interface panamagl.opengl.GL_4_6
- GL_TRANSFORM_FEEDBACK_PAUSED - Static variable in interface panamagl.opengl.GL_4_2
- GL_TRANSFORM_FEEDBACK_PAUSED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW - Static variable in interface panamagl.opengl.GL_4_6
- GL_TRANSFORM_FEEDBACK_VARYING - Static variable in interface panamagl.opengl.GL_4_3
- GL_TRANSFORM_FEEDBACK_VARYING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSFORM_FEEDBACK_VARYINGS - Static variable in interface panamagl.opengl.GL_3_0
- GL_TRANSFORM_FEEDBACK_VARYINGS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_TRANSPOSE_COLOR_MATRIX - Static variable in interface panamagl.opengl.GL_1_3
- GL_TRANSPOSE_MODELVIEW_MATRIX - Static variable in interface panamagl.opengl.GL_1_3
- GL_TRANSPOSE_PROJECTION_MATRIX - Static variable in interface panamagl.opengl.GL_1_3
- GL_TRANSPOSE_TEXTURE_MATRIX - Static variable in interface panamagl.opengl.GL_1_3
- GL_TRIANGLE_FAN - Static variable in interface panamagl.opengl.GL_1_0
- GL_TRIANGLE_FAN - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TRIANGLE_FAN - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TRIANGLE_FAN - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TRIANGLE_STRIP - Static variable in interface panamagl.opengl.GL_1_0
- GL_TRIANGLE_STRIP - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TRIANGLE_STRIP - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TRIANGLE_STRIP - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TRIANGLE_STRIP_ADJACENCY - Static variable in interface panamagl.opengl.GL_3_2
- GL_TRIANGLE_STRIP_ADJACENCY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TRIANGLES - Static variable in interface panamagl.opengl.GL_1_0
- GL_TRIANGLES - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TRIANGLES - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TRIANGLES - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TRIANGLES - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TRIANGLES_ADJACENCY - Static variable in interface panamagl.opengl.GL_3_2
- GL_TRIANGLES_ADJACENCY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_TRUE - Static variable in interface panamagl.opengl.GL_1_0
- GL_TRUE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_TRUE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_TRUE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_TYPE - Static variable in interface panamagl.opengl.GL_4_3
- GL_TYPE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNDEFINED_VERTEX - Static variable in interface panamagl.opengl.GL_4_1
- GL_UNDEFINED_VERTEX - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_UNIFORM - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNIFORM_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNIFORM_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNIFORM_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNIFORM_BLOCK - Static variable in interface panamagl.opengl.GL_4_3
- GL_UNIFORM_BLOCK - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_BINDING - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_DATA_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_DATA_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_INDEX - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_INDEX - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_NAME_LENGTH - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_NAME_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER - Static variable in interface panamagl.opengl.GL_4_3
- GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER - Static variable in interface panamagl.opengl.GL_4_0
- GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER - Static variable in interface panamagl.opengl.GL_4_0
- GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BUFFER_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BUFFER_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_BUFFER_START - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_BUFFER_START - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_IS_ROW_MAJOR - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_IS_ROW_MAJOR - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_MATRIX_STRIDE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_MATRIX_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_NAME_LENGTH - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_NAME_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_OFFSET - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_SIZE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_SIZE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNIFORM_TYPE - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNIFORM_TYPE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNKNOWN_CONTEXT_RESET - Static variable in interface panamagl.opengl.GL_4_5
- GL_UNKNOWN_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNKNOWN_CONTEXT_RESET - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNPACK_ALIGNMENT - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNPACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNPACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNPACK_ALIGNMENT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNPACK_COMPRESSED_BLOCK_DEPTH - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNPACK_COMPRESSED_BLOCK_HEIGHT - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNPACK_COMPRESSED_BLOCK_SIZE - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNPACK_COMPRESSED_BLOCK_WIDTH - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNPACK_IMAGE_HEIGHT - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNPACK_IMAGE_HEIGHT - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNPACK_LSB_FIRST - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNPACK_ROW_LENGTH - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNPACK_ROW_LENGTH - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNPACK_SKIP_IMAGES - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNPACK_SKIP_IMAGES - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNPACK_SKIP_PIXELS - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNPACK_SKIP_PIXELS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNPACK_SKIP_ROWS - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNPACK_SKIP_ROWS - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNPACK_SWAP_BYTES - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNSIGNALED - Static variable in interface panamagl.opengl.GL_3_2
- GL_UNSIGNALED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_BYTE - Static variable in class org.jzy3d.painters.PanamaGLPainter
- GL_UNSIGNED_BYTE - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNSIGNED_BYTE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNSIGNED_BYTE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_BYTE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_BYTE_2_3_3_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_BYTE_3_3_2 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_INT - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNSIGNED_INT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_INT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_INT_10_10_10_2 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_INT_10F_11F_11F_REV - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_10F_11F_11F_REV - Static variable in interface panamagl.opengl.GL_4_4
- GL_UNSIGNED_INT_10F_11F_11F_REV - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_24_8 - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_24_8 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_5_9_9_9_REV - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_5_9_9_9_REV - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_8_8_8_8 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_INT_8_8_8_8_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_INT_ATOMIC_COUNTER - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_ATOMIC_COUNTER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_IMAGE_1D - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_1D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_2D - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_2D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_2D_RECT - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_3D - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_3D - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNSIGNED_INT_IMAGE_CUBE - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_CUBE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_2
- GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNSIGNED_INT_SAMPLER_1D - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_1D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_2D - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_2D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_2D_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GL_3_2
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GL_3_2
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNSIGNED_INT_SAMPLER_2D_RECT - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNSIGNED_INT_SAMPLER_3D - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_3D - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GL_3_1
- GL_UNSIGNED_INT_SAMPLER_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNSIGNED_INT_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_SAMPLER_CUBE - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GL_4_0
- GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_UNSIGNED_INT_VEC2 - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_VEC2 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_VEC3 - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_VEC3 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_INT_VEC4 - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_INT_VEC4 - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_NORMALIZED - Static variable in interface panamagl.opengl.GL_3_0
- GL_UNSIGNED_NORMALIZED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_UNSIGNED_SHORT - Static variable in interface panamagl.opengl.GL_1_0
- GL_UNSIGNED_SHORT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNSIGNED_SHORT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_SHORT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_SHORT_1_5_5_5_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_SHORT_4_4_4_4_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface panamagl.opengl.GL_1_2
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_UNSIGNED_SHORT_5_6_5_REV - Static variable in interface panamagl.opengl.GL_1_2
- GL_UPPER_LEFT - Static variable in interface panamagl.opengl.GL_2_0
- GL_UPPER_LEFT - Static variable in interface panamagl.opengl.GL_4_5
- GL_V2F - Static variable in interface panamagl.opengl.GL_1_1
- GL_V3F - Static variable in interface panamagl.opengl.GL_1_1
- GL_VALIDATE_STATUS - Static variable in interface panamagl.opengl.GL_2_0
- GL_VALIDATE_STATUS - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VENDOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_VENDOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VENDOR - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VENDOR - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERSION - Static variable in interface panamagl.opengl.GL_1_0
- GL_VERSION - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERSION - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERSION - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERSION_ES_CL_1_0 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERSION_ES_CL_1_1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERSION_ES_CM_1_1 - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY - Static variable in interface panamagl.opengl.GL_1_1
- GL_VERTEX_ARRAY - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_ARRAY - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY - Static variable in interface panamagl.opengl.GLES2_3_2
- GL_VERTEX_ARRAY_BINDING - Static variable in interface panamagl.opengl.GL_3_0
- GL_VERTEX_ARRAY_BINDING - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_1_1
- GL_VERTEX_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_1_1
- GL_VERTEX_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_1_1
- GL_VERTEX_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_1_1
- GL_VERTEX_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT - Static variable in interface panamagl.opengl.GL_4_2
- GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR - Static variable in interface panamagl.opengl.GL_3_3
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_INTEGER - Static variable in interface panamagl.opengl.GL_3_0
- GL_VERTEX_ATTRIB_ARRAY_INTEGER - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_VERTEX_ATTRIB_ARRAY_LONG - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VERTEX_ATTRIB_BINDING - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_ATTRIB_BINDING - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_ATTRIB_RELATIVE_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_BINDING_BUFFER - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_BINDING_BUFFER - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_BINDING_DIVISOR - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_BINDING_DIVISOR - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_BINDING_OFFSET - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_BINDING_OFFSET - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_BINDING_STRIDE - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_BINDING_STRIDE - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_PROGRAM_POINT_SIZE - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_PROGRAM_TWO_SIDE - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_SHADER - Static variable in interface panamagl.opengl.GL_2_0
- GL_VERTEX_SHADER - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VERTEX_SHADER_BIT - Static variable in interface panamagl.opengl.GL_4_1
- GL_VERTEX_SHADER_BIT - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_VERTEX_SHADER_INVOCATIONS - Static variable in interface panamagl.opengl.GL_4_6
- GL_VERTEX_SUBROUTINE - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_SUBROUTINE_UNIFORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTEX_TEXTURE - Static variable in interface panamagl.opengl.GL_4_3
- GL_VERTICES_SUBMITTED - Static variable in interface panamagl.opengl.GL_4_6
- GL_VIEW_CLASS_128_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_16_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_24_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_32_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_48_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_64_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_8_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_96_BITS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_BPTC_FLOAT - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_BPTC_UNORM - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_RGTC1_RED - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_RGTC2_RG - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_S3TC_DXT1_RGB - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_S3TC_DXT1_RGBA - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_S3TC_DXT3_RGBA - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_CLASS_S3TC_DXT5_RGBA - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEW_COMPATIBILITY_CLASS - Static variable in interface panamagl.opengl.GL_4_3
- GL_VIEWPORT - Static variable in interface panamagl.opengl.GL_1_0
- GL_VIEWPORT - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_VIEWPORT - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_VIEWPORT - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_VIEWPORT_BIT - Static variable in interface panamagl.opengl.GL_1_0
- GL_VIEWPORT_BOUNDS_RANGE - Static variable in interface panamagl.opengl.GL_4_1
- GL_VIEWPORT_INDEX_PROVOKING_VERTEX - Static variable in interface panamagl.opengl.GL_4_1
- GL_VIEWPORT_SUBPIXEL_BITS - Static variable in interface panamagl.opengl.GL_4_1
- GL_WAIT_FAILED - Static variable in interface panamagl.opengl.GL_3_2
- GL_WAIT_FAILED - Static variable in interface panamagl.opengl.GLES2_3_0
- GL_WEIGHT_ARRAY_BUFFER_BINDING - Static variable in interface panamagl.opengl.GL_1_5
- GL_windows_x64 - Class in panamagl.platform.windows.x64
- GL_windows_x64() - Constructor for class panamagl.platform.windows.x64.GL_windows_x64
- GL_WRITE_ONLY - Static variable in interface panamagl.opengl.GL_1_5
- GL_WRITE_ONLY - Static variable in interface panamagl.opengl.GLES2_3_1
- GL_XOR - Static variable in interface panamagl.opengl.GL_1_0
- GL_XOR - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ZERO - Static variable in interface panamagl.opengl.GL_1_0
- GL_ZERO - Static variable in interface panamagl.opengl.GLES1_1_0
- GL_ZERO - Static variable in interface panamagl.opengl.GLES2_2_0
- GL_ZERO - Static variable in interface panamagl.opengl.GLSC2_2_0
- GL_ZERO_TO_ONE - Static variable in interface panamagl.opengl.GL_4_5
- GL_ZOOM_X - Static variable in interface panamagl.opengl.GL_1_0
- GL_ZOOM_Y - Static variable in interface panamagl.opengl.GL_1_0
- glAccum(int, float) - Method in interface panamagl.opengl.GL_1_0
- glAccum(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAccum(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glAccum(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glAccum(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAccumxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAccumxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAcquireKeyedMutexWin32EXT(int, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAcquireKeyedMutexWin32EXT(int, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveProgramEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveProgramEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveShaderProgram(int, int) - Method in interface panamagl.opengl.GL_4_1
- glActiveShaderProgram(int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glActiveShaderProgram(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveShaderProgram(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveShaderProgramEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveShaderProgramEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveStencilFaceEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveStencilFaceEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glActiveStencilFaceEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glActiveStencilFaceEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveTexture(int) - Method in interface panamagl.opengl.GL_1_3
- glActiveTexture(int) - Method in interface panamagl.opengl.GLES1_1_0
- glActiveTexture(int) - Method in interface panamagl.opengl.GLES2_2_0
- glActiveTexture(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glActiveTexture(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveTexture(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glActiveTexture(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glActiveTexture(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveTextureARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveTextureARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glActiveTextureARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glActiveTextureARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glActiveVaryingNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glActiveVaryingNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFragmentOp1ATI(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFunc(int, float) - Method in interface panamagl.opengl.GL_1_0
- glAlphaFunc(int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glAlphaFunc(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFunc(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glAlphaFunc(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glAlphaFunc(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFuncQCOM(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFuncQCOM(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFuncx(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glAlphaFuncx(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFuncx(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaFuncxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaFuncxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAlphaToCoverageDitherControlNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAlphaToCoverageDitherControlNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glApplyFramebufferAttachmentCMAAINTEL() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glApplyFramebufferAttachmentCMAAINTEL() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glApplyTextureEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glApplyTextureEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAreProgramsResidentNV(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAreProgramsResidentNV(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAreTexturesResident(int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glAreTexturesResident(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAreTexturesResident(int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glAreTexturesResident(int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glAreTexturesResident(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAreTexturesResidentEXT(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAreTexturesResidentEXT(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glArrayElement(int) - Method in interface panamagl.opengl.GL_1_1
- glArrayElement(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glArrayElement(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glArrayElement(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glArrayElement(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glArrayElementEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glArrayElementEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glArrayObjectATI(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glArrayObjectATI(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAsyncCopyBufferSubDataNVX(int, Addressable, Addressable, int, int, int, int, long, long, long, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAsyncCopyBufferSubDataNVX(int, Addressable, Addressable, int, int, int, int, long, long, long, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAsyncCopyImageSubDataNVX(int, Addressable, Addressable, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAsyncCopyImageSubDataNVX(int, Addressable, Addressable, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAsyncMarkerSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAsyncMarkerSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAttachObjectARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAttachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glAttachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glAttachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glAttachShader(int, int) - Method in interface panamagl.opengl.GL_2_0
- glAttachShader(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glAttachShader(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glAttachShader(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glAttachShader(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glAttachShader(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBegin(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin(int) - Method in interface panamagl.opengl.GL_1_0
- glBegin(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBegin(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBegin(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBegin(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBegin_Line() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_LineLoop() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_LineStrip() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_Point() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_Polygon() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_Quad() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBegin_Triangle() - Method in class org.jzy3d.painters.PanamaGLPainter
- glBeginConditionalRender(int, int) - Method in interface panamagl.opengl.GL_3_0
- glBeginConditionalRender(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginConditionalRender(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginConditionalRenderNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginConditionalRenderNV(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBeginConditionalRenderNV(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBeginConditionalRenderNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginConditionalRenderNVX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginConditionalRenderNVX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginFragmentShaderATI() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginFragmentShaderATI() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginOcclusionQueryNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginOcclusionQueryNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginPerfMonitorAMD(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginPerfMonitorAMD(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginPerfQueryINTEL(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginPerfQueryINTEL(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginQuery(int, int) - Method in interface panamagl.opengl.GL_1_5
- glBeginQuery(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glBeginQuery(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginQuery(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBeginQuery(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBeginQuery(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginQueryARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginQueryARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBeginQueryARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBeginQueryARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginQueryEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginQueryEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginQueryIndexed(int, int, int) - Method in interface panamagl.opengl.GL_4_0
- glBeginQueryIndexed(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginQueryIndexed(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginTransformFeedback(int) - Method in interface panamagl.opengl.GL_3_0
- glBeginTransformFeedback(int) - Method in interface panamagl.opengl.GLES2_3_0
- glBeginTransformFeedback(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginTransformFeedback(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginTransformFeedbackEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginTransformFeedbackEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBeginTransformFeedbackEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBeginTransformFeedbackEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginTransformFeedbackNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginTransformFeedbackNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginVertexShaderEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginVertexShaderEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBeginVideoCaptureNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBeginVideoCaptureNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindAttribLocation(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glBindAttribLocation(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glBindAttribLocation(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindAttribLocation(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindAttribLocation(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindAttribLocation(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindAttribLocationARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindAttribLocationARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindAttribLocationARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindAttribLocationARB(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBuffer(int, int) - Method in interface panamagl.opengl.GL_1_5
- glBindBuffer(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glBindBuffer(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBindBuffer(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBindBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBuffer(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindBuffer(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindBufferARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindBufferARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferBase(int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glBindBufferBase(int, int, int) - Method in interface panamagl.opengl.GL_3_1
- glBindBufferBase(int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glBindBufferBase(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferBase(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferBaseEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferBaseEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindBufferBaseEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindBufferBaseEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferBaseNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferBaseNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferOffsetEXT(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferOffsetEXT(int, int, int, long) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindBufferOffsetEXT(int, int, int, long) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindBufferOffsetEXT(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferOffsetNV(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferOffsetNV(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GL_3_0
- glBindBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GL_3_1
- glBindBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GLES2_3_0
- glBindBufferRange(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferRange(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBufferRangeNV(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBufferRangeNV(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBuffersBase(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindBuffersBase(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBuffersBase(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindBuffersRange(int, int, int, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindBuffersRange(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindBuffersRange(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFragDataLocation(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glBindFragDataLocation(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFragDataLocation(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFragDataLocationEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFragDataLocationEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindFragDataLocationEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindFragDataLocationEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFragDataLocationIndexed(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glBindFragDataLocationIndexed(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFragDataLocationIndexed(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFragDataLocationIndexedEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFragDataLocationIndexedEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFragmentShaderATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFragmentShaderATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFramebuffer - Variable in class panamagl.platform.linux.FBO_linux
- glBindFramebuffer - Variable in class panamagl.platform.windows.FBO_windows
- glBindFramebuffer(int, int) - Method in interface panamagl.opengl.GL_3_0
- glBindFramebuffer(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBindFramebuffer(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBindFramebuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFramebuffer(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindFramebuffer(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindFramebuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFramebufferEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFramebufferEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindFramebufferEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindFramebufferEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindFramebufferOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindFramebufferOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindImageTexture(int, int, int, byte, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glBindImageTexture(int, int, int, byte, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glBindImageTexture(int, int, int, byte, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindImageTexture(int, int, int, byte, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindImageTextureEXT(int, int, int, byte, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindImageTextureEXT(int, int, int, byte, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindImageTextures(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindImageTextures(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindImageTextures(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindLightParameterEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindLightParameterEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindMaterialParameterEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindMaterialParameterEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindMultiTextureEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindMultiTextureEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindParameterEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindParameterEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindProgramARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindProgramARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindProgramARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindProgramARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindProgramNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindProgramNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindProgramPipeline(int) - Method in interface panamagl.opengl.GL_4_1
- glBindProgramPipeline(int) - Method in interface panamagl.opengl.GLES2_3_1
- glBindProgramPipeline(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindProgramPipeline(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindProgramPipelineEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindProgramPipelineEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindRenderbuffer - Variable in class panamagl.platform.linux.FBO_linux
- glBindRenderbuffer - Variable in class panamagl.platform.windows.FBO_windows
- glBindRenderbuffer(int, int) - Method in interface panamagl.opengl.GL_3_0
- glBindRenderbuffer(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBindRenderbuffer(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBindRenderbuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindRenderbuffer(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindRenderbuffer(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindRenderbuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindRenderbufferEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindRenderbufferEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindRenderbufferEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindRenderbufferEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindRenderbufferOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindRenderbufferOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindSampler(int, int) - Method in interface panamagl.opengl.GL_3_3
- glBindSampler(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glBindSampler(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindSampler(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindSamplers(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindSamplers(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindSamplers(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindShadingRateImageNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindShadingRateImageNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTexGenParameterEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTexGenParameterEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTexture(int, int) - Method in interface panamagl.opengl.GL_1_1
- glBindTexture(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glBindTexture(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBindTexture(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBindTexture(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTexture(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindTexture(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindTexture(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTextureEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTextureEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTextures(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindTextures(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTextures(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTextureUnit(int, int) - Method in interface panamagl.opengl.GL_4_5
- glBindTextureUnit(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTextureUnit(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTextureUnitParameterEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTextureUnitParameterEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTransformFeedback(int, int) - Method in interface panamagl.opengl.GL_4_0
- glBindTransformFeedback(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glBindTransformFeedback(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTransformFeedback(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindTransformFeedbackNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindTransformFeedbackNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexArray(int) - Method in interface panamagl.opengl.GL_3_0
- glBindVertexArray(int) - Method in interface panamagl.opengl.GLES2_3_0
- glBindVertexArray(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexArray(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexArrayAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexArrayAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBindVertexArrayAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBindVertexArrayAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexArrayOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexArrayOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexBuffer(int, int, long, int) - Method in interface panamagl.opengl.GL_4_3
- glBindVertexBuffer(int, int, long, int) - Method in interface panamagl.opengl.GLES2_3_1
- glBindVertexBuffer(int, int, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexBuffer(int, int, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexBuffers(int, int, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glBindVertexBuffers(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexBuffers(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVertexShaderEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVertexShaderEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVideoCaptureStreamBufferNV(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVideoCaptureStreamBufferNV(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBindVideoCaptureStreamTextureNV(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBindVideoCaptureStreamTextureNV(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3bEXT(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3bEXT(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3bvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3bvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3dEXT(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3dEXT(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3dvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3dvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3fEXT(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3fEXT(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3fvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3fvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3iEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3iEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3ivEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3ivEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3sEXT(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3sEXT(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormal3svEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormal3svEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBinormalPointerEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBinormalPointerEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBitmap(int, int, float, float, float, float, byte[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glBitmap(int, int, float, float, float, float, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glBitmap(int, int, float, float, float, float, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBitmap(int, int, float, float, float, float, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBitmap(int, int, float, float, float, float, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBitmap(int, int, float, float, float, float, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBitmapxOES(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBitmapxOES(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendBarrier() - Method in interface panamagl.opengl.GLES2_3_2
- glBlendBarrier() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendBarrier() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendBarrierKHR() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendBarrierKHR() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendBarrierNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendBarrierNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendColor(float, float, float, float) - Method in interface panamagl.opengl.GL_1_4
- glBlendColor(float, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glBlendColor(float, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glBlendColor(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendColor(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendColor(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendColor(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendColorEXT(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendColorEXT(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendColorEXT(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendColorEXT(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendColorxOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendColorxOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquation(int) - Method in interface panamagl.opengl.GL_1_4
- glBlendEquation(int) - Method in interface panamagl.opengl.GLES2_2_0
- glBlendEquation(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBlendEquation(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquation(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendEquation(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendEquation(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendEquationEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendEquationEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationi(int, int) - Method in interface panamagl.opengl.GL_4_0
- glBlendEquationi(int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glBlendEquationi(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationi(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationiARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationiARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationIndexedAMD(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationIndexedAMD(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationiOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationiOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparate(int, int) - Method in interface panamagl.opengl.GL_2_0
- glBlendEquationSeparate(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBlendEquationSeparate(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBlendEquationSeparate(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparate(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendEquationSeparate(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendEquationSeparate(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendEquationSeparateEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendEquationSeparateEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparatei(int, int, int) - Method in interface panamagl.opengl.GL_4_0
- glBlendEquationSeparatei(int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glBlendEquationSeparatei(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparatei(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateiARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateiARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateiEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateiEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateIndexedAMD(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateIndexedAMD(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateiOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateiOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendEquationSeparateOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendEquationSeparateOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFunc(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glBlendFunc(int, int) - Method in interface panamagl.opengl.GL_1_0
- glBlendFunc(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glBlendFunc(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBlendFunc(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBlendFunc(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFunc(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendFunc(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendFunc(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFunci(int, int, int) - Method in interface panamagl.opengl.GL_4_0
- glBlendFunci(int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glBlendFunci(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFunci(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFunciARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFunciARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFunciEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFunciEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncIndexedAMD(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncIndexedAMD(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFunciOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFunciOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GL_1_4
- glBlendFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBlendFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBlendFuncSeparate(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparate(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendFuncSeparate(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendFuncSeparate(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlendFuncSeparateEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparatei(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_0
- glBlendFuncSeparatei(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glBlendFuncSeparatei(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparatei(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateiARB(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateiARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateiEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateiEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateIndexedAMD(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateIndexedAMD(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateINGR(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateiOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateiOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendFuncSeparateOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendFuncSeparateOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlendParameteriNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlendParameteriNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferAddressRangeNV(int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferAddressRangeNV(int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferAttachMemoryNV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferAttachMemoryNV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferData(int, long, Addressable, int) - Method in interface panamagl.opengl.GL_1_5
- glBufferData(int, long, Addressable, int) - Method in interface panamagl.opengl.GLES1_1_0
- glBufferData(int, long, Addressable, int) - Method in interface panamagl.opengl.GLES2_2_0
- glBufferData(int, long, Addressable, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glBufferData(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferData(int, long, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBufferData(int, long, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBufferData(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferDataARB(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferDataARB(int, long, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBufferDataARB(int, long, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBufferDataARB(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferPageCommitmentARB(int, long, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferPageCommitmentARB(int, long, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferPageCommitmentMemNV(int, long, long, int, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferPageCommitmentMemNV(int, long, long, int, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferParameteriAPPLE(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferParameteriAPPLE(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBufferParameteriAPPLE(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBufferParameteriAPPLE(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferStorage(int, long, Addressable, int) - Method in interface panamagl.opengl.GL_4_4
- glBufferStorage(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferStorage(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferStorageEXT(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferStorageEXT(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferStorageExternalEXT(int, long, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferStorageExternalEXT(int, long, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferStorageMemEXT(int, long, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferStorageMemEXT(int, long, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCallCommandListNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCallCommandListNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCallList(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glCallList(int) - Method in interface panamagl.opengl.GL_1_0
- glCallList(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCallList(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCallList(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCallList(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCallLists(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glCallLists(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCallLists(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCallLists(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCallLists(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCanvas - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- GLCanvas - Interface in panamagl.canvas
-
A canvas able to perform OpenGL calls through the
GLEventListener
interface. - GLCanvas.Flip - Enum Class in panamagl.canvas
- GLCanvasAWT - Class in panamagl.canvas
-
This panel push to the screen an OpenGL image rendered offscreen by an
OffscreenRenderer
. - GLCanvasAWT(PanamaGLFactory) - Constructor for class panamagl.canvas.GLCanvasAWT
-
Initialize a panel able to render OpenGL through a
GLEventListener
and relatedGL
interface. - GLCanvasAWT.ResizeHandler - Class in panamagl.canvas
-
The
GLCanvasAWT.ResizeHandler
will trigger rendering on the main macOS thread and then trigger repaint throughinvalid @link
{@link SwingUtilities.invokeLater()
- GLCanvasJFX - Class in panamagl.canvas
- GLCanvasJFX(PanamaGLFactory, Canvas) - Constructor for class panamagl.canvas.GLCanvasJFX
- GLCanvasJFX.ResizeHandler - Class in panamagl.canvas
- GLCanvasSwing - Class in panamagl.canvas
-
This panel push to the screen an OpenGL image rendered offscreen by an
OffscreenRenderer
. - GLCanvasSwing() - Constructor for class panamagl.canvas.GLCanvasSwing
- GLCanvasSwing(PanamaGLFactory) - Constructor for class panamagl.canvas.GLCanvasSwing
-
Initialize a panel able to render OpenGL through a
GLEventListener
and relatedGL
interface. - GLCanvasSwing.ResizeHandler - Class in panamagl.canvas
-
The
GLCanvasSwing.ResizeHandler
will trigger rendering on the main macOS thread and then trigger repaint throughinvalid @link
{@link SwingUtilities.invokeLater()
- glCheckFramebufferStatus - Variable in class panamagl.platform.linux.FBO_linux
- glCheckFramebufferStatus - Variable in class panamagl.platform.windows.FBO_windows
- glCheckFramebufferStatus(int) - Method in interface panamagl.opengl.GL_3_0
- glCheckFramebufferStatus(int) - Method in interface panamagl.opengl.GLES2_2_0
- glCheckFramebufferStatus(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glCheckFramebufferStatus(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCheckFramebufferStatus(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCheckFramebufferStatus(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCheckFramebufferStatus(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCheckFramebufferStatusEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCheckFramebufferStatusEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCheckFramebufferStatusEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCheckFramebufferStatusEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCheckFramebufferStatusOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCheckFramebufferStatusOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCheckNamedFramebufferStatus(int, int) - Method in interface panamagl.opengl.GL_4_5
- glCheckNamedFramebufferStatus(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCheckNamedFramebufferStatus(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCheckNamedFramebufferStatusEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCheckNamedFramebufferStatusEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClampColor(int, int) - Method in interface panamagl.opengl.GL_3_0
- glClampColor(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClampColor(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClampColorARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClampColorARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClampColorARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClampColorARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClear(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glClear(int) - Method in interface panamagl.opengl.GL_1_0
- glClear(int) - Method in interface panamagl.opengl.GLES1_1_0
- glClear(int) - Method in interface panamagl.opengl.GLES2_2_0
- glClear(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glClear(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClear(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClear(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClear(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearAccum(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glClearAccum(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearAccum(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearAccum(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearAccum(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearAccumxOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearAccumxOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferData(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glClearBufferData(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferData(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferfi(int, int, float, int) - Method in interface panamagl.opengl.GL_3_0
- glClearBufferfi(int, int, float, int) - Method in interface panamagl.opengl.GLES2_3_0
- glClearBufferfi(int, int, float, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferfi(int, int, float, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glClearBufferfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glClearBufferfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glClearBufferiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glClearBufferiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferSubData(int, int, long, long, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glClearBufferSubData(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferSubData(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearBufferuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glClearBufferuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glClearBufferuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearBufferuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearColor(float, float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glClearColor(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glClearColor(float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glClearColor(float, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glClearColor(float, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glClearColor(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearColor(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearColor(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearColor(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearColorAndDepthBuffers() - Method in class org.jzy3d.painters.PanamaGLPainter
- glClearColorIiEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearColorIiEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearColorIiEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearColorIiEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearColorIuiEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearColorIuiEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearColorIuiEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearColorIuiEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearColorx(int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glClearColorx(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearColorx(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearColorxOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearColorxOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepth(double) - Method in class org.jzy3d.painters.PanamaGLPainter
- glClearDepth(double) - Method in interface panamagl.opengl.GL_1_0
- glClearDepth(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepth(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearDepth(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearDepth(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepthdNV(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepthdNV(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepthf(float) - Method in interface panamagl.opengl.GL_4_1
- glClearDepthf(float) - Method in interface panamagl.opengl.GLES1_1_0
- glClearDepthf(float) - Method in interface panamagl.opengl.GLES2_2_0
- glClearDepthf(float) - Method in interface panamagl.opengl.GLSC2_2_0
- glClearDepthf(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepthf(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepthfOES(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepthfOES(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepthx(int) - Method in interface panamagl.opengl.GLES1_1_0
- glClearDepthx(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepthx(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearDepthxOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearDepthxOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearIndex(float) - Method in interface panamagl.opengl.GL_1_0
- glClearIndex(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearIndex(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearIndex(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearIndex(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedBufferData(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedBufferData(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedBufferData(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedBufferDataEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedBufferDataEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedBufferSubData(int, int, long, long, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedBufferSubData(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedBufferSubData(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedBufferSubDataEXT(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedBufferSubDataEXT(int, int, long, long, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedFramebufferfi(int, int, int, float, int) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedFramebufferfi(int, int, int, float, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedFramebufferfi(int, int, int, float, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedFramebufferfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedFramebufferfv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedFramebufferfv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedFramebufferiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedFramebufferiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedFramebufferiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearNamedFramebufferuiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glClearNamedFramebufferuiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearNamedFramebufferuiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearPixelLocalStorageuiEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearPixelLocalStorageuiEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearStencil(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glClearStencil(int) - Method in interface panamagl.opengl.GL_1_0
- glClearStencil(int) - Method in interface panamagl.opengl.GLES1_1_0
- glClearStencil(int) - Method in interface panamagl.opengl.GLES2_2_0
- glClearStencil(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glClearStencil(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearStencil(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClearStencil(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClearStencil(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearTexImage(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glClearTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearTexImageEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearTexImageEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_4
- glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClearTexSubImageEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClearTexSubImageEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientActiveTexture(int) - Method in interface panamagl.opengl.GL_1_3
- glClientActiveTexture(int) - Method in interface panamagl.opengl.GLES1_1_0
- glClientActiveTexture(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientActiveTexture(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClientActiveTexture(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClientActiveTexture(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientActiveTextureARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientActiveTextureARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClientActiveTextureARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClientActiveTextureARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientActiveVertexStreamATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientActiveVertexStreamATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientAttribDefaultEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientAttribDefaultEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientWaitSemaphoreui64NVX(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientWaitSemaphoreui64NVX(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientWaitSync(Addressable, int, long) - Method in interface panamagl.opengl.GL_3_2
- glClientWaitSync(Addressable, int, long) - Method in interface panamagl.opengl.GLES2_3_0
- glClientWaitSync(Addressable, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientWaitSync(Addressable, int, long) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClientWaitSync(Addressable, int, long) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClientWaitSync(Addressable, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClientWaitSyncAPPLE(Addressable, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClientWaitSyncAPPLE(Addressable, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipControl(int, int) - Method in interface panamagl.opengl.GL_4_5
- glClipControl(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipControl(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipControlEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipControlEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlane(int, double[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- glClipPlane(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glClipPlane(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlane(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glClipPlane(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glClipPlane(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanef(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glClipPlanef(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanef(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanefIMG(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanefIMG(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanefOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanefOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanex(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glClipPlanex(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanex(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanexIMG(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanexIMG(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glClipPlanexOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glClipPlanexOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3b(byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glColor3b(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3b(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3b(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3b(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3bv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3bv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3bv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3bv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3bv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3d(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glColor3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3f(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glColor3f(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glColor3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3fVertex3fSUN(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3hNV(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3hNV(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3i(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glColor3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3s(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glColor3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3ub(byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glColor3ub(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3ub(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3ub(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3ub(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3ubv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3ubv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3ubv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3ubv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3ubv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3ui(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glColor3ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3ui(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3ui(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3uiv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3uiv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3uiv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3uiv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3uiv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3us(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glColor3us(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3us(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3us(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3us(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3usv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor3usv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3usv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor3usv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor3usv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor3xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor3xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4b(byte, byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glColor4b(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4b(byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4b(byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4b(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4bv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4bv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4bv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4bv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4bv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4d(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glColor4d(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4d(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4d(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4d(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4f(float, float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glColor4f(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glColor4f(float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glColor4f(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4f(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4f(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4f(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4hNV(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4hNV(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4i(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glColor4i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4s(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glColor4s(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4s(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4s(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4s(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ub(byte, byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glColor4ub(byte, byte, byte, byte) - Method in interface panamagl.opengl.GLES1_1_0
- glColor4ub(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ub(byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4ub(byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4ub(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ubv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4ubv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ubv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4ubv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4ubv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ubVertex2fSUN(byte, byte, byte, byte, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ubVertex2fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ubVertex2fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ubVertex3fSUN(byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ubVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ubVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4ui(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glColor4ui(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4ui(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4ui(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4ui(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4uiv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4uiv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4uiv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4uiv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4uiv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4us(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glColor4us(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4us(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4us(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4us(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4usv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glColor4usv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4usv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColor4usv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColor4usv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4x(int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glColor4x(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4x(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4xOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4xOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColor4xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColor4xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorFormatNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorFormatNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorFragmentOp1ATI(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMask(byte, byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glColorMask(byte, byte, byte, byte) - Method in interface panamagl.opengl.GLES1_1_0
- glColorMask(byte, byte, byte, byte) - Method in interface panamagl.opengl.GLES2_2_0
- glColorMask(byte, byte, byte, byte) - Method in interface panamagl.opengl.GLSC2_2_0
- glColorMask(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMask(byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorMask(byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorMask(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMaski(int, byte, byte, byte, byte) - Method in interface panamagl.opengl.GL_3_0
- glColorMaski(int, byte, byte, byte, byte) - Method in interface panamagl.opengl.GLES2_3_2
- glColorMaski(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMaski(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMaskiEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMaskiEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMaskIndexedEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMaskIndexedEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorMaskIndexedEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorMaskIndexedEXT(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMaskiOES(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMaskiOES(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorMaterial(int, int) - Method in interface panamagl.opengl.GL_1_0
- glColorMaterial(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorMaterial(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorMaterial(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorMaterial(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorP3ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glColorP3ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorP3ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorP3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glColorP3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorP3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorP4ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glColorP4ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorP4ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorP4uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glColorP4uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorP4uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glColorPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorSubTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorSubTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorSubTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorSubTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorSubTableEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorSubTableEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorTable(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableParameterfvSGI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableParameterfvSGI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableParameterivSGI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableParameterivSGI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glColorTableSGI(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glColorTableSGI(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerInputNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerInputNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerOutputNV(int, int, int, int, int, int, int, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerOutputNV(int, int, int, int, int, int, int, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerParameterfNV(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerParameterfNV(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerParameterfvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerParameterfvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerParameteriNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerParameteriNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerParameterivNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerParameterivNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCombinerStageParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCombinerStageParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCommandListSegmentsNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCommandListSegmentsNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompileCommandListNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompileCommandListNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompileShader(int) - Method in interface panamagl.opengl.GL_2_0
- glCompileShader(int) - Method in interface panamagl.opengl.GLES2_2_0
- glCompileShader(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompileShader(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompileShader(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompileShader(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompileShaderARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompileShaderARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompileShaderARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompileShaderARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompileShaderIncludeARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompileShaderIncludeARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage1D(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage2D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage2DARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage2DARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage2DARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage2DARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage1DARB(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCompressedTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConservativeRasterParameterfNV(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConservativeRasterParameterfNV(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConservativeRasterParameteriNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConservativeRasterParameteriNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLContext - Interface in panamagl.opengl
-
A
GLContext
is responsible for establishing an OpenGL context with the OS libraries, allowing to then invoke OpenGL methods. - glConvolutionFilter1D(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionFilter1D(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionFilter1D(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionFilter1D(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionFilter1DEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionFilter1DEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionFilter2D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionFilter2D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionFilter2D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionFilter2D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionFilter2DEXT(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionFilter2DEXT(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionParameterf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionParameterf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterfEXT(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterfEXT(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameteri(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionParameteri(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameteriEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameteriEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glConvolutionParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glConvolutionParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyBufferSubData(int, int, long, long, long) - Method in interface panamagl.opengl.GL_3_1
- glCopyBufferSubData(int, int, long, long, long) - Method in interface panamagl.opengl.GLES2_3_0
- glCopyBufferSubData(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyBufferSubData(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyBufferSubDataNV(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyBufferSubDataNV(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyColorSubTable(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyColorSubTable(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyColorSubTable(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyColorSubTable(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyColorSubTableEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyColorSubTableEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyColorTable(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyColorTable(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyColorTable(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyColorTable(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyColorTableSGI(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyColorTableSGI(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyConvolutionFilter1D(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyConvolutionFilter1DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyConvolutionFilter1DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyConvolutionFilter2D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyConvolutionFilter2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyConvolutionFilter2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyImageSubDataOES(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyImageSubDataOES(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyNamedBufferSubData(int, int, long, long, long) - Method in interface panamagl.opengl.GL_4_5
- glCopyNamedBufferSubData(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyNamedBufferSubData(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyPathNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyPathNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyPixels(int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glCopyPixels(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyPixels(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyPixels(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyPixels(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_1
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyTexImage1D(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_1
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexImage2DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexImage2DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_1
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyTexSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage1DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage1DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_1
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage2DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage2DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_2
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage3DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage3DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureLevelsAPPLE(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage1D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glCopyTextureSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage1D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage2D(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glCopyTextureSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage2D(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverageMaskNV(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverageMaskNV(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverageModulationNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverageModulationNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverageModulationTableNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverageModulationTableNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverageOperationNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverageOperationNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverFillPathInstancedNV(int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverFillPathInstancedNV(int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverFillPathNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverFillPathNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverStrokePathInstancedNV(int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverStrokePathInstancedNV(int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCoverStrokePathNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCoverStrokePathNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateBuffers(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateBuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateBuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateCommandListsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateCommandListsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateFramebuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateFramebuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateMemoryObjectsEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateMemoryObjectsEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreatePerfQueryINTEL(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreatePerfQueryINTEL(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateProgram() - Method in interface panamagl.opengl.GL_2_0
- glCreateProgram() - Method in interface panamagl.opengl.GLES2_2_0
- glCreateProgram() - Method in interface panamagl.opengl.GLSC2_2_0
- glCreateProgram() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateProgram() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCreateProgram() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCreateProgram() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateProgramObjectARB() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateProgramObjectARB() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCreateProgramObjectARB() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCreateProgramObjectARB() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateProgramPipelines(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateProgramPipelines(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateProgramPipelines(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateProgressFenceNVX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateProgressFenceNVX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateQueries(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateQueries(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateQueries(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateRenderbuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateRenderbuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateSamplers(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateSamplers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateSamplers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateSemaphoresNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateSemaphoresNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateShader(int) - Method in interface panamagl.opengl.GL_2_0
- glCreateShader(int) - Method in interface panamagl.opengl.GLES2_2_0
- glCreateShader(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateShader(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCreateShader(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCreateShader(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateShaderObjectARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateShaderObjectARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCreateShaderObjectARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCreateShaderObjectARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateShaderProgramEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateShaderProgramEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateShaderProgramv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glCreateShaderProgramv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glCreateShaderProgramv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateShaderProgramv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateShaderProgramvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateShaderProgramvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateStatesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateStatesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateSyncFromCLeventARB(Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateSyncFromCLeventARB(Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateTextures(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateTextures(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateTextures(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateTransformFeedbacks(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCreateVertexArrays(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glCreateVertexArrays(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCreateVertexArrays(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCullFace(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glCullFace(int) - Method in interface panamagl.opengl.GL_1_0
- glCullFace(int) - Method in interface panamagl.opengl.GLES1_1_0
- glCullFace(int) - Method in interface panamagl.opengl.GLES2_2_0
- glCullFace(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glCullFace(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCullFace(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glCullFace(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glCullFace(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCullFace_Front() - Method in class org.jzy3d.painters.PanamaGLPainter
- glCullParameterdvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCullParameterdvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCullParameterfvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCullParameterfvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCurrentPaletteMatrixARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCurrentPaletteMatrixARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glCurrentPaletteMatrixOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glCurrentPaletteMatrixOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageCallback(Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glDebugMessageCallback(Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glDebugMessageCallback(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageCallback(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageCallbackAMD(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageCallbackAMD(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageCallbackARB(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageCallbackARB(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageCallbackKHR(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageCallbackKHR(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageControl(int, int, int, int, Addressable, byte) - Method in interface panamagl.opengl.GL_4_3
- glDebugMessageControl(int, int, int, int, Addressable, byte) - Method in interface panamagl.opengl.GLES2_3_2
- glDebugMessageControl(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageControl(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageControlARB(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageControlARB(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageControlKHR(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageControlKHR(int, int, int, int, Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageEnableAMD(int, int, int, Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageEnableAMD(int, int, int, Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageInsert(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glDebugMessageInsert(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glDebugMessageInsert(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageInsert(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageInsertAMD(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageInsertAMD(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageInsertARB(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageInsertARB(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDebugMessageInsertKHR(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDebugMessageInsertKHR(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeformationMap3dSGIX(int, double, double, int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeformationMap3fSGIX(int, float, float, int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeformSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeformSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteAsyncMarkersSGIX(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteAsyncMarkersSGIX(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteBuffers(int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glDeleteBuffers(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glDeleteBuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteBuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteBuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteBuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteBuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteBuffersARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteBuffersARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteCommandListsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteCommandListsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFencesAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFencesAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteFencesAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteFencesAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFencesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFencesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFragmentShaderATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFragmentShaderATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFramebuffers - Variable in class panamagl.platform.linux.FBO_linux
- glDeleteFramebuffers - Variable in class panamagl.platform.windows.FBO_windows
- glDeleteFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glDeleteFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteFramebuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFramebuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteFramebuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteFramebuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteFramebuffersOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteFramebuffersOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteLists(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDeleteLists(int, int) - Method in interface panamagl.opengl.GL_1_0
- glDeleteLists(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteLists(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteLists(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteLists(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteMemoryObjectsEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteMemoryObjectsEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteNamedStringARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteNamedStringARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteNamesAMD(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteNamesAMD(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteObjectARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteObjectARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteObjectARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteObjectARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteOcclusionQueriesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteOcclusionQueriesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeletePathsNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeletePathsNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeletePerfMonitorsAMD(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeletePerfMonitorsAMD(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeletePerfQueryINTEL(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeletePerfQueryINTEL(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteProgram(int) - Method in interface panamagl.opengl.GL_2_0
- glDeleteProgram(int) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteProgram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteProgram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteProgram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteProgram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteProgramPipelines(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glDeleteProgramPipelines(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glDeleteProgramPipelines(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteProgramPipelines(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteProgramPipelinesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteProgramPipelinesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteProgramsARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteProgramsARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteProgramsARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteProgramsARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteProgramsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteProgramsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteQueries(int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glDeleteQueries(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDeleteQueries(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteQueries(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteQueries(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteQueries(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteQueriesARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteQueriesARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteQueriesARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteQueriesARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteQueriesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteQueriesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteRenderbuffers - Variable in class panamagl.platform.linux.FBO_linux
- glDeleteRenderbuffers - Variable in class panamagl.platform.windows.FBO_windows
- glDeleteRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glDeleteRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteRenderbuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteRenderbuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteRenderbuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteRenderbuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteRenderbuffersOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteRenderbuffersOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteSamplers(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glDeleteSamplers(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDeleteSamplers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteSamplers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteSemaphoresEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteSemaphoresEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteShader(int) - Method in interface panamagl.opengl.GL_2_0
- glDeleteShader(int) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteShader(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteShader(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteShader(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteShader(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteStatesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteStatesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteSync(Addressable) - Method in interface panamagl.opengl.GL_3_2
- glDeleteSync(Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDeleteSync(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteSync(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteSync(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteSync(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteSyncAPPLE(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteSyncAPPLE(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteTextures(int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glDeleteTextures(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glDeleteTextures(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glDeleteTextures(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteTextures(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteTextures(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteTextures(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteTexturesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteTexturesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteTransformFeedbacks(int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glDeleteTransformFeedbacks(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDeleteTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteTransformFeedbacksNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteTransformFeedbacksNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteVertexArrays(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glDeleteVertexArrays(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDeleteVertexArrays(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteVertexArrays(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDeleteVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDeleteVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteVertexArraysOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteVertexArraysOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDeleteVertexShaderEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDeleteVertexShaderEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthBoundsdNV(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthBoundsdNV(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthBoundsEXT(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthBoundsEXT(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDepthBoundsEXT(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDepthBoundsEXT(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthFunc(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDepthFunc(int) - Method in interface panamagl.opengl.GL_1_0
- glDepthFunc(int) - Method in interface panamagl.opengl.GLES1_1_0
- glDepthFunc(int) - Method in interface panamagl.opengl.GLES2_2_0
- glDepthFunc(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glDepthFunc(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthFunc(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDepthFunc(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDepthFunc(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthFunc(DepthFunc) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDepthMask(byte) - Method in interface panamagl.opengl.GL_1_0
- glDepthMask(byte) - Method in interface panamagl.opengl.GLES1_1_0
- glDepthMask(byte) - Method in interface panamagl.opengl.GLES2_2_0
- glDepthMask(byte) - Method in interface panamagl.opengl.GLSC2_2_0
- glDepthMask(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthMask(byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDepthMask(byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDepthMask(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRange(double, double) - Method in interface panamagl.opengl.GL_1_0
- glDepthRange(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRange(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDepthRange(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDepthRange(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeArraydvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeArraydvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeArrayfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeArrayfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeArrayfvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeArrayfvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeArrayv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glDepthRangeArrayv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeArrayv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangedNV(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangedNV(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangef(float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDepthRangef(float, float) - Method in interface panamagl.opengl.GL_4_1
- glDepthRangef(float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glDepthRangef(float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glDepthRangef(float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glDepthRangef(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangef(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangefOES(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangefOES(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeIndexed(int, double, double) - Method in interface panamagl.opengl.GL_4_1
- glDepthRangeIndexed(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeIndexed(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeIndexeddNV(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeIndexeddNV(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeIndexedfNV(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeIndexedfNV(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangeIndexedfOES(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangeIndexedfOES(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangex(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glDepthRangex(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangex(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDepthRangexOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDepthRangexOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDetachObjectARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDetachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDetachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDetachObjectARB(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDetachShader(int, int) - Method in interface panamagl.opengl.GL_2_0
- glDetachShader(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glDetachShader(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDetachShader(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDetachShader(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDetachShader(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDetailTexFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDetailTexFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisable(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable(int) - Method in interface panamagl.opengl.GL_1_0
- glDisable(int) - Method in interface panamagl.opengl.GLES1_1_0
- glDisable(int) - Method in interface panamagl.opengl.GLES2_2_0
- glDisable(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glDisable(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisable(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisable(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisable(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisable_Blend() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_ClipPlane(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_CullFace() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_DepthTest() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_Light(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_Lighting() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_LineStipple() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_PolygonOffsetFill() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_PolygonOffsetLine() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisable_Stencil() - Method in class org.jzy3d.painters.PanamaGLPainter
- glDisableClientState(int) - Method in interface panamagl.opengl.GL_1_1
- glDisableClientState(int) - Method in interface panamagl.opengl.GLES1_1_0
- glDisableClientState(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableClientState(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisableClientState(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisableClientState(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableClientStateiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableClientStateiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableClientStateIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableClientStateIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableDriverControlQCOM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableDriverControlQCOM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisablei(int, int) - Method in interface panamagl.opengl.GL_3_0
- glDisablei(int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glDisablei(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisablei(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableIndexedEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisableIndexedEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisableIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableiNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableiNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableiOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableiOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVariantClientStateEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVariantClientStateEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexArrayAttrib(int, int) - Method in interface panamagl.opengl.GL_4_5
- glDisableVertexArrayAttrib(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexArrayAttrib(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexArrayAttribEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexArrayAttribEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexArrayEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexArrayEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexAttribArray(int) - Method in interface panamagl.opengl.GL_2_0
- glDisableVertexAttribArray(int) - Method in interface panamagl.opengl.GLES2_2_0
- glDisableVertexAttribArray(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glDisableVertexAttribArray(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexAttribArray(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisableVertexAttribArray(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisableVertexAttribArray(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDisableVertexAttribArrayARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDisableVertexAttribArrayARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDisableVertexAttribArrayARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDisableVertexAttribArrayARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDiscardFramebufferEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDiscardFramebufferEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDispatchCompute(int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glDispatchCompute(int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glDispatchCompute(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDispatchCompute(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDispatchComputeGroupSizeARB(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDispatchComputeGroupSizeARB(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDispatchComputeIndirect(long) - Method in interface panamagl.opengl.GL_4_3
- glDispatchComputeIndirect(long) - Method in interface panamagl.opengl.GLES2_3_1
- glDispatchComputeIndirect(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDispatchComputeIndirect(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArrays(int, int, int) - Method in interface panamagl.opengl.GL_1_1
- glDrawArrays(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glDrawArrays(int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glDrawArrays(int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glDrawArrays(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArrays(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawArrays(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawArrays(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysIndirect(int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glDrawArraysIndirect(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glDrawArraysIndirect(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysIndirect(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstanced(int, int, int, int) - Method in interface panamagl.opengl.GL_3_1
- glDrawArraysInstanced(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glDrawArraysInstanced(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstanced(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedANGLE(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedANGLE(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedARB(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedARB(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawArraysInstancedARB(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawArraysInstancedARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedBaseInstance(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedBaseInstanceEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedBaseInstanceEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawArraysInstancedNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawArraysInstancedNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffer(int) - Method in interface panamagl.opengl.GL_1_0
- glDrawBuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawBuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawBuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffers(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glDrawBuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDrawBuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawBuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawBuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffersARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawBuffersARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffersATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffersATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffersEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffersEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffersIndexedEXT(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffersIndexedEXT(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawBuffersNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawBuffersNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawCommandsAddressNV(int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawCommandsAddressNV(int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawCommandsNV(int, int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawCommandsNV(int, int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawCommandsStatesAddressNV(Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawCommandsStatesAddressNV(Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawCommandsStatesNV(int, Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawCommandsStatesNV(int, Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementArrayAPPLE(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementArrayAPPLE(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawElementArrayAPPLE(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawElementArrayAPPLE(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementArrayATI(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementArrayATI(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElements(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glDrawElements(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glDrawElements(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glDrawElements(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElements(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawElements(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawElements(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in interface panamagl.opengl.GL_3_2
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_3_2
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawElementsBaseVertex(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsBaseVertexEXT(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsBaseVertexEXT(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsBaseVertexOES(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsBaseVertexOES(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsIndirect(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glDrawElementsIndirect(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glDrawElementsIndirect(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsIndirect(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstanced(int, int, int, Addressable, int) - Method in interface panamagl.opengl.GL_3_1
- glDrawElementsInstanced(int, int, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_3_0
- glDrawElementsInstanced(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstanced(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedANGLE(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedANGLE(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedARB(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedARB(int, int, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawElementsInstancedARB(int, int, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawElementsInstancedARB(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseInstance(int, int, int, Addressable, int, int) - Method in interface panamagl.opengl.GL_4_2
- glDrawElementsInstancedBaseInstance(int, int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseInstance(int, int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseInstanceEXT(int, int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseInstanceEXT(int, int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in interface panamagl.opengl.GL_3_2
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawElementsInstancedBaseVertex(int, int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Addressable, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Addressable, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, Addressable, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseVertexBaseInstanceEXT(int, int, int, Addressable, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseVertexBaseInstanceEXT(int, int, int, Addressable, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseVertexEXT(int, int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseVertexEXT(int, int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedBaseVertexOES(int, int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedBaseVertexOES(int, int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedEXT(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedEXT(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawElementsInstancedNV(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawElementsInstancedNV(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawMeshArraysSUN(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawMeshArraysSUN(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawMeshTasksIndirectNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawMeshTasksIndirectNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawMeshTasksNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawMeshTasksNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawPixels(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glDrawPixels(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawPixels(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawPixels(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawPixels(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawPixels(int, int, int, int, Buffer) - Method in class org.jzy3d.painters.PanamaGLPainter
-
Warning, duplicate pixel buffer!!
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawRangeElementArrayAPPLE(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElementArrayATI(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementArrayATI(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_2
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawRangeElements(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in interface panamagl.opengl.GL_3_2
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_3_2
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawRangeElementsBaseVertex(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElementsBaseVertexEXT(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementsBaseVertexEXT(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElementsBaseVertexOES(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementsBaseVertexOES(int, int, int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawRangeElementsEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawRangeElementsEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glDrawRangeElementsEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glDrawRangeElementsEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexfOES(float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexfOES(float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexfvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexfvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexiOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexiOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexivOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexivOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexsOES(short, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexsOES(short, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexsvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexsvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexxOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexxOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTexxvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTexxvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedback(int, int) - Method in interface panamagl.opengl.GL_4_0
- glDrawTransformFeedback(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedback(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackInstanced(int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glDrawTransformFeedbackInstanced(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackInstanced(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackInstancedEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackInstancedEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackStream(int, int, int) - Method in interface panamagl.opengl.GL_4_0
- glDrawTransformFeedbackStream(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackStream(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawTransformFeedbackStreamInstanced(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glDrawVkImageNV(long, int, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glDrawVkImageNV(long, int, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlag(byte) - Method in interface panamagl.opengl.GL_1_0
- glEdgeFlag(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlag(byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEdgeFlag(byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEdgeFlag(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlagFormatNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlagFormatNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlagPointer(int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glEdgeFlagPointer(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlagPointer(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEdgeFlagPointer(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEdgeFlagPointer(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlagPointerEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlagPointerEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlagPointerListIBM(int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEdgeFlagPointerListIBM(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlagv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glEdgeFlagv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEdgeFlagv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEdgeFlagv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEdgeFlagv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEGLImageTargetRenderbufferStorageOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEGLImageTargetRenderbufferStorageOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEGLImageTargetTexStorageEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEGLImageTargetTexStorageEXT(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEGLImageTargetTexture2DOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEGLImageTargetTexture2DOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEGLImageTargetTextureStorageEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEGLImageTargetTextureStorageEXT(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glElementPointerAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glElementPointerAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glElementPointerAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glElementPointerAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glElementPointerATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glElementPointerATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnable(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable(int) - Method in interface panamagl.opengl.GL_1_0
- glEnable(int) - Method in interface panamagl.opengl.GLES1_1_0
- glEnable(int) - Method in interface panamagl.opengl.GLES2_2_0
- glEnable(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glEnable(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnable(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnable(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnable(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnable_Blend() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_ClipPlane(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_ColorMaterial() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_CullFace() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_DepthTest() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_Light(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_Lighting() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_LineStipple() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_PointSmooth() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_PolygonOffsetFill() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_PolygonOffsetLine() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnable_Stencil() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnableClientState(int) - Method in interface panamagl.opengl.GL_1_1
- glEnableClientState(int) - Method in interface panamagl.opengl.GLES1_1_0
- glEnableClientState(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableClientState(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnableClientState(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnableClientState(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableClientStateiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableClientStateiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableClientStateIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableClientStateIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableDriverControlQCOM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableDriverControlQCOM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnablei(int, int) - Method in interface panamagl.opengl.GL_3_0
- glEnablei(int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glEnablei(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnablei(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableIndexedEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnableIndexedEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnableIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableiNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableiNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableiOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableiOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVariantClientStateEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVariantClientStateEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexArrayAttrib(int, int) - Method in interface panamagl.opengl.GL_4_5
- glEnableVertexArrayAttrib(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexArrayAttrib(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexArrayAttribEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexArrayAttribEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexArrayEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexArrayEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnableVertexAttribAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexAttribArray(int) - Method in interface panamagl.opengl.GL_2_0
- glEnableVertexAttribArray(int) - Method in interface panamagl.opengl.GLES2_2_0
- glEnableVertexAttribArray(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glEnableVertexAttribArray(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexAttribArray(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnableVertexAttribArray(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnableVertexAttribArray(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnableVertexAttribArrayARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnableVertexAttribArrayARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnableVertexAttribArrayARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnableVertexAttribArrayARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEnd() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEnd() - Method in interface panamagl.opengl.GL_1_0
- glEnd() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEnd() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEnd() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEnd() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndConditionalRender() - Method in interface panamagl.opengl.GL_3_0
- glEndConditionalRender() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndConditionalRender() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndConditionalRenderNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndConditionalRenderNV() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEndConditionalRenderNV() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEndConditionalRenderNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndConditionalRenderNVX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndConditionalRenderNVX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndFragmentShaderATI() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndFragmentShaderATI() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndList() - Method in class org.jzy3d.painters.PanamaGLPainter
- glEndList() - Method in interface panamagl.opengl.GL_1_0
- glEndList() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndList() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEndList() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEndList() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndOcclusionQueryNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndOcclusionQueryNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndPerfMonitorAMD(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndPerfMonitorAMD(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndPerfQueryINTEL(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndPerfQueryINTEL(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndQuery(int) - Method in interface panamagl.opengl.GL_1_5
- glEndQuery(int) - Method in interface panamagl.opengl.GLES2_3_0
- glEndQuery(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndQuery(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEndQuery(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEndQuery(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndQueryARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndQueryARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEndQueryARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEndQueryARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndQueryEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndQueryEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndQueryIndexed(int, int) - Method in interface panamagl.opengl.GL_4_0
- glEndQueryIndexed(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndQueryIndexed(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndTilingQCOM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndTilingQCOM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndTransformFeedback() - Method in interface panamagl.opengl.GL_3_0
- glEndTransformFeedback() - Method in interface panamagl.opengl.GLES2_3_0
- glEndTransformFeedback() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndTransformFeedback() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndTransformFeedbackEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndTransformFeedbackEXT() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEndTransformFeedbackEXT() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEndTransformFeedbackEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndTransformFeedbackNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndTransformFeedbackNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndVertexShaderEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndVertexShaderEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEndVideoCaptureNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEndVideoCaptureNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLError - Class in panamagl.opengl
-
A toy helper to track GL errors.
- GLError(int, String) - Constructor for class panamagl.opengl.GLError
- GLES1_1_0 - Interface in panamagl.opengl
- GLES2_2_0 - Interface in panamagl.opengl
- GLES2_3_0 - Interface in panamagl.opengl
- GLES2_3_1 - Interface in panamagl.opengl
- GLES2_3_2 - Interface in panamagl.opengl
- glEvalCoord1d(double) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord1d(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1d(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord1d(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord1d(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord1dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord1dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord1dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord1dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord1f(float) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord1f(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1f(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord1f(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord1f(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord1fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord1fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord1fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord1fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord1xOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1xOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord1xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord1xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2d(double, double) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord2d(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2d(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord2d(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord2d(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord2dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord2dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord2dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2f(float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glEvalCoord2f(float, float) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord2f(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2f(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord2f(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord2f(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glEvalCoord2fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalCoord2fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalCoord2fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2xOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2xOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalCoord2xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalCoord2xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalMapsNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalMapsNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalMesh1(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glEvalMesh1(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalMesh1(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalMesh1(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalMesh1(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalMesh2(int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glEvalMesh2(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalMesh2(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalMesh2(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalMesh2(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalPoint1(int) - Method in interface panamagl.opengl.GL_1_0
- glEvalPoint1(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalPoint1(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalPoint1(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalPoint1(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvalPoint2(int, int) - Method in interface panamagl.opengl.GL_1_0
- glEvalPoint2(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvalPoint2(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glEvalPoint2(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glEvalPoint2(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glEvaluateDepthValuesARB() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glEvaluateDepthValuesARB() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLEventAdapter - Class in panamagl
- GLEventAdapter() - Constructor for class panamagl.GLEventAdapter
- GLEventListener - Interface in panamagl
-
The interface to implement to let a
GLCanvas
perform OpenGL calls. - glExecuteProgramNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExecuteProgramNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetBufferPointervQCOM(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetBufferPointervQCOM(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetBuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetBuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetFramebuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetFramebuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetProgramBinarySourceQCOM(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetProgramBinarySourceQCOM(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetProgramsQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetProgramsQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetRenderbuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetRenderbuffersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetShadersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetShadersQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetTexLevelParameterivQCOM(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetTexLevelParameterivQCOM(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtGetTexturesQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtGetTexturesQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtIsProgramBinaryQCOM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtIsProgramBinaryQCOM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtractComponentEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtractComponentEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtrapolateTex2DQCOM(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtrapolateTex2DQCOM(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glExtTexObjectStateOverrideiQCOM(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFeedbackBuffer(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glFeedbackBuffer(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFeedbackBuffer(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFeedbackBuffer(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFeedbackBuffer(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFeedbackBuffer(int, int, FloatBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- glFeedbackBufferxOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFeedbackBufferxOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFenceSync(int, int) - Method in interface panamagl.opengl.GL_3_2
- glFenceSync(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glFenceSync(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFenceSync(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFenceSync(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFenceSync(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFenceSyncAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFenceSyncAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinalCombinerInputNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinalCombinerInputNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinish() - Method in interface panamagl.opengl.GL_1_0
- glFinish() - Method in interface panamagl.opengl.GLES1_1_0
- glFinish() - Method in interface panamagl.opengl.GLES2_2_0
- glFinish() - Method in interface panamagl.opengl.GLSC2_2_0
- glFinish() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinish() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFinish() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFinish() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinishAsyncSGIX(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinishAsyncSGIX(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinishFenceAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinishFenceAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFinishFenceAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFinishFenceAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinishFenceNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinishFenceNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinishObjectAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinishObjectAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFinishObjectAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFinishObjectAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFinishTextureSUNX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFinishTextureSUNX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlush() - Method in class org.jzy3d.painters.PanamaGLPainter
- glFlush() - Method in interface panamagl.opengl.GL_1_0
- glFlush() - Method in interface panamagl.opengl.GLES1_1_0
- glFlush() - Method in interface panamagl.opengl.GLES2_2_0
- glFlush() - Method in interface panamagl.opengl.GLSC2_2_0
- glFlush() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlush() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFlush() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFlush() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushMappedBufferRange(int, long, long) - Method in interface panamagl.opengl.GL_3_0
- glFlushMappedBufferRange(int, long, long) - Method in interface panamagl.opengl.GLES2_3_0
- glFlushMappedBufferRange(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushMappedBufferRange(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushMappedBufferRangeAPPLE(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushMappedBufferRangeAPPLE(int, long, long) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFlushMappedBufferRangeAPPLE(int, long, long) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFlushMappedBufferRangeAPPLE(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushMappedBufferRangeEXT(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushMappedBufferRangeEXT(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushMappedNamedBufferRange(int, long, long) - Method in interface panamagl.opengl.GL_4_5
- glFlushMappedNamedBufferRange(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushMappedNamedBufferRange(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushMappedNamedBufferRangeEXT(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushMappedNamedBufferRangeEXT(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushPixelDataRangeNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushPixelDataRangeNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushRasterSGIX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushRasterSGIX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushStaticDataIBM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushStaticDataIBM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFlushVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFlushVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFlushVertexArrayRangeNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFlushVertexArrayRangeNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordd(double) - Method in interface panamagl.opengl.GL_1_4
- glFogCoordd(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordd(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordd(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordd(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoorddEXT(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoorddEXT(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoorddEXT(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoorddEXT(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoorddv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glFogCoorddv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoorddv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoorddv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoorddv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoorddvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoorddvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoorddvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoorddvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordf(float) - Method in interface panamagl.opengl.GL_1_4
- glFogCoordf(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordf(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordf(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordf(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordfEXT(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordfEXT(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordfEXT(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordfEXT(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordFormatNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordFormatNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordfv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glFogCoordfv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordfv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordfv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordfv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordfvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordfvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordfvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordfvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordhNV(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordhNV(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordhvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordhvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordPointer(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_4
- glFogCoordPointer(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordPointer(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordPointer(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordPointer(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordPointerEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordPointerEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogCoordPointerEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogCoordPointerEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogCoordPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogCoordPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogf(int, float) - Method in interface panamagl.opengl.GL_1_0
- glFogf(int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glFogf(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogf(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogf(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogf(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogFuncSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogFuncSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogfv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glFogfv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glFogfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogfv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogfv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogi(int, int) - Method in interface panamagl.opengl.GL_1_0
- glFogi(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogi(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogi(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogi(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogiv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glFogiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogiv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFogiv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFogiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogx(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glFogx(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogx(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogxv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glFogxv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogxv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFogxvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFogxvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentColorMaterialSGIX(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentColorMaterialSGIX(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentCoverageColorNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentCoverageColorNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightfSGIX(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightfSGIX(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightiSGIX(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightiSGIX(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightModelfSGIX(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightModelfSGIX(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightModelfvSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightModelfvSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightModeliSGIX(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightModeliSGIX(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentLightModelivSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentLightModelivSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentMaterialfSGIX(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentMaterialfSGIX(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentMaterialfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentMaterialfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentMaterialiSGIX(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentMaterialiSGIX(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFragmentMaterialivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFragmentMaterialivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferDrawBufferEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferDrawBufferEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferDrawBuffersEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferDrawBuffersEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferFetchBarrierEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferFetchBarrierEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferFetchBarrierQCOM() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferFetchBarrierQCOM() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferFoveationConfigQCOM(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferFoveationConfigQCOM(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferFoveationParametersQCOM(int, int, int, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferFoveationParametersQCOM(int, int, int, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferParameteri(int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glFramebufferParameteri(int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glFramebufferParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferParameteriMESA(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferParameteriMESA(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferPixelLocalStorageSizeEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferPixelLocalStorageSizeEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferReadBufferEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferReadBufferEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferRenderbuffer - Variable in class panamagl.platform.linux.FBO_linux
- glFramebufferRenderbuffer - Variable in class panamagl.platform.windows.FBO_windows
- glFramebufferRenderbuffer(int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glFramebufferRenderbuffer(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glFramebufferRenderbuffer(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferRenderbufferOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferRenderbufferOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferSampleLocationsfvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferSampleLocationsfvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferSampleLocationsfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferSampleLocationsfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferSamplePositionsfvAMD(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferSamplePositionsfvAMD(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferShadingRateEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferShadingRateEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture(int, int, int, int) - Method in interface panamagl.opengl.GL_3_2
- glFramebufferTexture(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glFramebufferTexture(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture1D(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glFramebufferTexture1D(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture1D(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture1D(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture1D(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2D - Variable in class panamagl.platform.linux.FBO_linux
- glFramebufferTexture2D - Variable in class panamagl.platform.windows.FBO_windows
- glFramebufferTexture2D(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glFramebufferTexture2D(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glFramebufferTexture2D(int, int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glFramebufferTexture2D(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2D(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture2D(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture2D(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2DDownsampleIMG(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2DDownsampleIMG(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture2DOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture2DOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture3D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTexture3DOES(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTexture3DOES(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureARB(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureFaceARB(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureFaceARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureLayer(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glFramebufferTextureLayer(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureLayerARB(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureLayerARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureLayerDownsampleIMG(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureLayerDownsampleIMG(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureMultisampleMultiviewOVR(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureMultisampleMultiviewOVR(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureMultiviewOVR(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureMultiviewOVR(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFramebufferTextureOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFramebufferTextureOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrameTerminatorGREMEDY() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrameTerminatorGREMEDY() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrameZoomSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrameZoomSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFreeObjectBufferATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFreeObjectBufferATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrontFace(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glFrontFace(int) - Method in interface panamagl.opengl.GL_1_0
- glFrontFace(int) - Method in interface panamagl.opengl.GLES1_1_0
- glFrontFace(int) - Method in interface panamagl.opengl.GLES2_2_0
- glFrontFace(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glFrontFace(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrontFace(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFrontFace(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFrontFace(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrontFace_ClockWise() - Method in class org.jzy3d.painters.PanamaGLPainter
- glFrustum(double, double, double, double, double, double) - Method in class org.jzy3d.painters.PanamaGLPainter
- glFrustum(double, double, double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glFrustum(double, double, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrustum(double, double, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glFrustum(double, double, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glFrustum(double, double, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrustumf(float, float, float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glFrustumf(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrustumf(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrustumfOES(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrustumfOES(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrustumx(int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glFrustumx(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrustumx(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glFrustumxOES(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glFrustumxOES(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenAsyncMarkersSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenAsyncMarkersSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenBuffers(int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGenBuffers(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGenBuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGenBuffers(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGenBuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenBuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenBuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenBuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenBuffersARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenBuffersARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenBuffersARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateMipmap(int) - Method in interface panamagl.opengl.GL_3_0
- glGenerateMipmap(int) - Method in interface panamagl.opengl.GLES2_2_0
- glGenerateMipmap(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glGenerateMipmap(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateMipmap(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenerateMipmap(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenerateMipmap(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateMipmapEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateMipmapEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenerateMipmapEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenerateMipmapEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateMipmapOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateMipmapOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateMultiTexMipmapEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateMultiTexMipmapEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateTextureMipmap(int) - Method in interface panamagl.opengl.GL_4_5
- glGenerateTextureMipmap(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateTextureMipmap(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenerateTextureMipmapEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenerateTextureMipmapEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFencesAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFencesAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenFencesAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenFencesAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFencesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFencesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFragmentShadersATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFragmentShadersATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFramebuffers - Variable in class panamagl.platform.linux.FBO_linux
- glGenFramebuffers - Variable in class panamagl.platform.windows.FBO_windows
- glGenFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGenFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGenFramebuffers(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGenFramebuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFramebuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenFramebuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenFramebuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenFramebuffersEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenFramebuffersOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenFramebuffersOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenLists(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glGenLists(int) - Method in interface panamagl.opengl.GL_1_0
- glGenLists(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenLists(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenLists(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenLists(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenNamesAMD(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenNamesAMD(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenOcclusionQueriesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenOcclusionQueriesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenPathsNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenPathsNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenPerfMonitorsAMD(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenPerfMonitorsAMD(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenProgramPipelines(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGenProgramPipelines(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGenProgramPipelines(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenProgramPipelines(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenProgramPipelinesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenProgramPipelinesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenProgramsARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenProgramsARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenProgramsARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenProgramsARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenProgramsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenProgramsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenQueries(int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGenQueries(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGenQueries(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenQueries(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenQueries(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenQueries(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenQueriesARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenQueriesARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenQueriesARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenQueriesARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenQueriesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenQueriesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenRenderbuffers - Variable in class panamagl.platform.linux.FBO_linux
- glGenRenderbuffers - Variable in class panamagl.platform.windows.FBO_windows
- glGenRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGenRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGenRenderbuffers(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGenRenderbuffers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenRenderbuffers(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenRenderbuffers(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenRenderbuffers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenRenderbuffersEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenRenderbuffersOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenRenderbuffersOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenSamplers(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGenSamplers(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGenSamplers(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenSamplers(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenSemaphoresEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenSemaphoresEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenSymbolsEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenSymbolsEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenTextures(int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glGenTextures(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGenTextures(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGenTextures(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGenTextures(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenTextures(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenTextures(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenTextures(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenTexturesEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenTexturesEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenTransformFeedbacks(int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGenTransformFeedbacks(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGenTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenTransformFeedbacks(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenTransformFeedbacksNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenTransformFeedbacksNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenVertexArrays(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGenVertexArrays(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGenVertexArrays(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenVertexArrays(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGenVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGenVertexArraysAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenVertexArraysOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenVertexArraysOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGenVertexShadersEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGenVertexShadersEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveAtomicCounterBufferiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_2
- glGetActiveAtomicCounterBufferiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveAtomicCounterBufferiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetActiveAttrib(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveAttribARB(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveAttribARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetActiveAttribARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetActiveAttribARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveSubroutineName(int, int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetActiveSubroutineName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveSubroutineName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveSubroutineUniformiv(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetActiveSubroutineUniformiv(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveSubroutineUniformiv(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveSubroutineUniformName(int, int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetActiveSubroutineUniformName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveSubroutineUniformName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetActiveUniform(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniformARB(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniformARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetActiveUniformARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetActiveUniformARB(Addressable, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniformBlockiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetActiveUniformBlockiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetActiveUniformBlockiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniformBlockiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniformBlockName(int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetActiveUniformBlockName(int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetActiveUniformBlockName(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniformBlockName(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniformName(int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetActiveUniformName(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniformName(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveUniformsiv(int, int, Addressable, int, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetActiveUniformsiv(int, int, Addressable, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetActiveUniformsiv(int, int, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveUniformsiv(int, int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetActiveVaryingNV(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetActiveVaryingNV(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetAttachedObjectsARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetAttachedObjectsARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetAttachedObjectsARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetAttachedObjectsARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetAttachedShaders(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetAttribLocation(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetAttribLocation(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetAttribLocation(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetAttribLocation(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetAttribLocation(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetAttribLocation(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetAttribLocation(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetAttribLocationARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetAttribLocationARB(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetAttribLocationARB(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetAttribLocationARB(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBooleani_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetBooleani_v(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetBooleani_v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBooleani_v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBooleanIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBooleanIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBooleanIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBooleanIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBooleanv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetBooleanv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetBooleanv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetBooleanv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetBooleanv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBooleanv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBooleanv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBooleanv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferParameteri64v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glGetBufferParameteri64v(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetBufferParameteri64v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferParameteri64v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetBufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetBufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetBufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferParameterivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferParameterivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferParameterivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferParameterivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferParameterui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferParameterui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetBufferPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferPointervARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferPointervARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferPointervARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferPointervARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferPointervOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferPointervOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetBufferSubDataARB(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetClipPlane(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetClipPlane(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetClipPlane(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetClipPlane(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetClipPlane(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetClipPlanef(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetClipPlanef(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetClipPlanef(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetClipPlanefOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetClipPlanefOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetClipPlanex(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetClipPlanex(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetClipPlanex(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetClipPlanexOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetClipPlanexOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTable(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTable(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetColorTable(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetColorTable(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetColorTableParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameterfvSGI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameterfvSGI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetColorTableParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableParameterivSGI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableParameterivSGI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetColorTableSGI(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetColorTableSGI(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCombinerInputParameterfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCombinerInputParameterfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCombinerInputParameterivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCombinerInputParameterivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCombinerOutputParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCombinerOutputParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCombinerOutputParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCombinerOutputParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCombinerStageParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCombinerStageParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCommandHeaderNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCommandHeaderNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedMultiTexImageEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedMultiTexImageEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedTexImage(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glGetCompressedTexImage(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedTexImage(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetCompressedTexImage(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetCompressedTexImage(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedTexImageARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedTexImageARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetCompressedTexImageARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetCompressedTexImageARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedTextureImage(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetCompressedTextureImage(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedTextureImage(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedTextureImageEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedTextureImageEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionFilter(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionFilter(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetConvolutionFilter(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetConvolutionFilter(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionFilterEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionFilterEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetConvolutionParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetConvolutionParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetConvolutionParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetConvolutionParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetCoverageModulationTableNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetCoverageModulationTableNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDebugMessageLog(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetDebugMessageLog(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetDebugMessageLog(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDebugMessageLog(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDebugMessageLogAMD(int, int, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDebugMessageLogAMD(int, int, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDebugMessageLogARB(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDebugMessageLogARB(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDebugMessageLogKHR(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDebugMessageLogKHR(int, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDetailTexFuncSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDetailTexFuncSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDoublei_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetDoublei_v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDoublei_v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDoublei_vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDoublei_vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDoubleIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDoubleIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDoublev(int, double[]) - Method in class panamagl.opengl.AGL
- glGetDoublev(int, double[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glGetDoublev(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetDoublev(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDoublev(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetDoublev(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetDoublev(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDriverControlsQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDriverControlsQCOM(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetDriverControlStringQCOM(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetDriverControlStringQCOM(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetError() - Method in interface panamagl.opengl.GL_1_0
- glGetError() - Method in interface panamagl.opengl.GLES1_1_0
- glGetError() - Method in interface panamagl.opengl.GLES2_2_0
- glGetError() - Method in interface panamagl.opengl.GLSC2_2_0
- glGetError() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetError() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetError() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetError() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFenceivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFenceivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFinalCombinerInputParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFinalCombinerInputParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFinalCombinerInputParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFinalCombinerInputParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFirstPerfQueryIdINTEL(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFirstPerfQueryIdINTEL(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFixedv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetFixedv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFixedv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFixedvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFixedvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloati_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetFloati_v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloati_v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloati_vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloati_vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloati_vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloati_vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloati_vOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloati_vOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloatIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloatIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFloatv(int, float[]) - Method in class panamagl.opengl.AGL
- glGetFloatv(int, float[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glGetFloatv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetFloatv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetFloatv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetFloatv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetFloatv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFloatv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetFloatv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetFloatv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFogFuncSGIS(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFogFuncSGIS(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragDataIndex(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetFragDataIndex(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragDataIndex(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragDataIndexEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragDataIndexEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragDataLocation(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetFragDataLocation(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetFragDataLocation(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragDataLocation(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragDataLocationEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragDataLocationEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetFragDataLocationEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetFragDataLocationEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragmentLightfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragmentLightfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragmentLightivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragmentLightivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragmentMaterialfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragmentMaterialfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragmentMaterialivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragmentMaterialivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFragmentShadingRatesEXT(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFragmentShadingRatesEXT(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferAttachmentParameterivOES(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferAttachmentParameterivOES(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferParameterfvAMD(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferParameterfvAMD(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetFramebufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetFramebufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferParameterivMESA(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferParameterivMESA(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetFramebufferPixelLocalStorageSizeEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetFramebufferPixelLocalStorageSizeEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetGraphicsResetStatus() - Method in interface panamagl.opengl.GL_4_5
- glGetGraphicsResetStatus() - Method in interface panamagl.opengl.GLES2_3_2
- glGetGraphicsResetStatus() - Method in interface panamagl.opengl.GLSC2_2_0
- glGetGraphicsResetStatus() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetGraphicsResetStatus() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetGraphicsResetStatusARB() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetGraphicsResetStatusARB() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetGraphicsResetStatusEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetGraphicsResetStatusEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetGraphicsResetStatusKHR() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetGraphicsResetStatusKHR() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHandleARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHandleARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetHandleARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetHandleARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogram(int, byte, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogram(int, byte, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetHistogram(int, byte, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetHistogram(int, byte, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramEXT(int, byte, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramEXT(int, byte, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetHistogramParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetHistogramParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetHistogramParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetHistogramParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetHistogramParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetHistogramParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetImageHandleARB(int, int, byte, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetImageHandleARB(int, int, byte, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetImageHandleNV(int, int, byte, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetImageHandleNV(int, int, byte, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetImageTransformParameterfvHP(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetImageTransformParameterfvHP(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetImageTransformParameterivHP(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetImageTransformParameterivHP(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInfoLogARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInfoLogARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetInfoLogARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetInfoLogARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInstrumentsSGIX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInstrumentsSGIX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInteger64i_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glGetInteger64i_v(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetInteger64i_v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInteger64i_v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInteger64v(int, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glGetInteger64v(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetInteger64v(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInteger64v(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetInteger64v(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetInteger64v(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInteger64vAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInteger64vAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInteger64vEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInteger64vEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegeri_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetIntegeri_v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetIntegeri_v(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetIntegeri_v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegeri_v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegeri_vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegeri_vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetIntegerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetIntegerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegerui64i_vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegerui64i_vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegerui64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegerui64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetIntegerv(int, int[]) - Method in class panamagl.opengl.AGL
- glGetIntegerv(int, int[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glGetIntegerv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetIntegerv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetIntegerv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetIntegerv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetIntegerv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetIntegerv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetIntegerv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetIntegerv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInternalformati64v(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetInternalformati64v(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInternalformati64v(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInternalformativ(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_2
- glGetInternalformativ(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetInternalformativ(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInternalformativ(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInternalformatSampleivNV(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInternalformatSampleivNV(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInvariantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInvariantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInvariantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInvariantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetInvariantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetInvariantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLightfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetLightfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetLightfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLightfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetLightfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetLightfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLightiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetLightiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLightiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetLightiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetLightiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLightxOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLightxOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLightxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetLightxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLightxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLightxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLightxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetListParameterfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetListParameterfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetListParameterivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetListParameterivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLocalConstantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLocalConstantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLocalConstantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLocalConstantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetLocalConstantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetLocalConstantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapAttribParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapAttribParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapAttribParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapAttribParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapControlPointsNV(int, int, int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapControlPointsNV(int, int, int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapdv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetMapdv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapdv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMapdv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMapdv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetMapfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMapfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMapfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetMapiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMapiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMapiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMapxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMapxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMaterialfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetMaterialfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetMaterialfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMaterialfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMaterialfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMaterialfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMaterialiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetMaterialiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMaterialiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMaterialiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMaterialiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMaterialxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMaterialxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMaterialxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetMaterialxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMaterialxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMaterialxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMaterialxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMemoryObjectDetachedResourcesuivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMemoryObjectDetachedResourcesuivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMemoryObjectParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMemoryObjectParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmax(int, byte, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmax(int, byte, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMinmax(int, byte, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMinmax(int, byte, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmaxEXT(int, byte, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmaxEXT(int, byte, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmaxParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmaxParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMinmaxParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMinmaxParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmaxParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmaxParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmaxParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmaxParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetMinmaxParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetMinmaxParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMinmaxParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMinmaxParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultisamplefv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glGetMultisamplefv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetMultisamplefv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultisamplefv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultisamplefvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultisamplefvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexEnvfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexEnvfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexEnvivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexEnvivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexGendvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexGendvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexGenfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexGenfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexGenivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexGenivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexImageEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexImageEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexLevelParameterfvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexLevelParameterivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexLevelParameterivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetMultiTexParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetMultiTexParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferParameteri64v(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedBufferParameteri64v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferParameteri64v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferParameterui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferParameterui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferPointerv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferPointervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferPointervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedBufferSubDataEXT(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedBufferSubDataEXT(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedFramebufferAttachmentParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedFramebufferAttachmentParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedFramebufferParameterfvAMD(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedFramebufferParameterfvAMD(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedFramebufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedFramebufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedFramebufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedFramebufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedFramebufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramLocalParameterdvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramLocalParameterdvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramLocalParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramLocalParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramLocalParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramLocalParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramLocalParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedProgramStringEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedProgramStringEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedRenderbufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetNamedRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedStringARB(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedStringARB(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNamedStringivARB(int, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNamedStringivARB(int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnColorTable(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnColorTable(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnColorTable(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnColorTableARB(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnColorTableARB(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnCompressedTexImage(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnCompressedTexImage(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnCompressedTexImage(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnCompressedTexImageARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnCompressedTexImageARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnConvolutionFilter(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnConvolutionFilter(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnConvolutionFilter(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnConvolutionFilterARB(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnConvolutionFilterARB(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetNextPerfQueryIdINTEL(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetNextPerfQueryIdINTEL(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnHistogram(int, byte, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnHistogram(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnHistogram(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnHistogramARB(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnHistogramARB(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapdv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnMapdv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapdv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapdvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapdvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnMapfv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapfv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapfvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapfvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnMapiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMapivARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMapivARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMinmax(int, byte, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnMinmax(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMinmax(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnMinmaxARB(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnMinmaxARB(int, byte, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapfvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapuivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapuivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapusv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPixelMapusvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPixelMapusvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPolygonStipple(int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnPolygonStipple(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPolygonStipple(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnPolygonStippleARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnPolygonStippleARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnSeparableFilter(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnSeparableFilter(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnSeparableFilter(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnSeparableFilterARB(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnSeparableFilterARB(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnTexImage(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnTexImage(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnTexImage(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnTexImageARB(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnTexImageARB(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformdv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnUniformdv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformdv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformdvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformdvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnUniformfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetnUniformfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetnUniformfv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformfv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformfvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformfvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformfvKHR(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformfvKHR(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformi64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformi64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnUniformiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetnUniformiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetnUniformiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformivARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformivARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformivKHR(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformivKHR(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformuiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetnUniformuiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetnUniformuiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformuiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformuivARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformuivARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetnUniformuivKHR(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetnUniformuivKHR(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectBufferfvATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectBufferfvATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectBufferivATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectBufferivATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectLabel(int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetObjectLabel(int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetObjectLabel(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectLabel(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectLabelEXT(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectLabelEXT(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetObjectLabelEXT(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetObjectLabelEXT(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectLabelKHR(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectLabelKHR(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectParameterfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetObjectParameterfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetObjectParameterfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectParameterivAPPLE(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectParameterivAPPLE(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetObjectParameterivAPPLE(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetObjectParameterivAPPLE(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectParameterivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectParameterivARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetObjectParameterivARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetObjectParameterivARB(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectPtrLabel(Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetObjectPtrLabel(Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetObjectPtrLabel(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectPtrLabel(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetObjectPtrLabelKHR(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetObjectPtrLabelKHR(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetOcclusionQueryivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetOcclusionQueryivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetOcclusionQueryuivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetOcclusionQueryuivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathColorGenfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathColorGenfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathColorGenivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathColorGenivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathCommandsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathCommandsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathCoordsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathCoordsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathDashArrayNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathDashArrayNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathLengthNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathLengthNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathMetricRangeNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathMetricRangeNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathMetricsNV(int, int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathMetricsNV(int, int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathSpacingNV(int, int, int, Addressable, int, float, float, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathSpacingNV(int, int, int, Addressable, int, float, float, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathTexGenfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathTexGenfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPathTexGenivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPathTexGenivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfCounterInfoINTEL(int, int, int, Addressable, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfCounterInfoINTEL(int, int, int, Addressable, int, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorCounterDataAMD(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorCounterDataAMD(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorCounterInfoAMD(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorCounterInfoAMD(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorCountersAMD(int, Addressable, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorCountersAMD(int, Addressable, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorCounterStringAMD(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorCounterStringAMD(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorGroupsAMD(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorGroupsAMD(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfMonitorGroupStringAMD(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfMonitorGroupStringAMD(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfQueryDataINTEL(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfQueryDataINTEL(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfQueryIdByNameINTEL(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfQueryIdByNameINTEL(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPerfQueryInfoINTEL(int, int, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPerfQueryInfoINTEL(int, int, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelMapfv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetPixelMapfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelMapfv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetPixelMapfv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetPixelMapfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelMapuiv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetPixelMapuiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelMapuiv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetPixelMapuiv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetPixelMapuiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelMapusv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetPixelMapusv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelMapusv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetPixelMapusv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetPixelMapusv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelMapxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelMapxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelTexGenParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelTexGenParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelTexGenParameterivSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelTexGenParameterivSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelTransformParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelTransformParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPixelTransformParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPixelTransformParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPointeri_vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPointeri_vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPointerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPointerIndexedvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPointerv(int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glGetPointerv(int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetPointerv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetPointerv(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetPointerv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPointerv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetPointerv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetPointerv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPointervEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPointervEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPointervKHR(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPointervKHR(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetPolygonStipple(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetPolygonStipple(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetPolygonStipple(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetPolygonStipple(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetPolygonStipple(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramBinary(int, int, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetProgramBinary(int, int, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetProgramBinary(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramBinary(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramBinaryOES(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramBinaryOES(int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramEnvParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramEnvParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramEnvParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramEnvParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramEnvParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramEnvParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramEnvParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramEnvParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramEnvParameterIivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramEnvParameterIivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramEnvParameterIuivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramEnvParameterIuivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramInterfaceiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramInterfaceiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramInterfaceiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramInterfaceiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetProgramiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetProgramiv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetProgramiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramLocalParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramLocalParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramLocalParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramLocalParameterdvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramLocalParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramLocalParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramLocalParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramLocalParameterfvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramLocalParameterIivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramLocalParameterIivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramLocalParameterIuivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramLocalParameterIuivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramNamedParameterdvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramNamedParameterdvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramNamedParameterfvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramNamedParameterfvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramParameterdvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramParameterdvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramPipelineInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetProgramPipelineInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramPipelineInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramPipelineInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramPipelineInfoLogEXT(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramPipelineInfoLogEXT(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramPipelineiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetProgramPipelineiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramPipelineiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramPipelineiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramPipelineivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramPipelineivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourcefvNV(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourcefvNV(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceIndex(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramResourceIndex(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramResourceIndex(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceIndex(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceiv(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramResourceiv(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramResourceiv(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceiv(int, int, int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceLocation(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramResourceLocation(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramResourceLocation(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceLocation(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceLocationIndex(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramResourceLocationIndex(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceLocationIndex(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceLocationIndexEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceLocationIndexEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramResourceName(int, int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glGetProgramResourceName(int, int, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetProgramResourceName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramResourceName(int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramStageiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetProgramStageiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramStageiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramStringARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramStringARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetProgramStringARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetProgramStringARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramStringNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramStringNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetProgramSubroutineParameteruivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetProgramSubroutineParameteruivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryBufferObjecti64v(int, int, int, long) - Method in interface panamagl.opengl.GL_4_5
- glGetQueryBufferObjecti64v(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryBufferObjecti64v(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryBufferObjectiv(int, int, int, long) - Method in interface panamagl.opengl.GL_4_5
- glGetQueryBufferObjectiv(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryBufferObjectiv(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryBufferObjectui64v(int, int, int, long) - Method in interface panamagl.opengl.GL_4_5
- glGetQueryBufferObjectui64v(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryBufferObjectui64v(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryBufferObjectuiv(int, int, int, long) - Method in interface panamagl.opengl.GL_4_5
- glGetQueryBufferObjectuiv(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryBufferObjectuiv(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryIndexediv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetQueryIndexediv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryIndexediv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetQueryiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetQueryiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjecti64v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetQueryObjecti64v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjecti64v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjecti64vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjecti64vEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjecti64vEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjecti64vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetQueryObjectiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjectiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjectiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjectivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjectivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectui64v(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetQueryObjectui64v(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectui64v(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectui64vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectui64vEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjectui64vEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjectui64vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_5
- glGetQueryObjectuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetQueryObjectuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectuiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjectuiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjectuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectuivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectuivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetQueryObjectuivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetQueryObjectuivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetQueryObjectuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetQueryObjectuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetRenderbufferParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetRenderbufferParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetRenderbufferParameterivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetRenderbufferParameterivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetSamplerParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetSamplerParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetSamplerParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetSamplerParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetSamplerParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetSamplerParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSamplerParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glGetSamplerParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetSamplerParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSamplerParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSemaphoreParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSemaphoreParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSemaphoreParameterui64vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSemaphoreParameterui64vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSeparableFilter(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSeparableFilter(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetSeparableFilter(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetSeparableFilter(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSeparableFilterEXT(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSeparableFilterEXT(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetShaderInfoLog(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShaderiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetShaderiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetShaderiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShaderiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetShaderiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetShaderiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShaderPrecisionFormat(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetShaderPrecisionFormat(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetShaderPrecisionFormat(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShaderPrecisionFormat(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShaderSource(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetShaderSource(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShaderSourceARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShadingRateImagePaletteNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShadingRateImagePaletteNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetShadingRateSampleLocationivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetShadingRateSampleLocationivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSharpenTexFuncSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSharpenTexFuncSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetStageIndexNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetStageIndexNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetString(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glGetString(int) - Method in interface panamagl.opengl.GL_1_0
- glGetString(int) - Method in interface panamagl.opengl.GLES1_1_0
- glGetString(int) - Method in interface panamagl.opengl.GLES2_2_0
- glGetString(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetString(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetString(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetString(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetString(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetStringi(int, int) - Method in interface panamagl.opengl.GL_3_0
- glGetStringi(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glGetStringi(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetStringi(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSubroutineIndex(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetSubroutineIndex(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSubroutineIndex(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSubroutineUniformLocation(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetSubroutineUniformLocation(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSubroutineUniformLocation(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetSynciv(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetSyncivAPPLE(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetSyncivAPPLE(Addressable, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexBumpParameterfvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexBumpParameterfvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexBumpParameterivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexBumpParameterivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexEnvfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexEnvfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexEnviv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexEnviv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexEnviv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexEnviv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexEnviv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexEnviv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexEnvxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexEnvxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexEnvxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexEnvxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexEnvxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexFilterFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexFilterFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGendv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexGendv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGendv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexGendv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexGendv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGenfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexGenfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGenfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexGenfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexGenfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGenfvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGenfvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGeniv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexGeniv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGeniv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexGeniv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexGeniv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGenivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGenivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexGenxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexGenxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexImage(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexImage(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexLevelParameterxvOES(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexLevelParameterxvOES(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetTexParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetTexParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetTexParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glGetTexParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glGetTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterPointervAPPLE(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterPointervAPPLE(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTexParameterPointervAPPLE(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTexParameterPointervAPPLE(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glGetTexParameterxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTexParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTexParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureHandleARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureHandleARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureHandleIMG(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureHandleIMG(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureHandleNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureHandleNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureImage(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureImage(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureImage(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureImageEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureImageEXT(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureLevelParameterfv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureLevelParameterfv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureLevelParameterfvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureLevelParameterfvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureLevelParameteriv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureLevelParameteriv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureLevelParameterivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureLevelParameterivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureSamplerHandleARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureSamplerHandleARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureSamplerHandleIMG(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureSamplerHandleIMG(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureSamplerHandleNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureSamplerHandleNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTrackMatrixivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTrackMatrixivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbacki_v(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTransformFeedbacki_v(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbacki_v(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbacki64_v(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTransformFeedbacki64_v(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbacki64_v(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbackiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetTransformFeedbackiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbackiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbackVarying(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetTransformFeedbackVarying(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetTransformFeedbackVarying(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbackVarying(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbackVaryingEXT(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbackVaryingEXT(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetTransformFeedbackVaryingEXT(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetTransformFeedbackVaryingEXT(int, int, int, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTransformFeedbackVaryingNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTransformFeedbackVaryingNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetTranslatedShaderSourceANGLE(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetTranslatedShaderSourceANGLE(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformBlockIndex(int, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetUniformBlockIndex(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetUniformBlockIndex(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformBlockIndex(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformBufferSizeEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformBufferSizeEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformBufferSizeEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformBufferSizeEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformdv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetUniformdv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformdv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetUniformfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetUniformfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformfvARB(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformi64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformi64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformi64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformi64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformIndices(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_3_1
- glGetUniformIndices(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetUniformIndices(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformIndices(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetUniformiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetUniformiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformivARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformivARB(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformivARB(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformLocation(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetUniformLocation(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetUniformLocation(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetUniformLocation(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformLocation(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformLocation(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformLocation(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformLocationARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformLocationARB(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformLocationARB(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformLocationARB(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformOffsetEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformOffsetEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformOffsetEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformOffsetEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformSubroutineuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glGetUniformSubroutineuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformSubroutineuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetUniformuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetUniformuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUniformuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUniformuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetUniformuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetUniformuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUnsignedBytei_vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUnsignedBytei_vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetUnsignedBytevEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetUnsignedBytevEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantBooleanvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantFloatvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVariantPointervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVariantPointervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVaryingLocationNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVaryingLocationNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayIndexed64iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetVertexArrayIndexed64iv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayIndexed64iv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayIndexediv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetVertexArrayIndexediv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayIndexediv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayIntegeri_vEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayIntegeri_vEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayIntegervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glGetVertexArrayiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayPointeri_vEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayPointeri_vEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexArrayPointervEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexArrayPointervEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribArrayObjectfvATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribArrayObjectivATI(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribdv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetVertexAttribdv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribdv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribdv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribdv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribdvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribdvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribdvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribdvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribdvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetVertexAttribfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetVertexAttribfv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetVertexAttribfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribfvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribfvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribfvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetVertexAttribIiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetVertexAttribIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribIivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribIivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glGetVertexAttribIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glGetVertexAttribIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribIuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribIuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetVertexAttribiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetVertexAttribiv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetVertexAttribiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribLdv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glGetVertexAttribLdv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribLdv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribLdvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribLdvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribLi64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribLi64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribLui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribLui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribLui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribLui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glGetVertexAttribPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glGetVertexAttribPointerv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glGetVertexAttribPointerv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribPointerv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribPointerv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribPointerv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribPointervARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribPointervARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glGetVertexAttribPointervARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glGetVertexAttribPointervARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVertexAttribPointervNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVertexAttribPointervNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoCaptureivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoCaptureivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoCaptureStreamdvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoCaptureStreamdvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoCaptureStreamfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoCaptureStreamfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoCaptureStreamivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoCaptureStreamivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoi64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoi64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideoui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideoui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVideouivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVideouivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGetVkProcAddrNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGetVkProcAddrNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactorbSUN(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactorbSUN(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactordSUN(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactordSUN(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactorfSUN(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactorfSUN(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactoriSUN(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactoriSUN(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactorsSUN(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactorsSUN(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactorubSUN(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactorubSUN(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactoruiSUN(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactoruiSUN(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glGlobalAlphaFactorusSUN(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glGlobalAlphaFactorusSUN(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glHint(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glHint(int, int) - Method in interface panamagl.opengl.GL_1_0
- glHint(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glHint(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glHint(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glHint(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glHint(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glHint(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glHint(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glHint_PointSmooth_Nicest() - Method in class org.jzy3d.painters.PanamaGLPainter
- glHintPGI(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glHintPGI(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glHistogram(int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glHistogram(int, int, int, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glHistogram(int, int, int, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glHistogram(int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glHistogramEXT(int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glHistogramEXT(int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIglooInterfaceSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIglooInterfaceSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImageTransformParameterfHP(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImageTransformParameterfHP(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImageTransformParameterfvHP(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImageTransformParameterfvHP(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImageTransformParameteriHP(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImageTransformParameteriHP(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImageTransformParameterivHP(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImageTransformParameterivHP(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportMemoryFdEXT(int, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportMemoryFdEXT(int, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportMemoryWin32HandleEXT(int, long, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportMemoryWin32HandleEXT(int, long, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportMemoryWin32NameEXT(int, long, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportMemoryWin32NameEXT(int, long, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportSemaphoreFdEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportSemaphoreFdEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportSemaphoreWin32HandleEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportSemaphoreWin32HandleEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportSemaphoreWin32NameEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportSemaphoreWin32NameEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glImportSyncEXT(int, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glImportSyncEXT(int, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexd(double) - Method in interface panamagl.opengl.GL_1_0
- glIndexd(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexd(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexd(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexd(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexdv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glIndexdv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexdv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexdv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexdv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexf(float) - Method in interface panamagl.opengl.GL_1_0
- glIndexf(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexf(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexf(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexf(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexFormatNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexFormatNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexFuncEXT(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexFuncEXT(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexfv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glIndexfv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexfv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexfv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexfv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexi(int) - Method in interface panamagl.opengl.GL_1_0
- glIndexi(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexi(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexi(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexi(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexiv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glIndexiv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexiv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexiv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexiv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexMask(int) - Method in interface panamagl.opengl.GL_1_0
- glIndexMask(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexMask(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexMask(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexMask(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexMaterialEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexMaterialEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexPointer(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glIndexPointer(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexPointer(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexPointer(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexPointer(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexs(short) - Method in interface panamagl.opengl.GL_1_0
- glIndexs(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexs(short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexs(short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexs(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexsv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glIndexsv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexsv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexsv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexsv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexub(byte) - Method in interface panamagl.opengl.GL_1_1
- glIndexub(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexub(byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexub(byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexub(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexubv(Addressable) - Method in interface panamagl.opengl.GL_1_1
- glIndexubv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexubv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIndexubv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIndexubv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexxOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexxOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIndexxvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIndexxvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInitNames() - Method in class org.jzy3d.painters.PanamaGLPainter
- glInitNames() - Method in interface panamagl.opengl.GL_1_0
- glInitNames() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInitNames() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glInitNames() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glInitNames() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInsertComponentEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInsertComponentEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInsertEventMarkerEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInsertEventMarkerEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glInsertEventMarkerEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glInsertEventMarkerEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInstrumentsBufferSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInstrumentsBufferSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInterleavedArrays(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glInterleavedArrays(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInterleavedArrays(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glInterleavedArrays(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glInterleavedArrays(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInterpolatePathsNV(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInterpolatePathsNV(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateBufferData(int) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateBufferData(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateBufferData(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateBufferSubData(int, long, long) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateBufferSubData(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateBufferSubData(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateFramebuffer(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateFramebuffer(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glInvalidateFramebuffer(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateFramebuffer(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateNamedFramebufferData(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glInvalidateNamedFramebufferData(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateNamedFramebufferData(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateNamedFramebufferSubData(int, int, Addressable, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glInvalidateNamedFramebufferSubData(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateNamedFramebufferSubData(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateSubFramebuffer(int, int, Addressable, int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateSubFramebuffer(int, int, Addressable, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glInvalidateSubFramebuffer(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateSubFramebuffer(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateTexImage(int, int) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateTexImage(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateTexImage(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glInvalidateTexSubImage(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsAsyncMarkerSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsAsyncMarkerSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsBuffer(int) - Method in interface panamagl.opengl.GL_1_5
- glIsBuffer(int) - Method in interface panamagl.opengl.GLES1_1_0
- glIsBuffer(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsBuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsBuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsBuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsBuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsBufferARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsBufferARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsBufferARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsBufferARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsBufferResidentNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsBufferResidentNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsCommandListNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsCommandListNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnabled(int) - Method in interface panamagl.opengl.GL_1_0
- glIsEnabled(int) - Method in interface panamagl.opengl.GLES1_1_0
- glIsEnabled(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsEnabled(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glIsEnabled(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnabled(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsEnabled(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsEnabled(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnabledi(int, int) - Method in interface panamagl.opengl.GL_3_0
- glIsEnabledi(int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glIsEnabledi(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnabledi(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnablediEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnablediEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnabledIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnabledIndexedEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsEnabledIndexedEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsEnabledIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnablediNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnablediNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsEnablediOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsEnablediOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsFenceAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsFenceAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsFenceAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsFenceAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsFenceNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsFenceNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsFramebuffer(int) - Method in interface panamagl.opengl.GL_3_0
- glIsFramebuffer(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsFramebuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsFramebuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsFramebuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsFramebuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsFramebufferEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsFramebufferEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsFramebufferEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsFramebufferEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsFramebufferOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsFramebufferOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsImageHandleResidentARB(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsImageHandleResidentARB(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsImageHandleResidentNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsImageHandleResidentNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsList(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glIsList(int) - Method in interface panamagl.opengl.GL_1_0
- glIsList(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsList(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsList(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsList(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsMemoryObjectEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsMemoryObjectEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsNameAMD(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsNameAMD(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsNamedBufferResidentNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsNamedBufferResidentNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsNamedStringARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsNamedStringARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsObjectBufferATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsObjectBufferATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsOcclusionQueryNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsOcclusionQueryNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsPathNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsPathNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsPointInFillPathNV(int, int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsPointInFillPathNV(int, int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsPointInStrokePathNV(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsPointInStrokePathNV(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsProgram(int) - Method in interface panamagl.opengl.GL_2_0
- glIsProgram(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsProgram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsProgram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsProgram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsProgram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsProgramARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsProgramARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsProgramARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsProgramARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsProgramNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsProgramNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsProgramPipeline(int) - Method in interface panamagl.opengl.GL_4_1
- glIsProgramPipeline(int) - Method in interface panamagl.opengl.GLES2_3_1
- glIsProgramPipeline(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsProgramPipeline(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsProgramPipelineEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsProgramPipelineEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsQuery(int) - Method in interface panamagl.opengl.GL_1_5
- glIsQuery(int) - Method in interface panamagl.opengl.GLES2_3_0
- glIsQuery(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsQuery(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsQuery(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsQuery(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsQueryARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsQueryARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsQueryARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsQueryARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsQueryEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsQueryEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsRenderbuffer(int) - Method in interface panamagl.opengl.GL_3_0
- glIsRenderbuffer(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsRenderbuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsRenderbuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsRenderbuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsRenderbuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsRenderbufferEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsRenderbufferEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsRenderbufferEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsRenderbufferEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsRenderbufferOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsRenderbufferOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsSampler(int) - Method in interface panamagl.opengl.GL_3_3
- glIsSampler(int) - Method in interface panamagl.opengl.GLES2_3_0
- glIsSampler(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsSampler(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsSemaphoreEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsSemaphoreEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsShader(int) - Method in interface panamagl.opengl.GL_2_0
- glIsShader(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsShader(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsShader(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsShader(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsShader(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsStateNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsStateNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsSync(Addressable) - Method in interface panamagl.opengl.GL_3_2
- glIsSync(Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glIsSync(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsSync(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsSync(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsSync(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsSyncAPPLE(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsSyncAPPLE(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTexture(int) - Method in interface panamagl.opengl.GL_1_1
- glIsTexture(int) - Method in interface panamagl.opengl.GLES1_1_0
- glIsTexture(int) - Method in interface panamagl.opengl.GLES2_2_0
- glIsTexture(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTexture(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsTexture(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsTexture(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTextureEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTextureEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTextureHandleResidentARB(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTextureHandleResidentARB(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTextureHandleResidentNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTextureHandleResidentNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTransformFeedback(int) - Method in interface panamagl.opengl.GL_4_0
- glIsTransformFeedback(int) - Method in interface panamagl.opengl.GLES2_3_0
- glIsTransformFeedback(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTransformFeedback(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsTransformFeedbackNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsTransformFeedbackNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsVariantEnabledEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsVariantEnabledEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsVertexArray(int) - Method in interface panamagl.opengl.GL_3_0
- glIsVertexArray(int) - Method in interface panamagl.opengl.GLES2_3_0
- glIsVertexArray(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsVertexArray(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsVertexArrayAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsVertexArrayAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsVertexArrayAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsVertexArrayAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsVertexArrayOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsVertexArrayOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glIsVertexAttribEnabledAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLabelObjectEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLabelObjectEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLabelObjectEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLabelObjectEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLGPUCopyImageSubDataNVX(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLGPUCopyImageSubDataNVX(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLGPUInterlockNVX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLGPUInterlockNVX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLGPUNamedBufferSubDataNVX(int, int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLGPUNamedBufferSubDataNVX(int, int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLight_Ambiant(int, Color) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLight_Diffuse(int, Color) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLight_Position(int, float[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLight_Shininess(int, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLight_Specular(int, Color) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightEnviSGIX(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightEnviSGIX(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightf(int, int, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightf(int, int, float) - Method in interface panamagl.opengl.GL_1_0
- glLightf(int, int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glLightf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightf(int, Attenuation.Type, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightfv(int, int, float[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLightfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLightfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLighti(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glLighti(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLighti(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLighti(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLighti(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLightiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModel(LightModel, boolean) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightModel(LightModel, Color) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightModelf(int, float) - Method in interface panamagl.opengl.GL_1_0
- glLightModelf(int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glLightModelf(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelf(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightModelf(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightModelf(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModelfv(int, float[]) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightModelfv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLightModelfv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLightModelfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelfv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightModelfv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightModelfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModeli(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLightModeli(int, int) - Method in interface panamagl.opengl.GL_1_0
- glLightModeli(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModeli(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightModeli(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightModeli(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModeliv(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLightModeliv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModeliv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLightModeliv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLightModeliv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModelx(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glLightModelx(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelx(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModelxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModelxv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLightModelxv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelxv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightModelxvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightModelxvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightx(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glLightx(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightx(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLightxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLightxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLightxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLineStipple(int, short) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLineStipple(int, short) - Method in interface panamagl.opengl.GL_1_0
- glLineStipple(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLineStipple(int, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLineStipple(int, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLineStipple(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLineWidth(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLineWidth(float) - Method in interface panamagl.opengl.GL_1_0
- glLineWidth(float) - Method in interface panamagl.opengl.GLES1_1_0
- glLineWidth(float) - Method in interface panamagl.opengl.GLES2_2_0
- glLineWidth(float) - Method in interface panamagl.opengl.GLSC2_2_0
- glLineWidth(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLineWidth(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLineWidth(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLineWidth(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLineWidthx(int) - Method in interface panamagl.opengl.GLES1_1_0
- glLineWidthx(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLineWidthx(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLineWidthxOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLineWidthxOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLinkProgram(int) - Method in interface panamagl.opengl.GL_2_0
- glLinkProgram(int) - Method in interface panamagl.opengl.GLES2_2_0
- glLinkProgram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLinkProgram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLinkProgram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLinkProgram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLinkProgramARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLinkProgramARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLinkProgramARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLinkProgramARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListBase(int) - Method in interface panamagl.opengl.GL_1_0
- glListBase(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListBase(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glListBase(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glListBase(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListDrawCommandsStatesClientNV(int, int, Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListDrawCommandsStatesClientNV(int, int, Addressable, Addressable, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListParameterfSGIX(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListParameterfSGIX(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListParameterfvSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListParameterfvSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListParameteriSGIX(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListParameteriSGIX(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glListParameterivSGIX(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glListParameterivSGIX(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadIdentity() - Method in class org.jzy3d.painters.PanamaGLPainter
- glLoadIdentity() - Method in interface panamagl.opengl.GL_1_0
- glLoadIdentity() - Method in interface panamagl.opengl.GLES1_1_0
- glLoadIdentity() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadIdentity() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadIdentity() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadIdentity() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadIdentityDeformationMapSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadIdentityDeformationMapSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadMatrixd(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLoadMatrixd(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadMatrixd(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadMatrixd(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadMatrixd(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadMatrixf(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glLoadMatrixf(Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLoadMatrixf(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadMatrixf(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadMatrixf(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadMatrixf(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadMatrixx(Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glLoadMatrixx(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadMatrixx(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadMatrixxOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadMatrixxOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadName(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glLoadName(int) - Method in interface panamagl.opengl.GL_1_0
- glLoadName(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadName(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadName(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadName(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadPaletteFromModelViewMatrixOES() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadPaletteFromModelViewMatrixOES() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadProgramNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadProgramNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadTransposeMatrixd(Addressable) - Method in interface panamagl.opengl.GL_1_3
- glLoadTransposeMatrixd(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadTransposeMatrixd(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadTransposeMatrixd(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadTransposeMatrixd(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadTransposeMatrixf(Addressable) - Method in interface panamagl.opengl.GL_1_3
- glLoadTransposeMatrixf(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadTransposeMatrixf(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadTransposeMatrixf(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadTransposeMatrixf(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLoadTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLoadTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLoadTransposeMatrixxOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLoadTransposeMatrixxOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLockArraysEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLockArraysEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glLogicOp(int) - Method in interface panamagl.opengl.GL_1_0
- glLogicOp(int) - Method in interface panamagl.opengl.GLES1_1_0
- glLogicOp(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glLogicOp(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glLogicOp(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glLogicOp(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeBufferNonResidentNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeBufferNonResidentNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeBufferResidentNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeBufferResidentNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeImageHandleNonResidentARB(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeImageHandleNonResidentARB(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeImageHandleNonResidentNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeImageHandleNonResidentNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeImageHandleResidentARB(long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeImageHandleResidentARB(long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeImageHandleResidentNV(long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeImageHandleResidentNV(long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeNamedBufferNonResidentNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeNamedBufferNonResidentNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeNamedBufferResidentNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeNamedBufferResidentNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeTextureHandleNonResidentARB(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeTextureHandleNonResidentARB(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeTextureHandleNonResidentNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeTextureHandleNonResidentNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeTextureHandleResidentARB(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeTextureHandleResidentARB(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMakeTextureHandleResidentNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMakeTextureHandleResidentNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap1d(int, double, double, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMap1d(int, double, double, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap1d(int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMap1d(int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMap1d(int, double, double, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap1f(int, float, float, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMap1f(int, float, float, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap1f(int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMap1f(int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMap1f(int, float, float, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap1xOES(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap1xOES(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap2d(int, double, double, int, int, double, double, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMap2d(int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap2d(int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMap2d(int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMap2d(int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap2f(int, float, float, int, int, float, float, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMap2f(int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap2f(int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMap2f(int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMap2f(int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- glMap2xOES(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMap2xOES(int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapBuffer(int, int) - Method in interface panamagl.opengl.GL_1_5
- glMapBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapBuffer(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapBuffer(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapBufferARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapBufferARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapBufferARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapBufferARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapBufferOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapBufferOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapBufferRange(int, long, long, int) - Method in interface panamagl.opengl.GL_3_0
- glMapBufferRange(int, long, long, int) - Method in interface panamagl.opengl.GLES2_3_0
- glMapBufferRange(int, long, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapBufferRange(int, long, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapBufferRangeEXT(int, long, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapBufferRangeEXT(int, long, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapControlPointsNV(int, int, int, int, int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapControlPointsNV(int, int, int, int, int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid1d(int, double, double) - Method in interface panamagl.opengl.GL_1_0
- glMapGrid1d(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid1d(int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapGrid1d(int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapGrid1d(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid1f(int, float, float) - Method in interface panamagl.opengl.GL_1_0
- glMapGrid1f(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid1f(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapGrid1f(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapGrid1f(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid1xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid1xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid2d(int, double, double, int, double, double) - Method in interface panamagl.opengl.GL_1_0
- glMapGrid2d(int, double, double, int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid2d(int, double, double, int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapGrid2d(int, double, double, int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapGrid2d(int, double, double, int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid2f(int, float, float, int, float, float) - Method in interface panamagl.opengl.GL_1_0
- glMapGrid2f(int, float, float, int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid2f(int, float, float, int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapGrid2f(int, float, float, int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapGrid2f(int, float, float, int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapGrid2xOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapGrid2xOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapNamedBuffer(int, int) - Method in interface panamagl.opengl.GL_4_5
- glMapNamedBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapNamedBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapNamedBufferEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapNamedBufferEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapNamedBufferRange(int, long, long, int) - Method in interface panamagl.opengl.GL_4_5
- glMapNamedBufferRange(int, long, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapNamedBufferRange(int, long, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapNamedBufferRangeEXT(int, long, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapNamedBufferRangeEXT(int, long, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapObjectBufferATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapObjectBufferATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapTexture2DINTEL(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapTexture2DINTEL(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterial(MaterialProperty, float[], boolean) - Method in class org.jzy3d.painters.PanamaGLPainter
- glMaterial(MaterialProperty, Color, boolean) - Method in class org.jzy3d.painters.PanamaGLPainter
- glMaterialf(int, int, float) - Method in interface panamagl.opengl.GL_1_0
- glMaterialf(int, int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glMaterialf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMaterialf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMaterialf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialfv(int, int, float[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glMaterialfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMaterialfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glMaterialfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMaterialfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMaterialfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMateriali(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glMateriali(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMateriali(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMateriali(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMateriali(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMaterialiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMaterialiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMaterialiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialx(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glMaterialx(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialx(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glMaterialxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaterialxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaterialxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixFrustumEXT(int, double, double, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixFrustumEXT(int, double, double, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixIndexPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixIndexPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixIndexPointerOES(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixIndexPointerOES(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixIndexubvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixIndexubvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixIndexuivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixIndexuivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixIndexusvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixIndexusvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoad3x2fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoad3x2fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoad3x3fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoad3x3fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoaddEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoaddEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoadfEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoadfEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoadIdentityEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoadIdentityEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoadTranspose3x3fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoadTranspose3x3fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoadTransposedEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoadTransposedEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixLoadTransposefEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixLoadTransposefEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMode(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glMatrixMode(int) - Method in interface panamagl.opengl.GL_1_0
- glMatrixMode(int) - Method in interface panamagl.opengl.GLES1_1_0
- glMatrixMode(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMode(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMatrixMode(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMatrixMode(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMode_ModelView() - Method in class org.jzy3d.painters.PanamaGLPainter
- glMatrixMode_Projection() - Method in class org.jzy3d.painters.PanamaGLPainter
- glMatrixMult3x2fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMult3x2fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMult3x3fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMult3x3fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMultdEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMultdEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMultfEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMultfEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMultTranspose3x3fNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMultTranspose3x3fNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMultTransposedEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMultTransposedEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixMultTransposefEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixMultTransposefEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixOrthoEXT(int, double, double, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixOrthoEXT(int, double, double, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixPopEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixPopEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixPushEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixPushEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixRotatedEXT(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixRotatedEXT(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixRotatefEXT(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixRotatefEXT(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixScaledEXT(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixScaledEXT(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixScalefEXT(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixScalefEXT(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixTranslatedEXT(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixTranslatedEXT(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMatrixTranslatefEXT(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMatrixTranslatefEXT(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaxShaderCompilerThreadsARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaxShaderCompilerThreadsARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMaxShaderCompilerThreadsKHR(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMaxShaderCompilerThreadsKHR(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMemoryBarrier(int) - Method in interface panamagl.opengl.GL_4_2
- glMemoryBarrier(int) - Method in interface panamagl.opengl.GLES2_3_1
- glMemoryBarrier(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMemoryBarrier(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMemoryBarrierByRegion(int) - Method in interface panamagl.opengl.GL_4_5
- glMemoryBarrierByRegion(int) - Method in interface panamagl.opengl.GLES2_3_1
- glMemoryBarrierByRegion(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMemoryBarrierByRegion(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMemoryBarrierEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMemoryBarrierEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMemoryObjectParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMemoryObjectParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMinmax(int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMinmax(int, int, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMinmax(int, int, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMinmax(int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMinmaxEXT(int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMinmaxEXT(int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMinSampleShading(float) - Method in interface panamagl.opengl.GL_4_0
- glMinSampleShading(float) - Method in interface panamagl.opengl.GLES2_3_2
- glMinSampleShading(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMinSampleShading(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMinSampleShadingARB(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMinSampleShadingARB(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMinSampleShadingOES(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMinSampleShadingOES(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastBarrierNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastBarrierNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastBlitFramebufferNV(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastBufferSubDataNV(int, int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastBufferSubDataNV(int, int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastCopyBufferSubDataNV(int, int, int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastCopyBufferSubDataNV(int, int, int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastFramebufferSampleLocationsfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastFramebufferSampleLocationsfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastGetQueryObjecti64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastGetQueryObjecti64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastGetQueryObjectivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastGetQueryObjectivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastGetQueryObjectui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastGetQueryObjectui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastGetQueryObjectuivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastGetQueryObjectuivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastScissorArrayvNVX(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastScissorArrayvNVX(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastViewportArrayvNVX(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastViewportArrayvNVX(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastViewportPositionWScaleNVX(int, int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastViewportPositionWScaleNVX(int, int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMulticastWaitSyncNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMulticastWaitSyncNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArrays(int, Addressable, Addressable, int) - Method in interface panamagl.opengl.GL_1_4
- glMultiDrawArrays(int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArrays(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawArrays(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawArrays(int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysEXT(int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysEXT(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawArraysEXT(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawArraysEXT(int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirect(int, Addressable, int, int) - Method in interface panamagl.opengl.GL_4_3
- glMultiDrawArraysIndirect(int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirect(int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectAMD(int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectAMD(int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectBindlessCountNV(int, Addressable, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectBindlessCountNV(int, Addressable, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectBindlessNV(int, Addressable, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectBindlessNV(int, Addressable, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectCount(int, Addressable, long, int, int) - Method in interface panamagl.opengl.GL_4_6
- glMultiDrawArraysIndirectCount(int, Addressable, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectCount(int, Addressable, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectCountARB(int, Addressable, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectCountARB(int, Addressable, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawArraysIndirectEXT(int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawArraysIndirectEXT(int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementArrayAPPLE(int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementArrayAPPLE(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawElementArrayAPPLE(int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawElementArrayAPPLE(int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElements(int, Addressable, int, Addressable, int) - Method in interface panamagl.opengl.GL_1_4
- glMultiDrawElements(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElements(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawElements(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawElements(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsBaseVertex(int, Addressable, int, Addressable, int, Addressable) - Method in interface panamagl.opengl.GL_3_2
- glMultiDrawElementsBaseVertex(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsBaseVertex(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawElementsBaseVertex(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawElementsBaseVertex(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsBaseVertexEXT(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsBaseVertexEXT(int, Addressable, int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsEXT(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsEXT(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawElementsEXT(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawElementsEXT(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirect(int, int, Addressable, int, int) - Method in interface panamagl.opengl.GL_4_3
- glMultiDrawElementsIndirect(int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirect(int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectAMD(int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectAMD(int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectBindlessCountNV(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectBindlessCountNV(int, int, Addressable, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectBindlessNV(int, int, Addressable, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectBindlessNV(int, int, Addressable, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectCount(int, int, Addressable, long, int, int) - Method in interface panamagl.opengl.GL_4_6
- glMultiDrawElementsIndirectCount(int, int, Addressable, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectCount(int, int, Addressable, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectCountARB(int, int, Addressable, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectCountARB(int, int, Addressable, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawElementsIndirectEXT(int, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawElementsIndirectEXT(int, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawMeshTasksIndirectCountNV(long, long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawMeshTasksIndirectCountNV(long, long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawMeshTasksIndirectNV(long, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawMeshTasksIndirectNV(long, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiDrawRangeElementArrayAPPLE(int, int, int, Addressable, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiDrawRangeElementArrayAPPLE(int, int, int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiDrawRangeElementArrayAPPLE(int, int, int, Addressable, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiDrawRangeElementArrayAPPLE(int, int, int, Addressable, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiModeDrawArraysIBM(Addressable, Addressable, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiModeDrawArraysIBM(Addressable, Addressable, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiModeDrawElementsIBM(Addressable, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiModeDrawElementsIBM(Addressable, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexBufferEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexBufferEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1bOES(int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1bOES(int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1bvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1bvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1d(int, double) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1d(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1d(int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1d(int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1d(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1dARB(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1dARB(int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1dARB(int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1dARB(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1dv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1f(int, float) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1f(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1f(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1f(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1f(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1fARB(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1fARB(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1fARB(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1fARB(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1fv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1hNV(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1hNV(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1i(int, int) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1iARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1iARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1iARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1iARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1iv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1iv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1iv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1ivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1ivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1ivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1ivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1s(int, short) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1s(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1s(int, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1s(int, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1s(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1sARB(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1sARB(int, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1sARB(int, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1sARB(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1sv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord1sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord1svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord1svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1xOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1xOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord1xvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord1xvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2bOES(int, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2bOES(int, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2bvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2bvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2d(int, double, double) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2d(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2d(int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2d(int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2d(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2dARB(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2dARB(int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2dARB(int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2dARB(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2dv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2f(int, float, float) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2f(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2f(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2f(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2f(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2fARB(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2fARB(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2fARB(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2fARB(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2fv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2hNV(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2hNV(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2i(int, int, int) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2iARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2iARB(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2iARB(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2iARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2iv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2iv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2iv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2ivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2ivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2ivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2ivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2s(int, short, short) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2s(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2s(int, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2s(int, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2s(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2sARB(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2sARB(int, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2sARB(int, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2sARB(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2sv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord2sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord2svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord2svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord2xvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord2xvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3bOES(int, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3bOES(int, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3bvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3bvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3d(int, double, double, double) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3d(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3d(int, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3d(int, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3d(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3dARB(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3dARB(int, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3dARB(int, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3dARB(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3dv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3f(int, float, float, float) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3f(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3f(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3f(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3f(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3fARB(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3fARB(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3fARB(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3fARB(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3fv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3hNV(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3hNV(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3i(int, int, int, int) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3iARB(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3iARB(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3iARB(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3iARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3iv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3iv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3iv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3ivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3ivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3ivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3ivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3s(int, short, short, short) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3s(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3s(int, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3s(int, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3s(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3sARB(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3sARB(int, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3sARB(int, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3sARB(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3sv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord3sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord3svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord3svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3xOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3xOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord3xvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord3xvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4bOES(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4bOES(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4bvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4bvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4d(int, double, double, double, double) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4d(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4d(int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4d(int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4d(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4dARB(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4dARB(int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4dARB(int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4dARB(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4dv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4f(int, float, float, float, float) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4f(int, float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glMultiTexCoord4f(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4f(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4f(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4f(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4fARB(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4fARB(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4fv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4hNV(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4i(int, int, int, int, int) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4i(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4i(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4i(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4i(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4iARB(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4iARB(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4iARB(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4iARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4iv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4iv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4iv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4ivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4ivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4ivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4ivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4s(int, short, short, short, short) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4s(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4s(int, short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4s(int, short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4s(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4sARB(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4sARB(int, short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4sARB(int, short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4sARB(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4sv(int, Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultiTexCoord4sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultiTexCoord4svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultiTexCoord4svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4x(int, int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glMultiTexCoord4x(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4x(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4xOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4xOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoord4xvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoord4xvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP1ui(int, int, int) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP1ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP1ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP1uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP1uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP1uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP2ui(int, int, int) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP2ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP2ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP2uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP2uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP2uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP3ui(int, int, int) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP3ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP3ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP3uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP3uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP3uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP4ui(int, int, int) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP4ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP4ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordP4uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glMultiTexCoordP4uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordP4uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexCoordPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexCoordPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexEnvfEXT(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexEnvfEXT(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexEnvfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexEnvfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexEnviEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexEnviEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexEnvivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexEnvivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGendEXT(int, int, int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGendEXT(int, int, int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGendvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGendvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGenfEXT(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGenfEXT(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGenfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGenfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGeniEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGeniEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexGenivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexGenivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameterfEXT(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameterfEXT(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameteriEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameteriEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexRenderbufferEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexRenderbufferEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultMatrixd(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMultMatrixd(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultMatrixd(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultMatrixd(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultMatrixd(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultMatrixf(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glMultMatrixf(Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glMultMatrixf(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultMatrixf(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultMatrixf(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultMatrixf(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultMatrixx(Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glMultMatrixx(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultMatrixx(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultMatrixxOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultMatrixxOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultTransposeMatrixd(Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultTransposeMatrixd(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultTransposeMatrixd(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultTransposeMatrixd(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultTransposeMatrixd(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultTransposeMatrixdARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultTransposeMatrixf(Addressable) - Method in interface panamagl.opengl.GL_1_3
- glMultTransposeMatrixf(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultTransposeMatrixf(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultTransposeMatrixf(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultTransposeMatrixf(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glMultTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glMultTransposeMatrixfARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glMultTransposeMatrixxOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glMultTransposeMatrixxOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferAttachMemoryNV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferAttachMemoryNV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferData(int, long, Addressable, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedBufferData(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferData(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferDataEXT(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferDataEXT(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferPageCommitmentARB(int, long, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferPageCommitmentARB(int, long, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferPageCommitmentEXT(int, long, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferPageCommitmentEXT(int, long, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferPageCommitmentMemNV(int, long, long, int, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferPageCommitmentMemNV(int, long, long, int, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferStorage(int, long, Addressable, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedBufferStorage(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferStorage(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferStorageEXT(int, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferStorageEXT(int, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferStorageExternalEXT(int, long, long, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferStorageExternalEXT(int, long, long, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferStorageMemEXT(int, long, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferStorageMemEXT(int, long, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferSubData(int, long, long, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glNamedBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferSubData(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedBufferSubDataEXT(int, long, long, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedBufferSubDataEXT(int, long, long, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedCopyBufferSubDataEXT(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedCopyBufferSubDataEXT(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferDrawBuffer(int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferDrawBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferDrawBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferDrawBuffers(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferDrawBuffers(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferDrawBuffers(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferParameteri(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferParameteriEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferParameteriEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferReadBuffer(int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferReadBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferReadBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferRenderbuffer(int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferRenderbuffer(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferRenderbufferEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferSampleLocationsfvARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferSampleLocationsfvARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferSampleLocationsfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferSampleLocationsfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferSamplePositionsfvAMD(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferSamplePositionsfvAMD(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTexture(int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferTexture(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTexture(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTexture1DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTexture2DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTexture3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTextureEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTextureFaceEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTextureLayer(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTextureLayer(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameter4dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameter4dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameter4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameter4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameterI4ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameterI4ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameterI4uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameterI4uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParameters4fvEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParametersI4ivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramLocalParametersI4uivEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedProgramStringEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedProgramStringEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorage(int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorageMultisample(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glNamedRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorageMultisampleAdvancedAMD(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorageMultisampleAdvancedAMD(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNamedStringARB(int, int, Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNamedStringARB(int, int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNewList(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glNewList(int, int) - Method in interface panamagl.opengl.GL_1_0
- glNewList(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNewList(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNewList(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNewList(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNewList(int, ListMode) - Method in class org.jzy3d.painters.PanamaGLPainter
- glNewObjectBufferATI(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNewObjectBufferATI(int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3b(byte, byte, byte) - Method in interface panamagl.opengl.GL_1_0
- glNormal3b(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3b(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3b(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3b(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3bv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glNormal3bv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3bv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3bv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3bv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3d(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glNormal3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glNormal3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3f(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glNormal3f(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glNormal3f(float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glNormal3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glNormal3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3fVertex3fSUN(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3hNV(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3hNV(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3i(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glNormal3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glNormal3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3s(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glNormal3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glNormal3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormal3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormal3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3x(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glNormal3x(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3x(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormal3xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormal3xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalFormatNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalFormatNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalP3ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glNormalP3ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalP3ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalP3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glNormalP3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalP3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalPointer(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glNormalPointer(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glNormalPointer(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalPointer(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glNormalPointer(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glNormalPointer(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalPointerListIBM(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalPointervINTEL(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalPointervINTEL(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3bATI(int, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3bATI(int, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3bvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3bvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3dATI(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3dATI(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3dvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3dvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3fATI(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3fATI(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3fvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3fvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3iATI(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3iATI(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3ivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3ivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3sATI(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3sATI(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glNormalStream3svATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glNormalStream3svATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectLabel(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glObjectLabel(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glObjectLabel(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectLabel(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectLabelKHR(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectLabelKHR(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectPtrLabel(Addressable, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glObjectPtrLabel(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glObjectPtrLabel(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectPtrLabel(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectPtrLabelKHR(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectPtrLabelKHR(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectPurgeableAPPLE(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectPurgeableAPPLE(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glObjectPurgeableAPPLE(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glObjectPurgeableAPPLE(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glObjectUnpurgeableAPPLE(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glOrtho(double, double, double, double, double, double) - Method in class org.jzy3d.painters.PanamaGLPainter
- glOrtho(double, double, double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glOrtho(double, double, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glOrtho(double, double, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glOrtho(double, double, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glOrtho(double, double, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glOrthof(float, float, float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glOrthof(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glOrthof(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glOrthofOES(float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glOrthofOES(float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glOrthox(int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glOrthox(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glOrthox(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glOrthoxOES(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glOrthoxOES(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPassTexCoordATI(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPassTexCoordATI(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPassThrough(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPassThrough(float) - Method in interface panamagl.opengl.GL_1_0
- glPassThrough(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPassThrough(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPassThrough(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPassThrough(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPassThroughxOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPassThroughxOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPatchParameterfv(int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glPatchParameterfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPatchParameterfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPatchParameteri(int, int) - Method in interface panamagl.opengl.GL_4_0
- glPatchParameteri(int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glPatchParameteri(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPatchParameteri(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPatchParameteriEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPatchParameteriEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPatchParameteriOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPatchParameteriOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathColorGenNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathColorGenNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathCommandsNV(int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathCommandsNV(int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathCoordsNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathCoordsNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathCoverDepthFuncNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathCoverDepthFuncNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathDashArrayNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathDashArrayNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathFogGenNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathFogGenNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathGlyphIndexArrayNV(int, int, Addressable, int, int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathGlyphIndexArrayNV(int, int, Addressable, int, int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathGlyphIndexRangeNV(int, Addressable, int, int, float, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathGlyphIndexRangeNV(int, Addressable, int, int, float, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathGlyphRangeNV(int, int, Addressable, int, int, int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathGlyphRangeNV(int, int, Addressable, int, int, int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathGlyphsNV(int, int, Addressable, int, int, int, Addressable, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathGlyphsNV(int, int, Addressable, int, int, int, Addressable, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathMemoryGlyphIndexArrayNV(int, int, long, Addressable, int, int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathMemoryGlyphIndexArrayNV(int, int, long, Addressable, int, int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathParameterfNV(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathParameterfNV(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathParameterfvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathParameteriNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathParameteriNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathStencilDepthOffsetNV(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathStencilDepthOffsetNV(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathStencilFuncNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathStencilFuncNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathStringNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathStringNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathSubCommandsNV(int, int, int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathSubCommandsNV(int, int, int, int, Addressable, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathSubCoordsNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathSubCoordsNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPathTexGenNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPathTexGenNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPauseTransformFeedback() - Method in interface panamagl.opengl.GL_4_0
- glPauseTransformFeedback() - Method in interface panamagl.opengl.GLES2_3_0
- glPauseTransformFeedback() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPauseTransformFeedback() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPauseTransformFeedbackNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPauseTransformFeedbackNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelDataRangeNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelDataRangeNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelMapfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelMapfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelMapuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelMapuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelMapusv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelMapusv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelMapx(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelMapx(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelStore(PixelStore, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPixelStoref(int, float) - Method in interface panamagl.opengl.GL_1_0
- glPixelStoref(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelStoref(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelStoref(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelStoref(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelStorei(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPixelStorei(int, int) - Method in interface panamagl.opengl.GL_1_0
- glPixelStorei(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glPixelStorei(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glPixelStorei(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glPixelStorei(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelStorei(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelStorei(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelStorei(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelStorex(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelStorex(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTexGenParameterfSGIS(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTexGenParameterfSGIS(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTexGenParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTexGenParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTexGenParameteriSGIS(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTexGenParameteriSGIS(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTexGenParameterivSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTexGenParameterivSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTexGenSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTexGenSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransferf(int, float) - Method in interface panamagl.opengl.GL_1_0
- glPixelTransferf(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransferf(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelTransferf(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelTransferf(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransferi(int, int) - Method in interface panamagl.opengl.GL_1_0
- glPixelTransferi(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransferi(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelTransferi(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelTransferi(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransferxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransferxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransformParameterfEXT(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransformParameterfEXT(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransformParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransformParameterfvEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransformParameteriEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransformParameteriEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelTransformParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelTransformParameterivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelZoom(float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
-
glPixelZoom is not implemented by GL.
- glPixelZoom(float, float) - Method in interface panamagl.opengl.GL_1_0
- glPixelZoom(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelZoom(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPixelZoom(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPixelZoom(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPixelZoomxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPixelZoomxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPNTrianglesfATI(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPNTrianglesfATI(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPNTrianglesiATI(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPNTrianglesiATI(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointAlongPathNV(int, int, int, float, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointAlongPathNV(int, int, int, float, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterf(int, float) - Method in interface panamagl.opengl.GL_1_4
- glPointParameterf(int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glPointParameterf(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterf(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameterf(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameterf(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfARB(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfARB(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameterfARB(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameterfARB(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfEXT(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfEXT(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfSGIS(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfSGIS(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfv(int, Addressable) - Method in interface panamagl.opengl.GL_1_4
- glPointParameterfv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glPointParameterfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameterfv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameterfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameterfvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameterfvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterfvSGIS(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameteri(int, int) - Method in interface panamagl.opengl.GL_1_4
- glPointParameteri(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameteri(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameteri(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameteri(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameteriNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameteriNV(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameteriNV(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameteriNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameteriv(int, Addressable) - Method in interface panamagl.opengl.GL_1_4
- glPointParameteriv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameteriv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameteriv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameteriv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterivNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterivNV(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointParameterivNV(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointParameterivNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterx(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glPointParameterx(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterx(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterxv(int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glPointParameterxv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterxv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointParameterxvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointParameterxvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointSize(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPointSize(float) - Method in interface panamagl.opengl.GL_1_0
- glPointSize(float) - Method in interface panamagl.opengl.GLES1_1_0
- glPointSize(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointSize(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPointSize(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPointSize(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointSizePointerOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointSizePointerOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointSizex(int) - Method in interface panamagl.opengl.GLES1_1_0
- glPointSizex(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointSizex(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPointSizexOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPointSizexOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPollAsyncSGIX(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPollAsyncSGIX(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPollInstrumentsSGIX(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPollInstrumentsSGIX(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonMode(int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPolygonMode(int, int) - Method in interface panamagl.opengl.GL_1_0
- glPolygonMode(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonMode(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPolygonMode(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPolygonMode(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonMode(PolygonMode, PolygonFill) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPolygonModeNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonModeNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffset(float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPolygonOffset(float, float) - Method in interface panamagl.opengl.GL_1_1
- glPolygonOffset(float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glPolygonOffset(float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glPolygonOffset(float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glPolygonOffset(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffset(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPolygonOffset(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPolygonOffset(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffsetClamp(float, float, float) - Method in interface panamagl.opengl.GL_4_6
- glPolygonOffsetClamp(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffsetClamp(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffsetClampEXT(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffsetClampEXT(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffsetEXT(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffsetEXT(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffsetx(int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glPolygonOffsetx(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffsetx(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonOffsetxOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonOffsetxOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPolygonStipple(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glPolygonStipple(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPolygonStipple(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPolygonStipple(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPolygonStipple(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopAttrib() - Method in interface panamagl.opengl.GL_1_0
- glPopAttrib() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopAttrib() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPopAttrib() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPopAttrib() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopClientAttrib() - Method in interface panamagl.opengl.GL_1_1
- glPopClientAttrib() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopClientAttrib() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPopClientAttrib() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPopClientAttrib() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopDebugGroup() - Method in interface panamagl.opengl.GL_4_3
- glPopDebugGroup() - Method in interface panamagl.opengl.GLES2_3_2
- glPopDebugGroup() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopDebugGroup() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopDebugGroupKHR() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopDebugGroupKHR() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopGroupMarkerEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopGroupMarkerEXT() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPopGroupMarkerEXT() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPopGroupMarkerEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopMatrix() - Method in class org.jzy3d.painters.PanamaGLPainter
- glPopMatrix() - Method in interface panamagl.opengl.GL_1_0
- glPopMatrix() - Method in interface panamagl.opengl.GLES1_1_0
- glPopMatrix() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopMatrix() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPopMatrix() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPopMatrix() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPopName() - Method in class org.jzy3d.painters.PanamaGLPainter
- glPopName() - Method in interface panamagl.opengl.GL_1_0
- glPopName() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPopName() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPopName() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPopName() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveBoundingBox(float, float, float, float, float, float, float, float) - Method in interface panamagl.opengl.GLES2_3_2
- glPrimitiveBoundingBox(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveBoundingBox(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveBoundingBoxARB(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveBoundingBoxARB(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveBoundingBoxOES(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveBoundingBoxOES(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveRestartIndex(int) - Method in interface panamagl.opengl.GL_3_1
- glPrimitiveRestartIndex(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveRestartIndex(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveRestartIndexNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveRestartIndexNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrimitiveRestartNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrimitiveRestartNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrioritizeTextures(int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glPrioritizeTextures(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrioritizeTextures(int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPrioritizeTextures(int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPrioritizeTextures(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrioritizeTexturesEXT(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrioritizeTexturesEXT(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPrioritizeTexturesxOES(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPrioritizeTexturesxOES(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLProfile - Class in panamagl
- GLProfile() - Constructor for class panamagl.GLProfile
- GLProfile(GL) - Constructor for class panamagl.GLProfile
- glProgramBinary(int, int, Addressable, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramBinary(int, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_3_0
- glProgramBinary(int, int, Addressable, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glProgramBinary(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramBinary(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramBinaryOES(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramBinaryOES(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramBufferParametersfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramBufferParametersfvNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramBufferParametersIivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramBufferParametersIivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramBufferParametersIuivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramBufferParametersIuivNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramEnvParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramEnvParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramEnvParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramEnvParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramEnvParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramEnvParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameterI4iNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameterI4ivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameterI4ivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameterI4uiNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameterI4uivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameterI4uivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramEnvParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramEnvParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParametersI4ivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParametersI4ivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramEnvParametersI4uivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramEnvParametersI4uivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramLocalParameter4dARB(int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramLocalParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramLocalParameter4dvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramLocalParameter4fARB(int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramLocalParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramLocalParameter4fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameterI4iNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameterI4ivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameterI4ivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameterI4uiNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameterI4uivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameterI4uivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramLocalParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramLocalParameters4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParametersI4ivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParametersI4ivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramLocalParametersI4uivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramLocalParametersI4uivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramNamedParameter4dNV(int, int, Addressable, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramNamedParameter4dNV(int, int, Addressable, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramNamedParameter4dvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramNamedParameter4dvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramNamedParameter4fNV(int, int, Addressable, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramNamedParameter4fNV(int, int, Addressable, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramNamedParameter4fvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramNamedParameter4fvNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameter4dNV(int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameter4dvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameter4dvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameter4fNV(int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameter4fvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameter4fvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameteri(int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramParameteri(int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glProgramParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameteriARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameteriARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameteriEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameteriEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramParameteriEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramParameteriEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameters4dvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameters4dvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramParameters4fvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramParameters4fvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramPathFragmentInputGenNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramPathFragmentInputGenNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramStringARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramStringARB(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProgramStringARB(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProgramStringARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramSubroutineParametersuivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramSubroutineParametersuivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1d(int, int, double) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1d(int, int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1d(int, int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1dEXT(int, int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1dEXT(int, int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1dv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1dv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1dv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1f(int, int, float) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1f(int, int, float) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1f(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1f(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1fEXT(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1fEXT(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1fv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1fv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1i(int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1i(int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1i64ARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1i64ARB(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1i64NV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1i64NV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1iEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1iEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1iv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1iv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ui(int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1ui(int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ui64ARB(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ui64ARB(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ui64NV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ui64NV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1uiEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1uiEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform1uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform1uiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1uiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform1uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform1uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2d(int, int, double, double) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2d(int, int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2d(int, int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2dEXT(int, int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2dEXT(int, int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2dv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2dv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2dv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2f(int, int, float, float) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2f(int, int, float, float) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2f(int, int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2f(int, int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2fEXT(int, int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2fEXT(int, int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2fv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2fv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2i(int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2i(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2i64ARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2i64ARB(int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2i64NV(int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2i64NV(int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2iEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2iEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2iv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2iv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ui(int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2ui(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2ui(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ui(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ui64ARB(int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ui64ARB(int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ui64NV(int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ui64NV(int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2uiEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2uiEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform2uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform2uiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2uiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform2uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform2uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3d(int, int, double, double, double) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3d(int, int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3d(int, int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3dEXT(int, int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3dEXT(int, int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3dv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3dv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3dv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3f(int, int, float, float, float) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3f(int, int, float, float, float) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3f(int, int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3f(int, int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3fEXT(int, int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3fEXT(int, int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3fv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3fv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3i(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3i(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3i(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3i(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3i64ARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3i64ARB(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3i64NV(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3i64NV(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3iEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3iEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3iv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3iv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ui(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3ui(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3ui(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ui(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ui64ARB(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ui64ARB(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ui64NV(int, int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ui64NV(int, int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3uiEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3uiEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform3uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform3uiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3uiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform3uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform3uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4d(int, int, double, double, double, double) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4d(int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4d(int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4dEXT(int, int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4dEXT(int, int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4dv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4dv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4dv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4dvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4f(int, int, float, float, float, float) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4f(int, int, float, float, float, float) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4f(int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4f(int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4fEXT(int, int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4fEXT(int, int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4fv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4fv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4fv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4fvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4i(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4i(int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4i(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4i(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4i64ARB(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4i64ARB(int, int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4i64NV(int, int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4i64NV(int, int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4i64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4i64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4iEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4iEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4iv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4iv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4iv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ui(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4ui(int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4ui(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ui(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ui64ARB(int, int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ui64ARB(int, int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ui64NV(int, int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ui64NV(int, int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4ui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4uiEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4uiEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniform4uiv(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniform4uiv(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4uiv(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniform4uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniform4uivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64ARB(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64ARB(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64IMG(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64IMG(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64NV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64NV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64vARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64vIMG(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64vIMG(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformHandleui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformHandleui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x3dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2x3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2x3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix2x3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x4dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2x4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix2x4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix2x4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix2x4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix2x4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x2dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3x2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3x2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix3x2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x4dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3x4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix3x4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix3x4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix3x4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix3x4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x2dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4x2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x2dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x2dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4x2fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix4x2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x2fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x2fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x3dv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4x3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x3dv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x3dvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glProgramUniformMatrix4x3fv(int, int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_1
- glProgramUniformMatrix4x3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x3fv(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformMatrix4x3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformMatrix4x3fvEXT(int, int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformui64NV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformui64NV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramUniformui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramUniformui64vNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProgramVertexLimitNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProgramVertexLimitNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProvokingVertex(int) - Method in interface panamagl.opengl.GL_3_2
- glProvokingVertex(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProvokingVertex(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProvokingVertex(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProvokingVertex(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glProvokingVertexEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glProvokingVertexEXT(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glProvokingVertexEXT(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glProvokingVertexEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushAttrib(int) - Method in interface panamagl.opengl.GL_1_0
- glPushAttrib(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushAttrib(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPushAttrib(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPushAttrib(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushClientAttrib(int) - Method in interface panamagl.opengl.GL_1_1
- glPushClientAttrib(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushClientAttrib(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPushClientAttrib(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPushClientAttrib(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushClientAttribDefaultEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushClientAttribDefaultEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushDebugGroup(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_3
- glPushDebugGroup(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glPushDebugGroup(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushDebugGroup(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushDebugGroupKHR(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushDebugGroupKHR(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushGroupMarkerEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushGroupMarkerEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPushGroupMarkerEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPushGroupMarkerEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushMatrix() - Method in class org.jzy3d.painters.PanamaGLPainter
-
OPEN GL Interface
- glPushMatrix() - Method in interface panamagl.opengl.GL_1_0
- glPushMatrix() - Method in interface panamagl.opengl.GLES1_1_0
- glPushMatrix() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushMatrix() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPushMatrix() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPushMatrix() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glPushName(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glPushName(int) - Method in interface panamagl.opengl.GL_1_0
- glPushName(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glPushName(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glPushName(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glPushName(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryCounter(int, int) - Method in interface panamagl.opengl.GL_3_3
- glQueryCounter(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryCounter(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryCounterEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryCounterEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryMatrixxOES(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryMatrixxOES(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryObjectParameteruiAMD(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryObjectParameteruiAMD(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryResourceNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryResourceNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glQueryResourceTagNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2d(double, double) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2d(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2d(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2d(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2d(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2f(float, float) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2f(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2f(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2f(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2f(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2i(int, int) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2s(short, short) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2s(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2s(short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2s(short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2s(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos2sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos2sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos2sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2xOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2xOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos2xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos2xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3d(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3f(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glRasterPos3f(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3i(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3s(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos3xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos3xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4d(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4d(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4d(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4d(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4d(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4f(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4f(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4f(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4f(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4f(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4i(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4s(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4s(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4s(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4s(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4s(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRasterPos4sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRasterPos4sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRasterPos4sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4xOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4xOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterPos4xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterPos4xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRasterSamplesEXT(int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRasterSamplesEXT(int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadBuffer(int) - Method in interface panamagl.opengl.GL_1_0
- glReadBuffer(int) - Method in interface panamagl.opengl.GLES2_3_0
- glReadBuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadBuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glReadBuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glReadBuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadBufferIndexedEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadBufferIndexedEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadBufferNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadBufferNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadInstrumentsSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadInstrumentsSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadnPixels(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glReadnPixels(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glReadnPixels(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glReadnPixels(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadnPixels(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadnPixelsARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadnPixelsARB(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadnPixelsEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadnPixelsEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadnPixelsKHR(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadnPixelsKHR(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glReadPixels(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectd(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glRectd(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectd(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectd(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectd(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectdv(Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRectdv(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectdv(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectdv(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectdv(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectf(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glRectf(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectf(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectf(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectf(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectfv(Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRectfv(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectfv(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectfv(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectfv(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRecti(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glRecti(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRecti(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRecti(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRecti(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectiv(Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRectiv(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectiv(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectiv(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectiv(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRects(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glRects(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRects(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRects(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRects(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectsv(Addressable, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glRectsv(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectsv(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRectsv(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRectsv(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectxOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectxOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRectxvOES(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRectxvOES(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReferencePlaneSGIX(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReferencePlaneSGIX(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReleaseKeyedMutexWin32EXT(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReleaseKeyedMutexWin32EXT(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReleaseShaderCompiler() - Method in interface panamagl.opengl.GL_4_1
- glReleaseShaderCompiler() - Method in interface panamagl.opengl.GLES2_2_0
- glReleaseShaderCompiler() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReleaseShaderCompiler() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorage - Variable in class panamagl.platform.linux.FBO_linux
- glRenderbufferStorage - Variable in class panamagl.platform.windows.FBO_windows
- glRenderbufferStorage(int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glRenderbufferStorage(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glRenderbufferStorage(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRenderbufferStorage(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRenderbufferStorageEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRenderbufferStorageMultisample(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleAdvancedAMD(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleAdvancedAMD(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleANGLE(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleANGLE(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleIMG(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageMultisampleNV(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageMultisampleNV(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderbufferStorageOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderbufferStorageOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderGpuMaskNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderGpuMaskNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderMode(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glRenderMode(int) - Method in interface panamagl.opengl.GL_1_0
- glRenderMode(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRenderMode(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRenderMode(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRenderMode(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRenderMode(RenderMode) - Method in class org.jzy3d.painters.PanamaGLPainter
- glReplacementCodePointerSUN(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodePointerSUN(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeubSUN(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeubSUN(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeubvSUN(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeubvSUN(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor4ubVertex3fSUN(int, byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiColor4ubVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiColor4ubVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiNormal3fVertex3fSUN(int, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiSUN(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiSUN(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fVertex3fSUN(int, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiTexCoord2fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiTexCoord2fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiVertex3fSUN(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuiVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuiVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeuivSUN(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeuivSUN(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeusSUN(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeusSUN(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glReplacementCodeusvSUN(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glReplacementCodeusvSUN(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRequestResidentProgramsNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRequestResidentProgramsNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResetHistogram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResetHistogram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glResetHistogram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glResetHistogram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResetHistogramEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResetHistogramEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResetMemoryObjectParameterNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResetMemoryObjectParameterNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResetMinmax(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResetMinmax(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glResetMinmax(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glResetMinmax(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResetMinmaxEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResetMinmaxEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResizeBuffersMESA() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResizeBuffersMESA() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResolveDepthValuesNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResolveDepthValuesNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResolveMultisampleFramebufferAPPLE() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResolveMultisampleFramebufferAPPLE() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResumeTransformFeedback() - Method in interface panamagl.opengl.GL_4_0
- glResumeTransformFeedback() - Method in interface panamagl.opengl.GLES2_3_0
- glResumeTransformFeedback() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResumeTransformFeedback() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glResumeTransformFeedbackNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glResumeTransformFeedbackNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRotated(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glRotated(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRotated(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRotated(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRotated(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRotatef(float, float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glRotatef(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glRotatef(float, float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glRotatef(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRotatef(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glRotatef(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glRotatef(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRotatex(int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glRotatex(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRotatex(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glRotatexOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glRotatexOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleCoverage(float, byte) - Method in interface panamagl.opengl.GL_1_3
- glSampleCoverage(float, byte) - Method in interface panamagl.opengl.GLES1_1_0
- glSampleCoverage(float, byte) - Method in interface panamagl.opengl.GLES2_2_0
- glSampleCoverage(float, byte) - Method in interface panamagl.opengl.GLSC2_2_0
- glSampleCoverage(float, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleCoverage(float, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSampleCoverage(float, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSampleCoverage(float, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleCoverageARB(float, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleCoverageARB(float, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSampleCoverageARB(float, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSampleCoverageARB(float, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleCoveragex(int, byte) - Method in interface panamagl.opengl.GLES1_1_0
- glSampleCoveragex(int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleCoveragex(int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleCoveragexOES(int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleCoveragexOES(int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleMapATI(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleMapATI(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleMaskEXT(float, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleMaskEXT(float, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleMaski(int, int) - Method in interface panamagl.opengl.GL_3_2
- glSampleMaski(int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glSampleMaski(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleMaski(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleMaskIndexedNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleMaskIndexedNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSampleMaskSGIS(float, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSampleMaskSGIS(float, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplePatternEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplePatternEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplePatternSGIS(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplePatternSGIS(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterf(int, int, float) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameterf(int, int, float) - Method in interface panamagl.opengl.GLES2_3_0
- glSamplerParameterf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glSamplerParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameteri(int, int, int) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameteri(int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glSamplerParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glSamplerParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glSamplerParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSamplerParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glSamplerParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glSamplerParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSamplerParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLSC2_2_0 - Interface in panamagl.opengl
- glScaled(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glScaled(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScaled(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glScaled(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glScaled(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScalef(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glScalef(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glScalef(float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glScalef(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScalef(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glScalef(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glScalef(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScalex(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glScalex(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScalex(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScalexOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScalexOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissor(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glScissor(int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glScissor(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glScissor(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glScissor(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissor(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glScissor(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glScissor(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorArrayv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glScissorArrayv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorArrayv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorArrayvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorArrayvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorArrayvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorArrayvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorExclusiveArrayvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorExclusiveArrayvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorExclusiveNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorExclusiveNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexed(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glScissorIndexed(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexed(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexedNV(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexedNV(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexedOES(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexedOES(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexedv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glScissorIndexedv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexedv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexedvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexedvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glScissorIndexedvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glScissorIndexedvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3b(byte, byte, byte) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3b(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3b(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3b(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3b(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3bEXT(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3bv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3bv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3bv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3bv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3bv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3bvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3bvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3bvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3bvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3d(double, double, double) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3dEXT(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3dEXT(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3dEXT(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3dEXT(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3dv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3dvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3dvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3dvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3dvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3f(float, float, float) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3fEXT(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3fEXT(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3fEXT(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3fEXT(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3fv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3fvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3fvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3fvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3fvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3hNV(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3hNV(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3i(int, int, int) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3iEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3iEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3iEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3iEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3iv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ivEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ivEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ivEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ivEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3s(short, short, short) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3sEXT(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3sEXT(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3sEXT(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3sEXT(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3sv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3svEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3svEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3svEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3svEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ub(byte, byte, byte) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3ub(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ub(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ub(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ub(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ubEXT(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ubv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3ubv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ubv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ubv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ubv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ubvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ubvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ubvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ubvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3ui(int, int, int) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3ui(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3ui(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3uiEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3uiEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3uiEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3uiEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3uiv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3uiv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3uiv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3uiv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3uiv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3uivEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3uivEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3uivEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3uivEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3us(short, short, short) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3us(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3us(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3us(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3us(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3usEXT(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3usEXT(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3usEXT(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3usEXT(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3usv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColor3usv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3usv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3usv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3usv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColor3usvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColor3usvEXT(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColor3usvEXT(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColor3usvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorFormatNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorFormatNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorP3ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glSecondaryColorP3ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorP3ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorP3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glSecondaryColorP3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorP3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_4
- glSecondaryColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColorPointer(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSecondaryColorPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSecondaryColorPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSecondaryColorPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSecondaryColorPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSelectBuffer(int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glSelectBuffer(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSelectBuffer(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSelectBuffer(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSelectBuffer(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSelectBuffer(int, IntBuffer) - Method in class org.jzy3d.painters.PanamaGLPainter
- glSelectPerfMonitorCountersAMD(int, byte, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSelectPerfMonitorCountersAMD(int, byte, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSemaphoreParameterivNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSemaphoreParameterivNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSemaphoreParameterui64vEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSemaphoreParameterui64vEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSeparableFilter2D(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSeparableFilter2D(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSeparableFilter2D(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSeparableFilter2D(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSeparableFilter2DEXT(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSeparableFilter2DEXT(int, int, int, int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetFenceAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetFenceAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glSetFenceAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glSetFenceAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetFenceNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetFenceNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetFragmentShaderConstantATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetFragmentShaderConstantATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetInvariantEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetInvariantEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetLocalConstantEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetLocalConstantEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSetMultisamplefvAMD(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSetMultisamplefvAMD(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadeModel(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glShadeModel(int) - Method in interface panamagl.opengl.GL_1_0
- glShadeModel(int) - Method in interface panamagl.opengl.GLES1_1_0
- glShadeModel(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadeModel(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glShadeModel(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glShadeModel(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadeModel(ColorModel) - Method in class org.jzy3d.painters.PanamaGLPainter
- glShadeModel_Flat() - Method in class org.jzy3d.painters.PanamaGLPainter
- glShadeModel_Smooth() - Method in class org.jzy3d.painters.PanamaGLPainter
- glShaderBinary(int, Addressable, int, Addressable, int) - Method in interface panamagl.opengl.GL_4_1
- glShaderBinary(int, Addressable, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_2_0
- glShaderBinary(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderBinary(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderOp1EXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderOp1EXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderOp2EXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderOp2EXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderOp3EXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderOp3EXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderSource(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glShaderSource(int, int, Addressable, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glShaderSource(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderSourceARB(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glShaderSourceARB(Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShaderStorageBlockBinding(int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glShaderStorageBlockBinding(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShaderStorageBlockBinding(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateCombinerOpsEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateCombinerOpsEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateImageBarrierNV(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateImageBarrierNV(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateImagePaletteNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateImagePaletteNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateQCOM(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateQCOM(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateSampleOrderCustomNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateSampleOrderCustomNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glShadingRateSampleOrderNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glShadingRateSampleOrderNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSharpenTexFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSharpenTexFuncSGIS(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSignalSemaphoreEXT(int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSignalSemaphoreEXT(int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSignalSemaphoreui64NVX(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSignalSemaphoreui64NVX(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSignalVkFenceNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSignalVkFenceNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSignalVkSemaphoreNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSignalVkSemaphoreNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpecializeShader(int, Addressable, int, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_6
- glSpecializeShader(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpecializeShader(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpecializeShaderARB(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpecializeShaderARB(int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpriteParameterfSGIX(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpriteParameterfSGIX(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpriteParameterfvSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpriteParameterfvSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpriteParameteriSGIX(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpriteParameteriSGIX(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSpriteParameterivSGIX(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSpriteParameterivSGIX(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStartInstrumentsSGIX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStartInstrumentsSGIX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStartTilingQCOM(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStartTilingQCOM(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStateCaptureNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStateCaptureNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilClearTagEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilClearTagEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilFillPathInstancedNV(int, int, Addressable, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilFillPathInstancedNV(int, int, Addressable, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilFillPathNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilFillPathNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilFunc(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glStencilFunc(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glStencilFunc(int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilFunc(int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilFunc(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilFunc(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilFunc(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilFunc(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilFunc(StencilFunc, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glStencilFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GL_2_0
- glStencilFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilFuncSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilFuncSeparate(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilFuncSeparate(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilFuncSeparate(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilFuncSeparate(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilFuncSeparateATI(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilFuncSeparateATI(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilFuncSeparateATI(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilFuncSeparateATI(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilMask(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glStencilMask(int) - Method in interface panamagl.opengl.GL_1_0
- glStencilMask(int) - Method in interface panamagl.opengl.GLES1_1_0
- glStencilMask(int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilMask(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilMask(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilMask(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilMask(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilMask(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilMask_False() - Method in class org.jzy3d.painters.PanamaGLPainter
- glStencilMask_True() - Method in class org.jzy3d.painters.PanamaGLPainter
- glStencilMaskSeparate(int, int) - Method in interface panamagl.opengl.GL_2_0
- glStencilMaskSeparate(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilMaskSeparate(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilMaskSeparate(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilMaskSeparate(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilMaskSeparate(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilMaskSeparate(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilOp(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glStencilOp(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glStencilOp(int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilOp(int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilOp(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilOp(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilOp(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilOp(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilOp(StencilOp, StencilOp, StencilOp) - Method in class org.jzy3d.painters.PanamaGLPainter
- glStencilOpSeparate(int, int, int, int) - Method in interface panamagl.opengl.GL_2_0
- glStencilOpSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glStencilOpSeparate(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glStencilOpSeparate(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilOpSeparate(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilOpSeparate(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilOpSeparate(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilOpSeparateATI(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilOpSeparateATI(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glStencilOpSeparateATI(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glStencilOpSeparateATI(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilOpValueAMD(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilOpValueAMD(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilStrokePathInstancedNV(int, int, Addressable, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilStrokePathInstancedNV(int, int, Addressable, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilStrokePathNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilStrokePathNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilThenCoverFillPathInstancedNV(int, int, Addressable, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilThenCoverFillPathInstancedNV(int, int, Addressable, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilThenCoverFillPathNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilThenCoverFillPathNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilThenCoverStrokePathInstancedNV(int, int, Addressable, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilThenCoverStrokePathInstancedNV(int, int, Addressable, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStencilThenCoverStrokePathNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStencilThenCoverStrokePathNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStopInstrumentsSGIX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStopInstrumentsSGIX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glStringMarkerGREMEDY(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glStringMarkerGREMEDY(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSubpixelPrecisionBiasNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSubpixelPrecisionBiasNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSwizzleEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSwizzleEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glSyncTextureINTEL(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glSyncTextureINTEL(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTagSampleBufferSGIX() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTagSampleBufferSGIX() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3bEXT(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3bEXT(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3bvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3bvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3dEXT(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3dEXT(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3dvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3dvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3fEXT(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3fEXT(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3fvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3fvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3iEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3iEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3ivEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3ivEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3sEXT(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3sEXT(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangent3svEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangent3svEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTangentPointerEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTangentPointerEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTbufferMask3DFX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTbufferMask3DFX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTessellationFactorAMD(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTessellationFactorAMD(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTessellationModeAMD(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTessellationModeAMD(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTestFenceAPPLE(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTestFenceAPPLE(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTestFenceAPPLE(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTestFenceAPPLE(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTestFenceNV(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTestFenceNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTestObjectAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTestObjectAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTestObjectAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTestObjectAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexAttachMemoryNV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexAttachMemoryNV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBuffer(int, int, int) - Method in interface panamagl.opengl.GL_3_1
- glTexBuffer(int, int, int) - Method in interface panamagl.opengl.GLES2_3_2
- glTexBuffer(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBuffer(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GL_4_3
- glTexBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GLES2_3_2
- glTexBufferRange(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferRange(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferRangeEXT(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBufferRangeOES(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBufferRangeOES(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBumpParameterfvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBumpParameterfvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexBumpParameterivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexBumpParameterivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1bOES(byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1bOES(byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1d(double) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1d(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1d(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1d(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1d(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1f(float) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1f(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1f(float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1f(float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1f(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1hNV(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1hNV(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1i(int) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1i(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1i(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1i(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1i(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1s(short) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1s(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1s(short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1s(short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1s(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord1sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord1sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord1sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1xOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1xOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord1xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord1xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2bOES(byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2bOES(byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2d(double, double) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2d(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2d(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2d(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2d(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2f(float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glTexCoord2f(float, float) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2f(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2f(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2f(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2f(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor4fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor4fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor4ubVertex3fSUN(float, float, byte, byte, byte, byte, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fColor4ubVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fColor4ubVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fNormal3fVertex3fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fNormal3fVertex3fvSUN(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fVertex3fSUN(float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2fVertex3fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2hNV(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2hNV(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2i(int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2s(short, short) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2s(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2s(short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2s(short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2s(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord2sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord2sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord2sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2xOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2xOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord2xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord2xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3bOES(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3bOES(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3d(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3f(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3hNV(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3hNV(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3i(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3s(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord3xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord3xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4bOES(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4bOES(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4d(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4d(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4d(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4d(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4d(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4f(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4f(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4f(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4f(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4f(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4fColor4fNormal3fVertex4fSUN(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4fColor4fNormal3fVertex4fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4fColor4fNormal3fVertex4fvSUN(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4fVertex4fSUN(float, float, float, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4fVertex4fvSUN(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4fVertex4fvSUN(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4hNV(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4hNV(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4i(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4s(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4s(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4s(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4s(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4s(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexCoord4sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoord4sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoord4sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4xOES(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4xOES(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoord4xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoord4xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordFormatNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordFormatNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP1ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP1ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP1ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP1uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP1uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP1uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP2ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP2ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP2ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP2uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP2uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP2uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP3ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP3ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP3ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP4ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP4ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP4ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordP4uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glTexCoordP4uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordP4uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glTexCoordPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexCoordPointer(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexCoordPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexCoordPointer(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexCoordPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexCoordPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvf(int, int, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glTexEnvf(int, int, float) - Method in interface panamagl.opengl.GL_1_0
- glTexEnvf(int, int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnvf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexEnvf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexEnvf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexEnvfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexEnvfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvi(int, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glTexEnvi(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexEnvi(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnvi(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvi(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexEnvi(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexEnvi(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnviv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexEnviv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnviv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnviv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexEnviv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexEnviv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvx(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnvx(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvx(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexEnvxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEnvxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEnvxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEstimateMotionQCOM(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEstimateMotionQCOM(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexEstimateMotionRegionsQCOM(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexEstimateMotionRegionsQCOM(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexFilterFuncSGIS(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexFilterFuncSGIS(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGend(int, int, double) - Method in interface panamagl.opengl.GL_1_0
- glTexGend(int, int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGend(int, int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGend(int, int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGend(int, int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGendv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexGendv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGendv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGendv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGendv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenf(int, int, float) - Method in interface panamagl.opengl.GL_1_0
- glTexGenf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGenf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGenf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenfOES(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenfOES(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexGenfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGenfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGenfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenfvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenfvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGeni(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexGeni(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGeni(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGeni(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGeni(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGeniOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGeniOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGeniv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexGeniv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGeniv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexGeniv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexGeniv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexGenxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexGenxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage1D(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexImage1D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage1D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexImage1D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexImage1D(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage2DMultisample(int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_3_2
- glTexImage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_2
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexImage3D(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage3DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage3DMultisample(int, int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_3_2
- glTexImage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage3DOES(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage3DOES(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexImage4DSGIS(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexPageCommitmentARB(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexPageCommitmentARB(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexPageCommitmentEXT(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexPageCommitmentEXT(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexPageCommitmentMemNV(int, int, int, int, int, int, int, int, int, int, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexPageCommitmentMemNV(int, int, int, int, int, int, int, int, int, int, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterf(int, int, float) - Method in interface panamagl.opengl.GL_1_0
- glTexParameterf(int, int, float) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameterf(int, int, float) - Method in interface panamagl.opengl.GLES2_2_0
- glTexParameterf(int, int, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexParameterf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterf(int, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameterf(int, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameterf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glTexParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameteri(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glTexParameteri(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameteri(int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glTexParameteri(int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameteri(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameteri(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glTexParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glTexParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameterIivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glTexParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_2
- glTexParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameterIuivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterIuivOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_1_0
- glTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glTexParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterx(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameterx(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterx(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterxOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterxOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterxv(int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexParameterxv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterxv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexParameterxvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexRenderbufferNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexRenderbufferNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage1D(int, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glTexStorage1D(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage1D(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage1DEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage1DEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage2D(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glTexStorage2D(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glTexStorage2D(int, int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexStorage2D(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage2D(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage2DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage2DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage2DMultisample(int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_4_3
- glTexStorage2DMultisample(int, int, int, int, int, byte) - Method in interface panamagl.opengl.GLES2_3_1
- glTexStorage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage3D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_2
- glTexStorage3D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glTexStorage3D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage3D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage3DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage3DMultisample(int, int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_4_3
- glTexStorage3DMultisample(int, int, int, int, int, int, byte) - Method in interface panamagl.opengl.GLES2_3_2
- glTexStorage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorage3DMultisampleOES(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorage3DMultisampleOES(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageAttribs2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageAttribs2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageAttribs3DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageAttribs3DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageMem1DEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageMem1DEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageMem2DEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageMem2DEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageMem2DMultisampleEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageMem2DMultisampleEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageMem3DEXT(int, int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageMem3DEXT(int, int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageMem3DMultisampleEXT(int, int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageMem3DMultisampleEXT(int, int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexStorageSparseAMD(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexStorageSparseAMD(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage1DEXT(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage1DEXT(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage2DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_2
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexSubImage4DSGIS(int, int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureAttachMemoryNV(int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureAttachMemoryNV(int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBarrier() - Method in interface panamagl.opengl.GL_4_5
- glTextureBarrier() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBarrier() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBarrierNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBarrierNV() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTextureBarrierNV() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTextureBarrierNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBuffer(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTextureBuffer(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBuffer(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBufferEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBufferEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GL_4_5
- glTextureBufferRange(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBufferRange(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureBufferRangeEXT(int, int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureBufferRangeEXT(int, int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureColorMaskSGIS(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureColorMaskSGIS(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureFoveationParametersQCOM(int, int, int, float, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureFoveationParametersQCOM(int, int, int, float, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage1DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage1DEXT(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage2DMultisampleNV(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage2DMultisampleNV(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureLightEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureLightEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureMaterialEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureMaterialEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureNormalEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureNormalEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTexturePageCommitmentMemNV(int, int, int, int, int, int, int, int, int, int, long, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTexturePageCommitmentMemNV(int, int, int, int, int, int, int, int, int, int, long, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterf(int, int, float) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameterf(int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterf(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterfEXT(int, int, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterfEXT(int, int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterfv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameterfv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterfv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterfvEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameteri(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameteri(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameteri(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameteriEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameteriEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterIiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameterIiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterIiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterIivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterIuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterIuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterIuivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameteriv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureParameteriv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameteriv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureParameterivEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureRangeAPPLE(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureRangeAPPLE(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTextureRangeAPPLE(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTextureRangeAPPLE(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureRenderbufferEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureRenderbufferEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage1D(int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTextureStorage1D(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage1D(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage1DEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage1DEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage2D(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTextureStorage2D(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage2D(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage2DEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage2DMultisample(int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_4_5
- glTextureStorage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage2DMultisample(int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage3D(int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTextureStorage3D(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage3D(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage3DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage3DEXT(int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage3DMultisample(int, int, int, int, int, int, byte) - Method in interface panamagl.opengl.GL_4_5
- glTextureStorage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage3DMultisample(int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageMem1DEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageMem1DEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageMem2DEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageMem2DEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageMem2DMultisampleEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageMem2DMultisampleEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageMem3DEXT(int, int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageMem3DEXT(int, int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageMem3DMultisampleEXT(int, int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageMem3DMultisampleEXT(int, int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureStorageSparseAMD(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureStorageSparseAMD(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage1D(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage1DEXT(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage2D(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureView(int, int, int, int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glTextureView(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureView(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureViewEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureViewEXT(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTextureViewOES(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTextureViewOES(int, int, int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTrackMatrixNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTrackMatrixNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackAttribsNV(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackAttribsNV(int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackBufferBase(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glTransformFeedbackBufferBase(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackBufferBase(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackBufferRange(int, int, int, long, long) - Method in interface panamagl.opengl.GL_4_5
- glTransformFeedbackBufferRange(int, int, int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackBufferRange(int, int, int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackStreamAttribsNV(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackStreamAttribsNV(int, Addressable, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackVaryings(int, int, Addressable, int) - Method in interface panamagl.opengl.GL_3_0
- glTransformFeedbackVaryings(int, int, Addressable, int) - Method in interface panamagl.opengl.GLES2_3_0
- glTransformFeedbackVaryings(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackVaryings(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackVaryingsEXT(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackVaryingsEXT(int, int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTransformFeedbackVaryingsEXT(int, int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTransformFeedbackVaryingsEXT(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformFeedbackVaryingsNV(int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformFeedbackVaryingsNV(int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTransformPathNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTransformPathNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTranslated(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glTranslated(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTranslated(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTranslated(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTranslated(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTranslatef(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glTranslatef(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glTranslatef(float, float, float) - Method in interface panamagl.opengl.GLES1_1_0
- glTranslatef(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTranslatef(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glTranslatef(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glTranslatef(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTranslatex(int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glTranslatex(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTranslatex(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glTranslatexOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glTranslatexOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLU - Interface in panamagl.opengl
- gluBeginCurve(Addressable) - Method in interface panamagl.opengl.GLU
- gluBeginCurve(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBeginCurve(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBeginCurve(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBeginCurve(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBeginPolygon(Addressable) - Method in interface panamagl.opengl.GLU
- gluBeginPolygon(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBeginPolygon(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBeginPolygon(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBeginPolygon(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBeginSurface(Addressable) - Method in interface panamagl.opengl.GLU
- gluBeginSurface(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBeginSurface(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBeginSurface(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBeginSurface(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBeginTrim(Addressable) - Method in interface panamagl.opengl.GLU
- gluBeginTrim(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBeginTrim(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBeginTrim(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBeginTrim(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild1DMipmapLevels(int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild1DMipmaps(int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild1DMipmaps(int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild1DMipmaps(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild1DMipmaps(int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild1DMipmaps(int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild2DMipmapLevels(int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild2DMipmaps(int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild2DMipmaps(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild2DMipmaps(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild2DMipmaps(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild2DMipmaps(int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild3DMipmapLevels(int, int, int, int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluBuild3DMipmaps(int, int, int, int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluCheckExtension(Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluCheckExtension(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluCheckExtension(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluCheckExtension(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluCheckExtension(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluCylinder(double, double, double, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluCylinder(Addressable, double, double, double, int, int) - Method in interface panamagl.opengl.GLU
- gluCylinder(Addressable, double, double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluCylinder(Addressable, double, double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluCylinder(Addressable, double, double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluCylinder(Addressable, double, double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluDeleteNurbsRenderer(Addressable) - Method in interface panamagl.opengl.GLU
- gluDeleteNurbsRenderer(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluDeleteNurbsRenderer(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluDeleteNurbsRenderer(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluDeleteNurbsRenderer(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluDeleteQuadric(Addressable) - Method in interface panamagl.opengl.GLU
- gluDeleteQuadric(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluDeleteQuadric(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluDeleteQuadric(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluDeleteQuadric(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluDeleteTess(Addressable) - Method in interface panamagl.opengl.GLU
- gluDeleteTess(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluDeleteTess(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluDeleteTess(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluDeleteTess(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluDisk(double, double, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluDisk(Addressable, double, double, int, int) - Method in interface panamagl.opengl.GLU
- gluDisk(Addressable, double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluDisk(Addressable, double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluDisk(Addressable, double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluDisk(Addressable, double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluEndCurve(Addressable) - Method in interface panamagl.opengl.GLU
- gluEndCurve(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluEndCurve(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluEndCurve(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluEndCurve(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluEndPolygon(Addressable) - Method in interface panamagl.opengl.GLU
- gluEndPolygon(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluEndPolygon(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluEndPolygon(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluEndPolygon(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluEndSurface(Addressable) - Method in interface panamagl.opengl.GLU
- gluEndSurface(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluEndSurface(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluEndSurface(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluEndSurface(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluEndTrim(Addressable) - Method in interface panamagl.opengl.GLU
- gluEndTrim(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluEndTrim(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluEndTrim(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluEndTrim(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluErrorString(int) - Method in interface panamagl.opengl.GLU
- gluErrorString(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluErrorString(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluErrorString(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluErrorString(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluErrorUnicodeStringEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluGetNurbsProperty(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluGetNurbsProperty(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluGetNurbsProperty(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluGetNurbsProperty(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluGetNurbsProperty(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluGetString(int) - Method in interface panamagl.opengl.GLU
- gluGetString(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluGetString(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluGetString(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluGetString(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluGetTessProperty(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluGetTessProperty(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluGetTessProperty(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluGetTessProperty(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluGetTessProperty(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluLoadSamplingMatrices(Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluLoadSamplingMatrices(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluLoadSamplingMatrices(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluLoadSamplingMatrices(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluLoadSamplingMatrices(Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in interface panamagl.opengl.GLU
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluLookAt(double, double, double, double, double, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluLookAt(float, float, float, float, float, float, float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluNewNurbsRenderer() - Method in interface panamagl.opengl.GLU
- gluNewNurbsRenderer() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNewNurbsRenderer() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNewNurbsRenderer() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNewNurbsRenderer() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNewQuadric() - Method in interface panamagl.opengl.GLU
- gluNewQuadric() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNewQuadric() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNewQuadric() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNewQuadric() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNewTess() - Method in interface panamagl.opengl.GLU
- gluNewTess() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNewTess() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNewTess() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNewTess() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNextContour(Addressable, int) - Method in interface panamagl.opengl.GLU
- gluNextContour(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNextContour(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNextContour(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNextContour(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1d(int, double) - Method in interface panamagl.opengl.GL_4_0
- glUniform1d(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1d(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1dv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniform1dv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1dv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1f(int, float) - Method in interface panamagl.opengl.GL_2_0
- glUniform1f(int, float) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform1f(int, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform1f(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1f(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1f(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1f(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1fARB(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1fARB(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1fARB(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1fARB(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1fv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform1fv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform1fv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform1fv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1fv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1fv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1fv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1i(int, int) - Method in interface panamagl.opengl.GL_2_0
- glUniform1i(int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform1i(int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform1i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1i64ARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1i64ARB(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1i64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1i64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1i64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1i64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1i64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1i64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1iARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1iARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1iARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1iARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1iv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform1iv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform1iv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform1iv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1iv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1iv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1iv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1ivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ui(int, int) - Method in interface panamagl.opengl.GL_3_0
- glUniform1ui(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform1ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ui64ARB(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ui64ARB(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ui64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ui64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1ui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1ui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1uiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1uiEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1uiEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1uiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glUniform1uiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform1uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform1uivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform1uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform1uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform1uivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2d(int, double, double) - Method in interface panamagl.opengl.GL_4_0
- glUniform2d(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2d(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2dv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniform2dv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2dv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2f(int, float, float) - Method in interface panamagl.opengl.GL_2_0
- glUniform2f(int, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform2f(int, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform2f(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2f(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2f(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2f(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2fARB(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2fARB(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2fARB(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2fARB(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2fv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform2fv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform2fv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform2fv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2fv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2fv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2fv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2i(int, int, int) - Method in interface panamagl.opengl.GL_2_0
- glUniform2i(int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform2i(int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform2i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2i64ARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2i64ARB(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2i64NV(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2i64NV(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2i64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2i64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2i64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2i64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2iARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2iARB(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2iARB(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2iARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2iv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform2iv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform2iv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform2iv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2iv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2iv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2iv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2ivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ui(int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glUniform2ui(int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform2ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ui64ARB(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ui64ARB(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ui64NV(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ui64NV(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2ui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2ui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2uiEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2uiEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2uiEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2uiEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glUniform2uiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform2uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform2uivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform2uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform2uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform2uivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3d(int, double, double, double) - Method in interface panamagl.opengl.GL_4_0
- glUniform3d(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3d(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3dv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniform3dv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3dv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3f(int, float, float, float) - Method in interface panamagl.opengl.GL_2_0
- glUniform3f(int, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform3f(int, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform3f(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3f(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3f(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3f(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3fARB(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3fARB(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3fARB(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3fARB(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3fv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform3fv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform3fv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform3fv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3fv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3fv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3fv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3i(int, int, int, int) - Method in interface panamagl.opengl.GL_2_0
- glUniform3i(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform3i(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform3i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3i64ARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3i64ARB(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3i64NV(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3i64NV(int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3i64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3i64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3i64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3i64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3iARB(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3iARB(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3iARB(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3iARB(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3iv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform3iv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform3iv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform3iv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3iv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3iv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3iv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3ivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ui(int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glUniform3ui(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform3ui(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ui(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ui64ARB(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ui64ARB(int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ui64NV(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ui64NV(int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3ui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3ui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3uiEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3uiEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3uiEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3uiEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glUniform3uiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform3uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform3uivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform3uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform3uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform3uivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4d(int, double, double, double, double) - Method in interface panamagl.opengl.GL_4_0
- glUniform4d(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4d(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4dv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniform4dv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4dv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4f(int, float, float, float, float) - Method in interface panamagl.opengl.GL_2_0
- glUniform4f(int, float, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform4f(int, float, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform4f(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4f(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4f(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4f(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4fARB(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4fARB(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4fv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform4fv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform4fv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform4fv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4fv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4fv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4fv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4fvARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4fvARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4fvARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4i(int, int, int, int, int) - Method in interface panamagl.opengl.GL_2_0
- glUniform4i(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform4i(int, int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform4i(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4i(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4i(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4i(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4i64ARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4i64ARB(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4i64NV(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4i64NV(int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4i64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4i64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4i64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4i64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4iARB(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4iARB(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4iARB(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4iARB(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4iv(int, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniform4iv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniform4iv(int, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniform4iv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4iv(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4iv(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4iv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ivARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4ivARB(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4ivARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ui(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glUniform4ui(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform4ui(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ui(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ui64ARB(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ui64ARB(int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ui64NV(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ui64NV(int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4ui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4ui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4uiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glUniform4uiv(int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniform4uiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4uiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniform4uivEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniform4uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniform4uivEXT(int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniform4uivEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformBlockBinding(int, int, int) - Method in interface panamagl.opengl.GL_3_1
- glUniformBlockBinding(int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformBlockBinding(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformBlockBinding(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformBufferEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformBufferEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformBufferEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformBufferEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64ARB(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64ARB(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64IMG(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64IMG(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64vARB(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64vARB(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64vIMG(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64vIMG(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformHandleui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformHandleui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix2dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix2fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix2fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix2fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x3dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix2x3dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x3dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix2x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x3fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x3fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x4dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix2x4dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x4dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix2x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix2x4fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix2x4fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix3dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix3fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix3fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix3fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x2dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix3x2dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x2dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix3x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x2fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x2fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x4dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix3x4dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x4dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix3x4fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix3x4fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix3x4fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix4dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix4fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix4fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix4fvARB(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x2dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix4x2dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x2dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix4x2fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x2fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x2fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x3dv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformMatrix4x3dv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x3dv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_2_1
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUniformMatrix4x3fv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformMatrix4x3fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformMatrix4x3fvNV(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformSubroutinesuiv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_0
- glUniformSubroutinesuiv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformSubroutinesuiv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformui64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformui64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUniformui64vNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUniformui64vNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnlockArraysEXT() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnlockArraysEXT() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapBuffer(int) - Method in interface panamagl.opengl.GL_1_5
- glUnmapBuffer(int) - Method in interface panamagl.opengl.GLES2_3_0
- glUnmapBuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapBuffer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUnmapBuffer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUnmapBuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapBufferARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapBufferARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUnmapBufferARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUnmapBufferARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapBufferOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapBufferOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapNamedBuffer(int) - Method in interface panamagl.opengl.GL_4_5
- glUnmapNamedBuffer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapNamedBuffer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapNamedBufferEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapNamedBufferEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapObjectBufferATI(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapObjectBufferATI(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUnmapTexture2DINTEL(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUnmapTexture2DINTEL(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsCallback(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluNurbsCallback(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsCallback(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsCallbackData(Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluNurbsCallbackData(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsCallbackData(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsCallbackData(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsCallbackData(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsCallbackDataEXT(Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluNurbsCallbackDataEXT(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsCallbackDataEXT(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsCallbackDataEXT(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsCallbackDataEXT(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsCurve(Addressable, int, Addressable, int, Addressable, int, int) - Method in interface panamagl.opengl.GLU
- gluNurbsCurve(Addressable, int, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsCurve(Addressable, int, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsCurve(Addressable, int, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsCurve(Addressable, int, Addressable, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsProperty(Addressable, int, float) - Method in interface panamagl.opengl.GLU
- gluNurbsProperty(Addressable, int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsProperty(Addressable, int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsProperty(Addressable, int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsProperty(Addressable, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluNurbsSurface(Addressable, int, Addressable, int, Addressable, int, int, Addressable, int, int, int) - Method in interface panamagl.opengl.GLU
- gluNurbsSurface(Addressable, int, Addressable, int, Addressable, int, int, Addressable, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluNurbsSurface(Addressable, int, Addressable, int, Addressable, int, int, Addressable, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluNurbsSurface(Addressable, int, Addressable, int, Addressable, int, int, Addressable, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluNurbsSurface(Addressable, int, Addressable, int, Addressable, int, int, Addressable, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluOrtho2D(double, double, double, double) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluOrtho2D(double, double, double, double) - Method in interface panamagl.opengl.GLU
- gluOrtho2D(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluOrtho2D(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluOrtho2D(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluOrtho2D(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluPartialDisk(Addressable, double, double, int, int, double, double) - Method in interface panamagl.opengl.GLU
- gluPartialDisk(Addressable, double, double, int, int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluPartialDisk(Addressable, double, double, int, int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluPartialDisk(Addressable, double, double, int, int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluPartialDisk(Addressable, double, double, int, int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUpdateObjectBufferATI(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUpdateObjectBufferATI(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluPerspective(double, double, double, double) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluPerspective(double, double, double, double) - Method in interface panamagl.opengl.GLU
- gluPerspective(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluPerspective(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluPerspective(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluPerspective(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluPickMatrix(double, double, double, double, int[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluPickMatrix(double, double, double, double, Addressable) - Method in interface panamagl.opengl.GLU
- gluPickMatrix(double, double, double, double, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluPickMatrix(double, double, double, double, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluPickMatrix(double, double, double, double, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluPickMatrix(double, double, double, double, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUploadGpuMaskNVX(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUploadGpuMaskNVX(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluProject(float, float, float, float[], float[], int[], float[]) - Method in class panamagl.opengl.AGL
-
A float-based gluProject
- gluProject(float, float, float, float[], int, float[], int, int[], int, float[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluPwlCurve(Addressable, int, Addressable, int, int) - Method in interface panamagl.opengl.GLU
- gluPwlCurve(Addressable, int, Addressable, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluPwlCurve(Addressable, int, Addressable, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluPwlCurve(Addressable, int, Addressable, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluPwlCurve(Addressable, int, Addressable, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluQuadricCallback(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluQuadricCallback(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluQuadricCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluQuadricCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluQuadricCallback(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluQuadricDrawStyle(Addressable, int) - Method in interface panamagl.opengl.GLU
- gluQuadricDrawStyle(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluQuadricDrawStyle(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluQuadricDrawStyle(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluQuadricDrawStyle(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluQuadricNormals(Addressable, int) - Method in interface panamagl.opengl.GLU
- gluQuadricNormals(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluQuadricNormals(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluQuadricNormals(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluQuadricNormals(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluQuadricOrientation(Addressable, int) - Method in interface panamagl.opengl.GLU
- gluQuadricOrientation(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluQuadricOrientation(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluQuadricOrientation(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluQuadricOrientation(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluQuadricTexture(Addressable, byte) - Method in interface panamagl.opengl.GLU
- gluQuadricTexture(Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluQuadricTexture(Addressable, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluQuadricTexture(Addressable, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluQuadricTexture(Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluScaleImage(int, int, int, int, Addressable, int, int, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluScaleImage(int, int, int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluScaleImage(int, int, int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluScaleImage(int, int, int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluScaleImage(int, int, int, int, Addressable, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUseProgram(int) - Method in interface panamagl.opengl.GL_2_0
- glUseProgram(int) - Method in interface panamagl.opengl.GLES2_2_0
- glUseProgram(int) - Method in interface panamagl.opengl.GLSC2_2_0
- glUseProgram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUseProgram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUseProgram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUseProgram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUseProgramObjectARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUseProgramObjectARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glUseProgramObjectARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glUseProgramObjectARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUseProgramStages(int, int, int) - Method in interface panamagl.opengl.GL_4_1
- glUseProgramStages(int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glUseProgramStages(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUseProgramStages(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUseProgramStagesEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUseProgramStagesEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glUseShaderProgramEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glUseShaderProgramEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluSphere(double, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluSphere(Addressable, double, int, int) - Method in interface panamagl.opengl.GLU
- gluSphere(Addressable, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluSphere(Addressable, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluSphere(Addressable, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluSphere(Addressable, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- GLUT - Interface in panamagl.opengl
- glutAddMenuEntry(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutAddMenuEntry(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutAddMenuEntry(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutAddMenuEntry(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutAddMenuEntry(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutAddSubMenu(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutAddSubMenu(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutAddSubMenu(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutAddSubMenu(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutAddSubMenu(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutAppStatusFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutAppStatusFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutAttachMenu(int) - Method in interface panamagl.opengl.GLUT
- glutAttachMenu(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutAttachMenu(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutAttachMenu(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutAttachMenu(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutBitmapCharacter(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutBitmapCharacter(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutBitmapCharacter(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutBitmapCharacter(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutBitmapCharacter(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutBitmapHeight(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutBitmapLength(int, String) - Method in class org.jzy3d.painters.PanamaGLPainter
-
Process the given font length to further process alignement.
- glutBitmapLength(Addressable, Addressable) - Method in interface panamagl.opengl.GLUT
- glutBitmapLength(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutBitmapLength(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutBitmapLength(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutBitmapLength(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutBitmapString(int, String) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutBitmapString(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutBitmapString(Font, String, Coord3d, Color) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutBitmapWidth(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutBitmapWidth(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutBitmapWidth(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutBitmapWidth(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutBitmapWidth(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutButtonBoxFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutButtonBoxFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutButtonBoxFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutButtonBoxFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutButtonBoxFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutButtonBoxFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutChangeToMenuEntry(int, Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutChangeToMenuEntry(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutChangeToMenuEntry(int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutChangeToMenuEntry(int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutChangeToMenuEntry(int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutChangeToSubMenu(int, Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutChangeToSubMenu(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutChangeToSubMenu(int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutChangeToSubMenu(int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutChangeToSubMenu(int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCheckLoop() - Method in interface panamagl.opengl.GLUT
- glutCheckLoop() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutCheckLoop() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutCheckLoop() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutCheckLoop() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCloseFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCloseFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutContext - Variable in class panamagl.platform.linux.APanamaGLFactory_linux
- glutContext - Variable in class panamagl.platform.macos.APanamaGLFactory_macOS
- glutContext - Variable in class panamagl.platform.windows.APanamaGLFactory_windows
- GLUTContext_linux - Class in panamagl.platform.linux
- GLUTContext_linux() - Constructor for class panamagl.platform.linux.GLUTContext_linux
- GLUTContext_macOS - Class in panamagl.platform.macos
- GLUTContext_macOS() - Constructor for class panamagl.platform.macos.GLUTContext_macOS
- GLUTContext_windows - Class in panamagl.platform.windows
- GLUTContext_windows() - Constructor for class panamagl.platform.windows.GLUTContext_windows
- glutCopyColormap(int) - Method in interface panamagl.opengl.GLUT
- glutCopyColormap(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutCopyColormap(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutCopyColormap(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutCopyColormap(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateMenu(Addressable) - Method in interface panamagl.opengl.GLUT
- glutCreateMenu(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutCreateMenu(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutCreateMenu(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutCreateMenu(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateMenu_ATEXIT_HACK(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateMenuUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateMenuUcall_ATEXIT_HACK(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateSubWindow(int, int, int, int, int) - Method in interface panamagl.opengl.GLUT
- glutCreateSubWindow(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutCreateSubWindow(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutCreateSubWindow(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutCreateSubWindow(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateWindow(Addressable) - Method in interface panamagl.opengl.GLUT
- glutCreateWindow(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutCreateWindow(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutCreateWindow(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutCreateWindow(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutCreateWindow_ATEXIT_HACK(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDestroyMenu(int) - Method in interface panamagl.opengl.GLUT
- glutDestroyMenu(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDestroyMenu(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDestroyMenu(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDestroyMenu(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDestroyWindow(int) - Method in interface panamagl.opengl.GLUT
- glutDestroyWindow(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDestroyWindow(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDestroyWindow(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDestroyWindow(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDetachMenu(int) - Method in interface panamagl.opengl.GLUT
- glutDetachMenu(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDetachMenu(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDetachMenu(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDetachMenu(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDeviceGet(int) - Method in interface panamagl.opengl.GLUT
- glutDeviceGet(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDeviceGet(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDeviceGet(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDeviceGet(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDialsFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutDialsFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDialsFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDialsFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDialsFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDialsFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDisplayFunc(glutDisplayFunc$callback) - Method in class panamagl.platform.windows.GLUTContext_windows
- glutDisplayFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutDisplayFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutDisplayFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutDisplayFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutDisplayFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutDisplayFunc(glutDisplayFunc$func) - Method in class panamagl.platform.macos.GLUTContext_macOS
- glutDisplayFunc(glutDisplayFunc$callback) - Method in class panamagl.platform.linux.GLUTContext_linux
- glutDisplayFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutEnterGameMode() - Method in interface panamagl.opengl.GLUT
- glutEnterGameMode() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutEnterGameMode() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutEnterGameMode() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutEnterGameMode() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutEntryFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutEntryFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutEntryFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutEntryFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutEntryFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutEntryFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessBeginContour(Addressable) - Method in interface panamagl.opengl.GLU
- gluTessBeginContour(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessBeginContour(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessBeginContour(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessBeginContour(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessBeginPolygon(Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluTessBeginPolygon(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessBeginPolygon(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessBeginPolygon(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessBeginPolygon(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessCallback(Addressable, int, Addressable) - Method in interface panamagl.opengl.GLU
- gluTessCallback(Addressable, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessCallback(Addressable, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessCallback(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessEndContour(Addressable) - Method in interface panamagl.opengl.GLU
- gluTessEndContour(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessEndContour(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessEndContour(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessEndContour(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessEndPolygon(Addressable) - Method in interface panamagl.opengl.GLU
- gluTessEndPolygon(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessEndPolygon(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessEndPolygon(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessEndPolygon(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessNormal(Addressable, double, double, double) - Method in interface panamagl.opengl.GLU
- gluTessNormal(Addressable, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessNormal(Addressable, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessNormal(Addressable, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessNormal(Addressable, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessProperty(Addressable, int, double) - Method in interface panamagl.opengl.GLU
- gluTessProperty(Addressable, int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessProperty(Addressable, int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessProperty(Addressable, int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessProperty(Addressable, int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluTessVertex(Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluTessVertex(Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluTessVertex(Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluTessVertex(Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluTessVertex(Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutEstablishOverlay() - Method in interface panamagl.opengl.GLUT
- glutEstablishOverlay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutEstablishOverlay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutEstablishOverlay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutEstablishOverlay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutExit() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutExtensionSupported(Addressable) - Method in interface panamagl.opengl.GLUT
- glutExtensionSupported(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutExtensionSupported(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutExtensionSupported(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutExtensionSupported(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutForceJoystickFunc() - Method in interface panamagl.opengl.GLUT
- glutForceJoystickFunc() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutForceJoystickFunc() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutForceJoystickFunc() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutForceJoystickFunc() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutFullScreen() - Method in interface panamagl.opengl.GLUT
- glutFullScreen() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutFullScreen() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutFullScreen() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutFullScreen() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutFullScreenToggle() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGameModeGet(int) - Method in interface panamagl.opengl.GLUT
- glutGameModeGet(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGameModeGet(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGameModeGet(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGameModeGet(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGameModeString(Addressable) - Method in interface panamagl.opengl.GLUT
- glutGameModeString(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGameModeString(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGameModeString(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGameModeString(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGet(int) - Method in interface panamagl.opengl.GLUT
- glutGet(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGet(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGet(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGet(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetColor(int, int) - Method in interface panamagl.opengl.GLUT
- glutGetColor(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGetColor(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGetColor(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGetColor(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetMenu() - Method in interface panamagl.opengl.GLUT
- glutGetMenu() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGetMenu() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGetMenu() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGetMenu() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetMenuData() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetModeValues(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetModifiers() - Method in interface panamagl.opengl.GLUT
- glutGetModifiers() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGetModifiers() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGetModifiers() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGetModifiers() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetProcAddress(Addressable) - Method in interface panamagl.opengl.GLUT
- glutGetProcAddress(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGetProcAddress(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGetProcAddress(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGetProcAddress(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetWindow() - Method in interface panamagl.opengl.GLUT
- glutGetWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutGetWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutGetWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutGetWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutGetWindowData() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutHideOverlay() - Method in interface panamagl.opengl.GLUT
- glutHideOverlay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutHideOverlay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutHideOverlay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutHideOverlay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutHideWindow() - Method in interface panamagl.opengl.GLUT
- glutHideWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutHideWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutHideWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutHideWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutIconifyWindow() - Method in interface panamagl.opengl.GLUT
- glutIconifyWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutIconifyWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutIconifyWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutIconifyWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutIdleFunc(glutIdleFunc$callback) - Method in class panamagl.platform.windows.GLUTContext_windows
- glutIdleFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutIdleFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutIdleFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutIdleFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutIdleFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutIdleFunc(glutIdleFunc$func) - Method in class panamagl.platform.macos.GLUTContext_macOS
- glutIdleFunc(glutIdleFunc$callback) - Method in class panamagl.platform.linux.GLUTContext_linux
- glutIdleFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutIgnoreKeyRepeat(int) - Method in interface panamagl.opengl.GLUT
- glutIgnoreKeyRepeat(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutIgnoreKeyRepeat(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutIgnoreKeyRepeat(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutIgnoreKeyRepeat(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInit(Addressable, Addressable) - Method in interface panamagl.opengl.GLUT
- glutInit(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutInit(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutInit(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutInit(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInit_ATEXIT_HACK(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitContextFlags(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitContextFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitContextFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitContextProfile(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitContextVersion(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitDisplayMode(int) - Method in interface panamagl.opengl.GLUT
- glutInitDisplayMode(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutInitDisplayMode(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutInitDisplayMode(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutInitDisplayMode(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitDisplayString(Addressable) - Method in interface panamagl.opengl.GLUT
- glutInitDisplayString(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutInitDisplayString(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutInitDisplayString(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutInitDisplayString(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitErrorFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitErrorFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitWarningFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitWarningFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitWindowPosition(int, int) - Method in interface panamagl.opengl.GLUT
- glutInitWindowPosition(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutInitWindowPosition(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutInitWindowPosition(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutInitWindowPosition(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutInitWindowSize(int, int) - Method in interface panamagl.opengl.GLUT
- glutInitWindowSize(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutInitWindowSize(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutInitWindowSize(int, int) - Method in class panamagl.platform.macos.GLUTContext_macOS
- glutInitWindowSize(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutInitWindowSize(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickFunc(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutJoystickFunc(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutJoystickFunc(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutJoystickFunc(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutJoystickFunc(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickFuncUcall(Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetCenter(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetDeadBand(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetMaxRange(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetMinRange(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetNumAxes(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetNumButtons(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickGetSaturation(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickNotWorking(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickSetCenter(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickSetDeadBand(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickSetMaxRange(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickSetMinRange(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutJoystickSetSaturation(int, int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutKeyboardFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutKeyboardFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutKeyboardFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutKeyboardFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutKeyboardFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutKeyboardFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutKeyboardUpFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutKeyboardUpFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutKeyboardUpFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutKeyboardUpFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutKeyboardUpFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutKeyboardUpFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutLayerGet(int) - Method in interface panamagl.opengl.GLUT
- glutLayerGet(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutLayerGet(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutLayerGet(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutLayerGet(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutLeaveFullScreen() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutLeaveGameMode() - Method in interface panamagl.opengl.GLUT
- glutLeaveGameMode() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutLeaveGameMode() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutLeaveGameMode() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutLeaveGameMode() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutLeaveMainLoop() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMainLoop() - Method in interface panamagl.opengl.GLUT
- glutMainLoop() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutMainLoop() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutMainLoop() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutMainLoop() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMainLoopEvent() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMenuDestroyFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMenuDestroyFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMenuStateFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutMenuStateFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutMenuStateFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutMenuStateFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutMenuStateFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMenuStatusFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutMenuStatusFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutMenuStatusFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutMenuStatusFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutMenuStatusFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMenuStatusFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMotionFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutMotionFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutMotionFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutMotionFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutMotionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMotionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMouseFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutMouseFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutMouseFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutMouseFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutMouseFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMouseFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMouseWheelFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMouseWheelFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiButtonFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiButtonFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiEntryFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiEntryFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiMotionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiMotionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiPassiveFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutMultiPassiveFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutOverlayDisplayFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutOverlayDisplayFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutOverlayDisplayFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutOverlayDisplayFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutOverlayDisplayFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutOverlayDisplayFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPassiveMotionFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutPassiveMotionFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPassiveMotionFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPassiveMotionFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPassiveMotionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPassiveMotionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPopWindow() - Method in interface panamagl.opengl.GLUT
- glutPopWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPopWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPopWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPopWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPositionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPositionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPositionWindow(int, int) - Method in interface panamagl.opengl.GLUT
- glutPositionWindow(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPositionWindow(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPositionWindow(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPositionWindow(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPostOverlayRedisplay() - Method in interface panamagl.opengl.GLUT
- glutPostOverlayRedisplay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPostOverlayRedisplay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPostOverlayRedisplay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPostOverlayRedisplay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPostRedisplay() - Method in interface panamagl.opengl.GLUT
- glutPostRedisplay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPostRedisplay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPostRedisplay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPostRedisplay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPostWindowOverlayRedisplay(int) - Method in interface panamagl.opengl.GLUT
- glutPostWindowOverlayRedisplay(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPostWindowOverlayRedisplay(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPostWindowOverlayRedisplay(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPostWindowOverlayRedisplay(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPostWindowRedisplay(int) - Method in interface panamagl.opengl.GLUT
- glutPostWindowRedisplay(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPostWindowRedisplay(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPostWindowRedisplay(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPostWindowRedisplay(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutPushWindow() - Method in interface panamagl.opengl.GLUT
- glutPushWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutPushWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutPushWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutPushWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutRemoveMenuItem(int) - Method in interface panamagl.opengl.GLUT
- glutRemoveMenuItem(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutRemoveMenuItem(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutRemoveMenuItem(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutRemoveMenuItem(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutRemoveOverlay() - Method in interface panamagl.opengl.GLUT
- glutRemoveOverlay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutRemoveOverlay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutRemoveOverlay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutRemoveOverlay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutReportErrors() - Method in interface panamagl.opengl.GLUT
- glutReportErrors() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutReportErrors() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutReportErrors() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutReportErrors() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutReshapeFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutReshapeFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutReshapeFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutReshapeFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutReshapeFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutReshapeFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutReshapeWindow(int, int) - Method in interface panamagl.opengl.GLUT
- glutReshapeWindow(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutReshapeWindow(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutReshapeWindow(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutReshapeWindow(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetColor(int, float, float, float) - Method in interface panamagl.opengl.GLUT
- glutSetColor(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetColor(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetColor(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetColor(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetCursor(int) - Method in interface panamagl.opengl.GLUT
- glutSetCursor(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetCursor(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetCursor(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetCursor(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetIconTitle(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSetIconTitle(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetIconTitle(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetIconTitle(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetIconTitle(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetKeyRepeat(int) - Method in interface panamagl.opengl.GLUT
- glutSetKeyRepeat(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetKeyRepeat(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetKeyRepeat(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetKeyRepeat(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetMenu(int) - Method in interface panamagl.opengl.GLUT
- glutSetMenu(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetMenu(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetMenu(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetMenu(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetMenuData(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetMenuFont(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetOption(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetupVideoResizing() - Method in interface panamagl.opengl.GLUT
- glutSetupVideoResizing() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetupVideoResizing() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetupVideoResizing() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetupVideoResizing() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetVertexAttribCoord3(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetVertexAttribNormal(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetVertexAttribTexCoord2(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetWindow(int) - Method in interface panamagl.opengl.GLUT
- glutSetWindow(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetWindow(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetWindow(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetWindow(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetWindowData(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSetWindowTitle(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSetWindowTitle(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSetWindowTitle(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSetWindowTitle(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSetWindowTitle(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutShowOverlay() - Method in interface panamagl.opengl.GLUT
- glutShowOverlay() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutShowOverlay() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutShowOverlay() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutShowOverlay() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutShowWindow() - Method in interface panamagl.opengl.GLUT
- glutShowWindow() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutShowWindow() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutShowWindow() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutShowWindow() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidCone(double, double, int, int) - Method in interface panamagl.opengl.GLUT
- glutSolidCone(double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidCone(double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidCone(double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidCone(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidCube(double) - Method in interface panamagl.opengl.GLUT
- glutSolidCube(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidCube(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidCube(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidCube(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidCube(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutSolidCylinder(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidDodecahedron() - Method in interface panamagl.opengl.GLUT
- glutSolidDodecahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidDodecahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidDodecahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidDodecahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidIcosahedron() - Method in interface panamagl.opengl.GLUT
- glutSolidIcosahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidIcosahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidIcosahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidIcosahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidOctahedron() - Method in interface panamagl.opengl.GLUT
- glutSolidOctahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidOctahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidOctahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidOctahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidRhombicDodecahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidSierpinskiSponge(int, Addressable, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidSphere(double, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutSolidSphere(double, int, int) - Method in interface panamagl.opengl.GLUT
- glutSolidSphere(double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidSphere(double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidSphere(double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidSphere(double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidTeacup(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidTeapot(double) - Method in interface panamagl.opengl.GLUT
- glutSolidTeapot(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidTeapot(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidTeapot(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidTeapot(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidTeapot(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutSolidTeaspoon(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidTetrahedron() - Method in interface panamagl.opengl.GLUT
- glutSolidTetrahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidTetrahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidTetrahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidTetrahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSolidTorus(double, double, int, int) - Method in interface panamagl.opengl.GLUT
- glutSolidTorus(double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSolidTorus(double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSolidTorus(double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSolidTorus(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballButtonFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSpaceballButtonFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSpaceballButtonFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSpaceballButtonFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSpaceballButtonFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballButtonFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballMotionFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSpaceballMotionFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSpaceballMotionFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSpaceballMotionFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSpaceballMotionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballMotionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballRotateFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSpaceballRotateFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSpaceballRotateFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSpaceballRotateFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSpaceballRotateFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpaceballRotateFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpecialFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSpecialFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSpecialFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSpecialFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSpecialFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpecialFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpecialUpFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutSpecialUpFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSpecialUpFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSpecialUpFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSpecialUpFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSpecialUpFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStopVideoResizing() - Method in interface panamagl.opengl.GLUT
- glutStopVideoResizing() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutStopVideoResizing() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutStopVideoResizing() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutStopVideoResizing() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeCharacter(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutStrokeCharacter(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutStrokeCharacter(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutStrokeCharacter(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutStrokeCharacter(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeHeight(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeLength(Addressable, Addressable) - Method in interface panamagl.opengl.GLUT
- glutStrokeLength(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutStrokeLength(Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutStrokeLength(Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutStrokeLength(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeLengthf(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeString(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeWidth(Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutStrokeWidth(Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutStrokeWidth(Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutStrokeWidth(Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutStrokeWidth(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutStrokeWidthf(Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSurfaceTexture(int, int, int) - Method in interface panamagl.opengl.GLUT
- glutSurfaceTexture(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSurfaceTexture(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSurfaceTexture(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSurfaceTexture(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutSwapBuffers() - Method in interface panamagl.opengl.GLUT
- glutSwapBuffers() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutSwapBuffers() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutSwapBuffers() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutSwapBuffers() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTabletButtonFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutTabletButtonFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutTabletButtonFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutTabletButtonFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutTabletButtonFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTabletButtonFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTabletMotionFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutTabletMotionFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutTabletMotionFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutTabletMotionFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutTabletMotionFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTabletMotionFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTimerFunc(int, Addressable, int) - Method in interface panamagl.opengl.GLUT
- glutTimerFunc(int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutTimerFunc(int, Addressable, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutTimerFunc(int, Addressable, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutTimerFunc(int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutTimerFuncUcall(int, Addressable, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutUseLayer(int) - Method in interface panamagl.opengl.GLUT
- glutUseLayer(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutUseLayer(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutUseLayer(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutUseLayer(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutVideoPan(int, int, int, int) - Method in interface panamagl.opengl.GLUT
- glutVideoPan(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutVideoPan(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutVideoPan(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutVideoPan(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutVideoResize(int, int, int, int) - Method in interface panamagl.opengl.GLUT
- glutVideoResize(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutVideoResize(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutVideoResize(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutVideoResize(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutVideoResizeGet(int) - Method in interface panamagl.opengl.GLUT
- glutVideoResizeGet(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutVideoResizeGet(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutVideoResizeGet(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutVideoResizeGet(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutVisibilityFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutVisibilityFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutVisibilityFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutVisibilityFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutVisibilityFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutVisibilityFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWarpPointer(int, int) - Method in interface panamagl.opengl.GLUT
- glutWarpPointer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWarpPointer(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWarpPointer(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWarpPointer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWindowStatusFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutWindowStatusFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWindowStatusFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWindowStatusFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWindowStatusFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWindowStatusFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireCone(double, double, int, int) - Method in interface panamagl.opengl.GLUT
- glutWireCone(double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireCone(double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireCone(double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireCone(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireCube(double) - Method in interface panamagl.opengl.GLUT
- glutWireCube(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireCube(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireCube(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireCube(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireCylinder(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireDodecahedron() - Method in interface panamagl.opengl.GLUT
- glutWireDodecahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireDodecahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireDodecahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireDodecahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireIcosahedron() - Method in interface panamagl.opengl.GLUT
- glutWireIcosahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireIcosahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireIcosahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireIcosahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireOctahedron() - Method in interface panamagl.opengl.GLUT
- glutWireOctahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireOctahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireOctahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireOctahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireRhombicDodecahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireSierpinskiSponge(int, Addressable, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireSphere(double, int, int) - Method in interface panamagl.opengl.GLUT
- glutWireSphere(double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireSphere(double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireSphere(double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireSphere(double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireTeacup(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireTeapot(double) - Method in interface panamagl.opengl.GLUT
- glutWireTeapot(double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireTeapot(double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireTeapot(double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireTeapot(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireTeapot(float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glutWireTeaspoon(double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireTetrahedron() - Method in interface panamagl.opengl.GLUT
- glutWireTetrahedron() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireTetrahedron() - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireTetrahedron() - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireTetrahedron() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWireTorus(double, double, int, int) - Method in interface panamagl.opengl.GLUT
- glutWireTorus(double, double, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWireTorus(double, double, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWireTorus(double, double, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWireTorus(double, double, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWMCloseFunc(Addressable) - Method in interface panamagl.opengl.GLUT
- glutWMCloseFunc(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glutWMCloseFunc(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glutWMCloseFunc(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glutWMCloseFunc(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glutWMCloseFuncUcall(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluUnProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluUnProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluUnProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluUnProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluUnProject(double, double, double, Addressable, Addressable, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- gluUnProject(float, float, float, float[], float[], int[], float[]) - Method in class panamagl.opengl.AGL
-
A float-based gluUnProject
- gluUnProject(float, float, float, float[], int, float[], int, int[], int, float[], int) - Method in class org.jzy3d.painters.PanamaGLPainter
- gluUnProject4(double, double, double, double, Addressable, Addressable, Addressable, double, double, Addressable, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GLU
- gluUnProject4(double, double, double, double, Addressable, Addressable, Addressable, double, double, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- gluUnProject4(double, double, double, double, Addressable, Addressable, Addressable, double, double, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- gluUnProject4(double, double, double, double, Addressable, Addressable, Addressable, double, double, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- gluUnProject4(double, double, double, double, Addressable, Addressable, Addressable, double, double, Addressable, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glValidateProgram(int) - Method in interface panamagl.opengl.GL_2_0
- glValidateProgram(int) - Method in interface panamagl.opengl.GLES2_2_0
- glValidateProgram(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glValidateProgram(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glValidateProgram(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glValidateProgram(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glValidateProgramARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glValidateProgramARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glValidateProgramARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glValidateProgramARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glValidateProgramPipeline(int) - Method in interface panamagl.opengl.GL_4_1
- glValidateProgramPipeline(int) - Method in interface panamagl.opengl.GLES2_3_1
- glValidateProgramPipeline(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glValidateProgramPipeline(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glValidateProgramPipelineEXT(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glValidateProgramPipelineEXT(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantArrayObjectATI(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantArrayObjectATI(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantbvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantbvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantdvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantdvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantfvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantfvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantsvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantsvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantubvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantubvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantuivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantuivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVariantusvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVariantusvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUFiniNV() - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUFiniNV() - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUGetSurfaceivNV(int, int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUGetSurfaceivNV(long, int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUInitNV(Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUInitNV(Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUIsSurfaceNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUIsSurfaceNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUMapSurfacesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUMapSurfacesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAURegisterOutputSurfaceNV(Addressable, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAURegisterOutputSurfaceNV(Addressable, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAURegisterVideoSurfaceNV(Addressable, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAURegisterVideoSurfaceNV(Addressable, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAURegisterVideoSurfaceWithPictureStructureNV(Addressable, int, int, Addressable, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAURegisterVideoSurfaceWithPictureStructureNV(Addressable, int, int, Addressable, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUSurfaceAccessNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUSurfaceAccessNV(long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUUnmapSurfacesNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVDPAUUnmapSurfacesNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUUnregisterSurfaceNV(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVDPAUUnregisterSurfaceNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2bOES(byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2bOES(byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2d(double, double) - Method in interface panamagl.opengl.GL_1_0
- glVertex2d(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2d(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2d(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2d(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex2dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2f(float, float) - Method in interface panamagl.opengl.GL_1_0
- glVertex2f(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2f(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2f(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2f(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex2fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2hNV(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2hNV(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2i(int, int) - Method in interface panamagl.opengl.GL_1_0
- glVertex2i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex2iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2s(short, short) - Method in interface panamagl.opengl.GL_1_0
- glVertex2s(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2s(short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2s(short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2s(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex2sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex2sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex2sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2xOES(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2xOES(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex2xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex2xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3bOES(byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3bOES(byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3d(double, double, double) - Method in class org.jzy3d.painters.PanamaGLPainter
- glVertex3d(double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glVertex3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3f(float, float, float) - Method in class org.jzy3d.painters.PanamaGLPainter
- glVertex3f(float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glVertex3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3hNV(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3hNV(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3i(int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glVertex3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3s(short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glVertex3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3xOES(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3xOES(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex3xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex3xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4bOES(byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4bOES(byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4bvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4bvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4d(double, double, double, double) - Method in interface panamagl.opengl.GL_1_0
- glVertex4d(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4d(double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4d(double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4d(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4dv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex4dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4f(float, float, float, float) - Method in interface panamagl.opengl.GL_1_0
- glVertex4f(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4f(float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4f(float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4f(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4fv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex4fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4hNV(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4hNV(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4hvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4hvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4i(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glVertex4i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4i(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4i(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4iv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex4iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4s(short, short, short, short) - Method in interface panamagl.opengl.GL_1_0
- glVertex4s(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4s(short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4s(short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4s(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4sv(Addressable) - Method in interface panamagl.opengl.GL_1_0
- glVertex4sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertex4sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertex4sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4xOES(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4xOES(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertex4xvOES(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertex4xvOES(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayAttribBinding(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayAttribBinding(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayAttribBinding(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayAttribFormat(int, int, int, int, byte, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayAttribFormat(int, int, int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayAttribFormat(int, int, int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayAttribIFormat(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayAttribIFormat(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayAttribIFormat(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayAttribLFormat(int, int, int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayAttribLFormat(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayAttribLFormat(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayBindingDivisor(int, int, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayBindingDivisor(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayBindingDivisor(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayBindVertexBufferEXT(int, int, int, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayBindVertexBufferEXT(int, int, int, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayColorOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayColorOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayEdgeFlagOffsetEXT(int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayEdgeFlagOffsetEXT(int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayElementBuffer(int, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayElementBuffer(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayElementBuffer(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayFogCoordOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayFogCoordOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayIndexOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayIndexOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayNormalOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayNormalOffsetEXT(int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayParameteriAPPLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayParameteriAPPLE(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexArrayParameteriAPPLE(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexArrayParameteriAPPLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexArrayRangeAPPLE(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayRangeNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayRangeNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribBindingEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribBindingEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribDivisorEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribDivisorEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribFormatEXT(int, int, int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribFormatEXT(int, int, int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribIFormatEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribIFormatEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribLFormatEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribLFormatEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, byte, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexBindingDivisorEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexBindingDivisorEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexBuffer(int, int, int, long, int) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayVertexBuffer(int, int, int, long, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexBuffer(int, int, int, long, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexBuffers(int, int, int, Addressable, Addressable, Addressable) - Method in interface panamagl.opengl.GL_4_5
- glVertexArrayVertexBuffers(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexBuffers(int, int, int, Addressable, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexArrayVertexOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexArrayVertexOffsetEXT(int, int, int, int, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1d(int, double) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1d(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1d(int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1d(int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1d(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1dARB(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1dARB(int, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1dARB(int, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1dARB(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1dNV(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1dNV(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1dv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1dvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1dvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1f(int, float) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1f(int, float) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib1f(int, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib1f(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1f(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1f(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1f(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1fARB(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1fARB(int, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1fARB(int, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1fARB(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1fNV(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1fNV(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1fv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1fv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib1fv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib1fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1fvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1fvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1hNV(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1hNV(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1s(int, short) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1s(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1s(int, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1s(int, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1s(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1sARB(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1sARB(int, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1sARB(int, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1sARB(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1sNV(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1sNV(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1sv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib1sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib1svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib1svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib1svNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib1svNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2d(int, double, double) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2d(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2d(int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2d(int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2d(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2dARB(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2dARB(int, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2dARB(int, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2dARB(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2dNV(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2dNV(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2dv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2dvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2dvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2f(int, float, float) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2f(int, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib2f(int, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib2f(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2f(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2f(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2f(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2fARB(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2fARB(int, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2fARB(int, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2fARB(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2fNV(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2fNV(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2fv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2fv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib2fv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib2fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2fvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2fvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2hNV(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2hNV(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2s(int, short, short) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2s(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2s(int, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2s(int, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2s(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2sARB(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2sARB(int, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2sARB(int, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2sARB(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2sNV(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2sNV(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2sv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib2sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib2svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib2svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib2svNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib2svNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3d(int, double, double, double) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3d(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3d(int, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3d(int, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3d(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3dARB(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3dARB(int, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3dARB(int, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3dARB(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3dNV(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3dNV(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3dv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3dvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3dvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3f(int, float, float, float) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3f(int, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib3f(int, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib3f(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3f(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3f(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3f(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3fARB(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3fARB(int, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3fARB(int, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3fARB(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3fNV(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3fNV(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3fv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3fv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib3fv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib3fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3fvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3fvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3hNV(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3hNV(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3s(int, short, short, short) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3s(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3s(int, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3s(int, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3s(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3sARB(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3sARB(int, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3sARB(int, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3sARB(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3sNV(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3sNV(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3sv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib3sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib3svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib3svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib3svNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib3svNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4bv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4bv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4bv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4bv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4bv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4bvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4bvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4bvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4bvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4d(int, double, double, double, double) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4d(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4d(int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4d(int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4d(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4dARB(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4dNV(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4dNV(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4dv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4dv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4dv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4dvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4dvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4dvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4dvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4dvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4dvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4f(int, float, float, float, float) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4f(int, float, float, float, float) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib4f(int, float, float, float, float) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib4f(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4f(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4f(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4f(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4fARB(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4fNV(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4fNV(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4fv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4fv(int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttrib4fv(int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttrib4fv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4fv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4fv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4fv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4fvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4fvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4fvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4fvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4fvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4fvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4hNV(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4hNV(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4hvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4hvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4iv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4iv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4iv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4ivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4ivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4ivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4ivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nbv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nbv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nbv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nbv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nbv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NbvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NbvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NbvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NbvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Niv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Niv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Niv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Niv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Niv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nsv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nsv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nsv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nsv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nsv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NsvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NsvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NsvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NsvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nub(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NubARB(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nubv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nubv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nubv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nubv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nubv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NubvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NubvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NubvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NubvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nuiv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nuiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nuiv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nuiv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nuiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NuivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NuivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NuivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NuivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4Nusv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4Nusv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4Nusv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4Nusv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4Nusv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4NusvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4NusvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4NusvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4NusvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4s(int, short, short, short, short) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4s(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4s(int, short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4s(int, short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4s(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4sARB(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4sNV(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4sNV(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4sv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4sv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4sv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4svARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4svARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4svARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4svARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4svNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4svNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4ubNV(int, byte, byte, byte, byte) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4ubv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4ubv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4ubv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4ubv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4ubv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4ubvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4ubvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4ubvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4ubvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4ubvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4ubvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4uiv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4uiv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4uiv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4uivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4uivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4uivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4uivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4usv(int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttrib4usv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4usv(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4usv(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4usv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttrib4usvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttrib4usvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttrib4usvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttrib4usvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribArrayObjectATI(int, int, int, byte, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribArrayObjectATI(int, int, int, byte, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribBinding(int, int) - Method in interface panamagl.opengl.GL_4_3
- glVertexAttribBinding(int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glVertexAttribBinding(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribBinding(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribDivisor(int, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribDivisor(int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribDivisor(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribDivisor(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribDivisorANGLE(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribDivisorANGLE(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribDivisorARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribDivisorARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribDivisorARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribDivisorARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribDivisorEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribDivisorEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribDivisorNV(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribDivisorNV(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribFormat(int, int, int, byte, int) - Method in interface panamagl.opengl.GL_4_3
- glVertexAttribFormat(int, int, int, byte, int) - Method in interface panamagl.opengl.GLES2_3_1
- glVertexAttribFormat(int, int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribFormat(int, int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribFormatNV(int, int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribFormatNV(int, int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1i(int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI1i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1iEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1iEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI1iEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI1iEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1iv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI1iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1ivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1ivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI1ivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI1ivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1ui(int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI1ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1uiEXT(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1uiEXT(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI1uiEXT(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI1uiEXT(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI1uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI1uivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI1uivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI1uivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI1uivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2i(int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI2i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2iEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2iEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI2iEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI2iEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2iv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI2iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2ivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2ivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI2ivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI2ivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2ui(int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI2ui(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2ui(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2uiEXT(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2uiEXT(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI2uiEXT(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI2uiEXT(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI2uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI2uivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI2uivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI2uivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI2uivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3i(int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI3i(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3i(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3iEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3iEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI3iEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI3iEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3iv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI3iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3ivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3ivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI3ivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI3ivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3ui(int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI3ui(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3ui(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI3uiEXT(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI3uivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI3uivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI3uivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI3uivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4bv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4bv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4bv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4bvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4bvEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4bvEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4bvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4i(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4i(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribI4i(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4i(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4iEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4iv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4iv(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribI4iv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4iv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4ivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4ivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4ivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4ivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4sv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4sv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4sv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4svEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4svEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4svEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4svEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4ubv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4ubv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4ubv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4ubvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4ubvEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4ubvEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4ubvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4ui(int, int, int, int, int) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4ui(int, int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribI4ui(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4ui(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4uiEXT(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4uiv(int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribI4uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4uivEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4uivEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4uivEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4uivEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4usv(int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribI4usv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4usv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribI4usvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribI4usvEXT(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribI4usvEXT(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribI4usvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribIFormat(int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glVertexAttribIFormat(int, int, int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glVertexAttribIFormat(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribIFormat(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribIFormatNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribIFormatNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribIPointer(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_3_0
- glVertexAttribIPointer(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GLES2_3_0
- glVertexAttribIPointer(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribIPointer(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribIPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribIPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribIPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribIPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1d(int, double) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL1d(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1d(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1dEXT(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1dEXT(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1dv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL1dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1dvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1dvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1i64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1i64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1i64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1i64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1ui64ARB(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1ui64ARB(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1ui64NV(int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1ui64NV(int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1ui64vARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1ui64vARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL1ui64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL1ui64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2d(int, double, double) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL2d(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2d(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2dEXT(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2dEXT(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2dv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL2dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2dvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2dvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2i64NV(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2i64NV(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2i64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2i64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2ui64NV(int, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2ui64NV(int, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL2ui64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL2ui64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3d(int, double, double, double) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL3d(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3d(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3dEXT(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3dEXT(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3dv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL3dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3dvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3dvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3i64NV(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3i64NV(int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3i64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3i64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3ui64NV(int, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3ui64NV(int, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL3ui64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL3ui64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4d(int, double, double, double, double) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL4d(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4d(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4dEXT(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4dEXT(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4dv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribL4dv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4dv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4dvEXT(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4dvEXT(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4i64NV(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4i64NV(int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4i64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4i64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4ui64NV(int, long, long, long, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4ui64NV(int, long, long, long, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribL4ui64vNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribL4ui64vNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribLFormat(int, int, int, int) - Method in interface panamagl.opengl.GL_4_3
- glVertexAttribLFormat(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribLFormat(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribLFormatNV(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribLFormatNV(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribLPointer(int, int, int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glVertexAttribLPointer(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribLPointer(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribLPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribLPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP1ui(int, int, byte, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP1ui(int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP1ui(int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP1uiv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP1uiv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP1uiv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP2ui(int, int, byte, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP2ui(int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP2ui(int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP2uiv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP2uiv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP2uiv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP3ui(int, int, byte, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP3ui(int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP3ui(int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP3uiv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP3uiv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP3uiv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP4ui(int, int, byte, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP4ui(int, int, byte, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP4ui(int, int, byte, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribP4uiv(int, int, byte, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexAttribP4uiv(int, int, byte, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribP4uiv(int, int, byte, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribParameteriAMD(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribParameteriAMD(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in interface panamagl.opengl.GL_2_0
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in interface panamagl.opengl.GLES2_2_0
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in interface panamagl.opengl.GLSC2_2_0
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribPointer(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribPointerARB(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribPointerARB(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexAttribPointerARB(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexAttribPointerARB(int, int, int, byte, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribPointerNV(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribPointerNV(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs1dvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs1dvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs1fvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs1fvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs1hvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs1hvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs1svNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs1svNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs2dvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs2dvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs2fvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs2fvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs2hvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs2hvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs2svNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs2svNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs3dvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs3dvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs3fvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs3fvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs3hvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs3hvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs3svNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs3svNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs4dvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs4dvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs4fvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs4fvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs4hvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs4hvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs4svNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs4svNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexAttribs4ubvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexAttribs4ubvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexBindingDivisor(int, int) - Method in interface panamagl.opengl.GL_4_3
- glVertexBindingDivisor(int, int) - Method in interface panamagl.opengl.GLES2_3_1
- glVertexBindingDivisor(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexBindingDivisor(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexBlendARB(int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexBlendARB(int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexBlendARB(int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexBlendARB(int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexBlendEnvfATI(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexBlendEnvfATI(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexBlendEnviATI(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexBlendEnviATI(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexFormatNV(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexFormatNV(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP2ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexP2ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP2ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP2uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexP2uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP2uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP3ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexP3ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP3ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP3uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexP3uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP3uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP4ui(int, int) - Method in interface panamagl.opengl.GL_3_3
- glVertexP4ui(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP4ui(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexP4uiv(int, Addressable) - Method in interface panamagl.opengl.GL_3_3
- glVertexP4uiv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexP4uiv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GL_1_1
- glVertexPointer(int, int, int, Addressable) - Method in interface panamagl.opengl.GLES1_1_0
- glVertexPointer(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glVertexPointer(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glVertexPointer(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexPointerEXT(int, int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexPointerListIBM(int, int, int, Addressable, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexPointervINTEL(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1dATI(int, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1dATI(int, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1dvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1dvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1fATI(int, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1fATI(int, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1fvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1fvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1iATI(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1iATI(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1ivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1ivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1sATI(int, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1sATI(int, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream1svATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream1svATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2dATI(int, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2dATI(int, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2dvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2dvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2fATI(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2fATI(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2fvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2fvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2iATI(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2iATI(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2ivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2ivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2sATI(int, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2sATI(int, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream2svATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream2svATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3dATI(int, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3dATI(int, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3dvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3dvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3fATI(int, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3fATI(int, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3fvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3fvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3iATI(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3iATI(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3ivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3ivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3sATI(int, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3sATI(int, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream3svATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream3svATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4dATI(int, double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4dATI(int, double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4dvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4dvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4fATI(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4fATI(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4fvATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4fvATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4iATI(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4iATI(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4ivATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4ivATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4sATI(int, short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4sATI(int, short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexStream4svATI(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexStream4svATI(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexWeightfEXT(float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexWeightfEXT(float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexWeightfvEXT(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexWeightfvEXT(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexWeighthNV(short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexWeighthNV(short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexWeighthvNV(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexWeighthvNV(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVertexWeightPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVertexWeightPointerEXT(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVideoCaptureNV(int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVideoCaptureNV(int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVideoCaptureStreamParameterdvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVideoCaptureStreamParameterdvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVideoCaptureStreamParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVideoCaptureStreamParameterfvNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glVideoCaptureStreamParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glVideoCaptureStreamParameterivNV(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewport(int, int, int, int) - Method in class org.jzy3d.painters.PanamaGLPainter
- glViewport(int, int, int, int) - Method in interface panamagl.opengl.GL_1_0
- glViewport(int, int, int, int) - Method in interface panamagl.opengl.GLES1_1_0
- glViewport(int, int, int, int) - Method in interface panamagl.opengl.GLES2_2_0
- glViewport(int, int, int, int) - Method in interface panamagl.opengl.GLSC2_2_0
- glViewport(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewport(int, int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glViewport(int, int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glViewport(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportArrayv(int, int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glViewportArrayv(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportArrayv(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportArrayvNV(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportArrayvNV(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportArrayvOES(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportArrayvOES(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedf(int, float, float, float, float) - Method in interface panamagl.opengl.GL_4_1
- glViewportIndexedf(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedf(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedfNV(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedfNV(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedfOES(int, float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedfOES(int, float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedfv(int, Addressable) - Method in interface panamagl.opengl.GL_4_1
- glViewportIndexedfv(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedfv(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedfvNV(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedfvNV(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportIndexedfvOES(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportIndexedfvOES(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportPositionWScaleNV(int, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportPositionWScaleNV(int, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glViewportSwizzleNV(int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glViewportSwizzleNV(int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWaitSemaphoreEXT(int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWaitSemaphoreEXT(int, int, Addressable, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWaitSemaphoreui64NVX(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWaitSemaphoreui64NVX(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWaitSync(Addressable, int, long) - Method in interface panamagl.opengl.GL_3_2
- glWaitSync(Addressable, int, long) - Method in interface panamagl.opengl.GLES2_3_0
- glWaitSync(Addressable, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWaitSync(Addressable, int, long) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWaitSync(Addressable, int, long) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWaitSync(Addressable, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWaitSyncAPPLE(Addressable, int, long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWaitSyncAPPLE(Addressable, int, long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWaitVkSemaphoreNV(long) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWaitVkSemaphoreNV(long) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightbvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightbvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightbvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightbvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightdvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightdvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightdvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightdvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightfvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightfvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightfvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightfvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightPathsNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightPathsNV(int, int, Addressable, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightPointerARB(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightPointerOES(int, int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightPointerOES(int, int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightsvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightsvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightsvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightsvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightubvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightubvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightubvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightubvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightuivARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightuivARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightuivARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightuivARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWeightusvARB(int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWeightusvARB(int, Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWeightusvARB(int, Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWeightusvARB(int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2d(double, double) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2d(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2d(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2d(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2d(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2dARB(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2dARB(double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2dARB(double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2dARB(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2dMESA(double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2dMESA(double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2dv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2dvARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2dvARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2dvARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2dvARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2dvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2dvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2f(float, float) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2f(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2f(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2f(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2f(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2fARB(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2fARB(float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2fARB(float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2fARB(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2fMESA(float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2fMESA(float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2fv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2fvARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2fvARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2fvARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2fvARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2fvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2fvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2i(int, int) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2i(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2i(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2i(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2i(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2iARB(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2iARB(int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2iARB(int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2iARB(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2iMESA(int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2iMESA(int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2iv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2ivARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2ivARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2ivARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2ivARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2ivMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2ivMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2s(short, short) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2s(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2s(short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2s(short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2s(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2sARB(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2sARB(short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2sARB(short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2sARB(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2sMESA(short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2sMESA(short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2sv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos2sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2svARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2svARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos2svARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos2svARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos2svMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos2svMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3d(double, double, double) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3d(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3d(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3d(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3d(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3dARB(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3dARB(double, double, double) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3dARB(double, double, double) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3dARB(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3dMESA(double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3dMESA(double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3dv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3dv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3dv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3dv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3dv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3dvARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3dvARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3dvARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3dvARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3dvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3dvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3f(float, float, float) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3f(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3f(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3f(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3f(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3fARB(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3fARB(float, float, float) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3fARB(float, float, float) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3fARB(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3fMESA(float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3fMESA(float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3fv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3fv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3fv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3fv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3fv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3fvARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3fvARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3fvARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3fvARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3fvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3fvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3i(int, int, int) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3i(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3i(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3i(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3i(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3iARB(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3iARB(int, int, int) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3iARB(int, int, int) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3iARB(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3iMESA(int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3iMESA(int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3iv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3iv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3iv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3iv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3iv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3ivARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3ivARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3ivARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3ivARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3ivMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3ivMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3s(short, short, short) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3s(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3s(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3s(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3s(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3sARB(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3sARB(short, short, short) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3sARB(short, short, short) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3sARB(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3sMESA(short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3sMESA(short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3sv(Addressable) - Method in interface panamagl.opengl.GL_1_4
- glWindowPos3sv(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3sv(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3sv(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3sv(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3svARB(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3svARB(Addressable) - Method in class panamagl.platform.macos.arm.GL_macOS_arm
- glWindowPos3svARB(Addressable) - Method in class panamagl.platform.macos.x64.GL_macOS_x64
- glWindowPos3svARB(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos3svMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos3svMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4dMESA(double, double, double, double) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4dMESA(double, double, double, double) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4dvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4dvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4fMESA(float, float, float, float) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4fMESA(float, float, float, float) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4fvMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4fvMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4iMESA(int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4iMESA(int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4ivMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4ivMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4sMESA(short, short, short, short) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4sMESA(short, short, short, short) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowPos4svMESA(Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowPos4svMESA(Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWindowRectanglesEXT(int, int, Addressable) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWindowRectanglesEXT(int, int, Addressable) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class panamagl.platform.linux.x64.GL_linux_x64
- glWriteMaskEXT(int, int, int, int, int, int) - Method in class panamagl.platform.windows.x64.GL_windows_x64
- glxContext - Variable in class panamagl.platform.linux.APanamaGLFactory_linux
- GLXContext_linux - Class in panamagl.platform.linux
- GLXContext_linux() - Constructor for class panamagl.platform.linux.GLXContext_linux
- GraphicsUtils - Class in panamagl.utils
- GraphicsUtils() - Constructor for class panamagl.utils.GraphicsUtils
H
- hasInit - Static variable in class panamagl.platform.linux.GLUTContext_linux
- hasJava2D() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- hdc - Variable in class panamagl.platform.windows.WGLContext_windows
- height - Variable in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- height - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- height - Variable in class panamagl.offscreen.AFBO
- HORIZONTAL - Enum constant in enum class panamagl.canvas.GLCanvas.Flip
- hWnd - Variable in class panamagl.platform.windows.WGLContext_windows
I
- id - Static variable in class org.jzy3d.chart.PanamaGLAnimator
- idFrameBuffer - Variable in class panamagl.platform.linux.FBO_linux
- idFrameBuffer - Variable in class panamagl.platform.macos.FBO_macOS
- idFrameBuffer - Variable in class panamagl.platform.windows.FBO_windows
- idRenderBuffer - Variable in class panamagl.platform.linux.FBO_linux
- idRenderBuffer - Variable in class panamagl.platform.macos.FBO_macOS
- idRenderBuffer - Variable in class panamagl.platform.windows.FBO_windows
- idTexture - Variable in class panamagl.platform.linux.FBO_linux
- idTexture - Variable in class panamagl.platform.macos.FBO_macOS
- idTexture - Variable in class panamagl.platform.windows.FBO_windows
- image - Variable in class panamagl.canvas.GLCanvasJFX
- image - Variable in class panamagl.offscreen.FBOReader_JFX
- image - Variable in class panamagl.renderers.image.ForeignImage
- Image<T> - Interface in panamagl
- ImageRenderer<T> - Interface in panamagl.renderers.image
- ImageUtils - Class in panamagl.utils
- ImageUtils() - Constructor for class panamagl.utils.ImageUtils
- IMPLICIT - Enum constant in enum class panamagl.utils.ForeignMemoryUtils.Mode
- init() - Method in class org.jzy3d.demos.PickableGraphDemo_JOGL
- init() - Method in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- init() - Method in interface panamagl.opengl.GLContext
- init() - Method in class panamagl.platform.linux.FBO_linux
- init() - Method in class panamagl.platform.linux.GLUTContext_linux
-
Initialize GLUT and create a window
- init() - Method in class panamagl.platform.linux.GLXContext_linux
- init() - Method in class panamagl.platform.macos.CGLContext_macOS
- init() - Method in class panamagl.platform.macos.GLUTContext_macOS
-
Initialize GLUT and create a window
- init() - Method in class panamagl.platform.windows.FBO_windows
- init() - Method in class panamagl.platform.windows.GLUTContext_windows
-
Initialize GLUT and create a window
- init() - Method in class panamagl.platform.windows.WGLContext_windows
- init(boolean) - Method in class panamagl.platform.macos.GLUTContext_macOS
-
Initialize GLUT if input arg is true, and create a window
- init(boolean) - Method in class panamagl.platform.windows.GLUTContext_windows
-
Initialize GLUT if input arg is true, and create a window
- init(boolean) - Method in class panamagl.platform.windows.WGLContext_windows
- init(GL) - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Called when the
GLCanvas
is rendered for the first time. - init(GL) - Method in class panamagl.GLEventAdapter
- init(GL) - Method in interface panamagl.GLEventListener
- INIT_FBO_HEIGHT - Static variable in class panamagl.offscreen.AOffscreenRenderer
- INIT_FBO_WIDTH - Static variable in class panamagl.offscreen.AOffscreenRenderer
- initAdvanced() - Method in class panamagl.platform.windows.WGLContext_windows
-
Init context the advanced way
- initContext(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
-
In general, you should initialize any resources that are needed for rendering or other functionality in the JPanel after the JPanel has been added to the Swing hierarchy, but before it is made visible.
- initFunctions() - Method in class panamagl.platform.windows.WGLContext_windows
-
Function pointers for advanced context initialization.
- initHDC() - Method in class panamagl.platform.windows.WGLContext_windows
-
Retrieve a handle to the device context required for initializing the WGL context.
- initHeight - Variable in class panamagl.platform.linux.GLUTContext_linux
- initHeight - Variable in class panamagl.platform.macos.GLUTContext_macOS
- initHeight - Variable in class panamagl.platform.windows.GLUTContext_windows
- initialize(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.FrameAWT
- initialize(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.FrameSwing
- initialize(Chart, Rectangle, String, String) - Method in class org.jzy3d.chart.factories.FrameAWT
- initialize(Chart, Rectangle, String, String) - Method in class org.jzy3d.chart.factories.FrameSwing
- initialized - Variable in class panamagl.offscreen.AOffscreenRenderer
- initialized - Variable in class panamagl.opengl.AGLContext
- initNativeLibraries() - Method in class panamagl.platform.macos.CGLContext_macOS
- initScope() - Method in class panamagl.opengl.AGLContext
- initSimple() - Method in class panamagl.platform.windows.WGLContext_windows
-
Init context the simpl way
- initSingleton() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Called by
NativeWindowFactory.initSingleton()
- initWidth - Variable in class panamagl.platform.linux.GLUTContext_linux
- initWidth - Variable in class panamagl.platform.macos.GLUTContext_macOS
- initWidth - Variable in class panamagl.platform.windows.GLUTContext_windows
- initX - Variable in class panamagl.platform.linux.GLUTContext_linux
- initX - Variable in class panamagl.platform.windows.GLUTContext_windows
- initY - Variable in class panamagl.platform.linux.GLUTContext_linux
- initY - Variable in class panamagl.platform.windows.GLUTContext_windows
- IntARGBtoRGBAf(int) - Static method in class panamagl.utils.ByteUtils
- IntARGBtoRGBAi(int) - Static method in class panamagl.utils.ByteUtils
- IntARGBtoRGBi(int) - Static method in class panamagl.utils.ByteUtils
- interline - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- interline - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
- internalFormat - Variable in class panamagl.platform.linux.FBO_linux
- internalFormat - Variable in class panamagl.platform.macos.FBO_macOS
- internalFormat - Variable in class panamagl.platform.windows.FBO_windows
- isAdaptive() - Method in class panamagl.Animator
- isAntialiasing() - Method in class panamagl.renderers.text.BasicTextRenderer
- isArrayExport() - Method in class panamagl.offscreen.FBOReader_AWT
- isAWT() - Method in enum class panamagl.canvas.WindowingToolkit
- isDebugGL() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- isDrawBorder() - Method in class panamagl.renderers.text.BasicTextRenderer
- isFixHiDPI() - Method in class org.jzy3d.plot3d.rendering.view.layout.PanamaGLViewAndColorbarsLayout
- isHeadlessMode() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- isInitialized() - Method in interface panamagl.canvas.GLCanvas
-
Return true if the panel has initialized GL ressource and is ready for display.
- isInitialized() - Method in class panamagl.canvas.GLCanvasAWT
-
Return true if the offscreen renderer has been initialized, which means that this panel has been added to a parent component.
- isInitialized() - Method in class panamagl.canvas.GLCanvasJFX
- isInitialized() - Method in class panamagl.canvas.GLCanvasSwing
-
Return true if the offscreen renderer has been initialized, which means that this panel has been added to a parent component.
- isInitialized() - Method in class panamagl.offscreen.AOffscreenRenderer
-
Indicates if the renderer has already been initialized.
- isInitialized() - Method in interface panamagl.offscreen.OffscreenRenderer
- isInitialized() - Method in class panamagl.opengl.AGLContext
- isInitialized() - Method in interface panamagl.opengl.GLContext
- isJava2DQueueFlusherThread() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- isJAWTUsingOffscreenLayer(JAWT) - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- isMac() - Method in class panamagl.platform.Platform
- isNative() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- isOffscreen() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- isOffscreen() - Method in enum class panamagl.canvas.WindowingToolkit
- isOffscreenLayerRequired() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Returns true if this platform's JAWT implementation requires using offscreen layer.
- isOffscreenLayerSupported() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Returns true if this platform's JAWT implementation supports offscreen layer.
- isPrepared() - Method in class panamagl.offscreen.AFBO
- isPrepared() - Method in interface panamagl.offscreen.FBO
- isRendering() - Method in interface panamagl.canvas.GLCanvas
-
Return true if a frame rendering has started and not yet finished.
- isRendering() - Method in class panamagl.canvas.GLCanvasAWT
-
Return true if display has started but has not yet finished
- isRendering() - Method in class panamagl.canvas.GLCanvasJFX
- isRendering() - Method in class panamagl.canvas.GLCanvasSwing
-
Return true if display has started but has not yet finished
- isResizable() - Method in class panamagl.canvas.ResizableCanvas
- isSolaris() - Method in class panamagl.platform.Platform
- isSwing() - Method in enum class panamagl.canvas.WindowingToolkit
- isSWT() - Method in enum class panamagl.canvas.WindowingToolkit
- isUnix() - Method in class panamagl.platform.Platform
- isVisible() - Method in interface panamagl.canvas.GLCanvas
-
Return true if the component is visible on screen (depend on windowing toolkit implementation, e.g.
- isVisible() - Method in class panamagl.canvas.GLCanvasJFX
- isWindows() - Method in class panamagl.platform.Platform
- isYieldWhenDone() - Method in class panamagl.Animator
- ItoA(int) - Static method in class panamagl.utils.ByteUtils
- ItoB(int) - Static method in class panamagl.utils.ByteUtils
- ItoF(int) - Static method in class panamagl.utils.ByteUtils
- ItoG(int) - Static method in class panamagl.utils.ByteUtils
- ItoR(int) - Static method in class panamagl.utils.ByteUtils
- ItoRGBf(int) - Static method in class panamagl.utils.ByteUtils
J
- JAWT_MACOSX_USE_CALAYER - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
OSX JAWT version option to use CALayer
- JAWT_MacOSXCALayerMinVersion - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
OSX JAWT CALayer availability on Mac OS X >= 10.6 Update 4 (recommended)
- JAWT_MacOSXCALayerRequiredForJavaVersion - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
OSX JAWT CALayer required with Java >= 1.7.0 (implies OS X >= 10.7
- JAWT_OSX_CALAYER_QUIRK_LAYOUT - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
CALayer position needs to be derived from AWT position in relation to super CALayer.
- JAWT_OSX_CALAYER_QUIRK_POSITION - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
CALayer position needs to be set to zero.
- JAWT_OSX_CALAYER_QUIRK_SIZE - Static variable in class jogamp.nativewindow.jawt.JAWTUtil
-
CALayer size needs to be set using the AWT component size.
- JAWTUtil - Class in jogamp.nativewindow.jawt
- JAWTUtil() - Constructor for class jogamp.nativewindow.jawt.JAWTUtil
- JFXImage - Class in panamagl.image
- JFXImage(WritableImage) - Constructor for class panamagl.image.JFXImage
- jogamp.nativewindow.jawt - package jogamp.nativewindow.jawt
- jvm - Variable in class panamagl.platform.Platform
L
- lastRenderingTimeMs - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- level - Variable in class panamagl.platform.linux.FBO_linux
- level - Variable in class panamagl.platform.macos.FBO_macOS
- level - Variable in class panamagl.platform.windows.FBO_windows
- lightId(int) - Method in class org.jzy3d.painters.PanamaGLPainter
- listener - Variable in class panamagl.canvas.GLCanvasAWT
- listener - Variable in class panamagl.canvas.GLCanvasJFX
- listener - Variable in class panamagl.canvas.GLCanvasSwing
- listThreads() - Static method in class panamagl.utils.ThreadUtils
- listThreads(ThreadGroup, String) - Static method in class panamagl.utils.ThreadUtils
- loadNativeLibraries() - Method in class panamagl.platform.linux.GLUTContext_linux
- loadNativeLibraries() - Method in class panamagl.platform.linux.GLXContext_linux
- loadNativeLibraries() - Method in class panamagl.platform.windows.GLUTContext_windows
- loadNativeLibraries() - Method in class panamagl.platform.windows.WGLContext_windows
- lockContext(MemorySegment) - Method in class panamagl.platform.macos.CGLContext_macOS
-
In the CGL API, a CGL context must be locked before it can be used for rendering or other graphics operations.
- lockToolkit() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Locks the AWT's global ReentrantLock.
- loop - Variable in class org.jzy3d.chart.PanamaGLAnimator
- loop - Variable in class panamagl.Animator
- loops - Variable in class panamagl.Animator
M
- mac - Variable in class panamagl.platform.Platform
- MACOS - Static variable in class panamagl.platform.Platform
- MacOSThreadRedirect - Class in panamagl.offscreen
-
Allows redirecting a taks execution on macOS main thread, which is required for OpenGL rendering tasks.
- MacOSThreadRedirect() - Constructor for class panamagl.offscreen.MacOSThreadRedirect
- main(String[]) - Static method in class demos.opengl.CheckLinkConsistency
- main(String[]) - Static method in class demos.opengl.Teapot_Panama_macOS
- main(String[]) - Static method in class demos.opengl.Teapot_Panama_Ubuntu
- main(String[]) - Static method in class demos.panamagl.awt.DemoTeapot_Onscreen_AWT
- main(String[]) - Static method in class demos.panamagl.offscreen.DemoQuad_Offscreen_macOS
- main(String[]) - Static method in class demos.panamagl.offscreen.DemoTeapot_Offscreen_macOS
- main(String[]) - Static method in class demos.panamagl.offscreen.DemoTriangle_Offscreen_macOS
- main(String[]) - Static method in class demos.panamagl.swing.DemoDots_Onscreen_Swing
- main(String[]) - Static method in class demos.panamagl.swing.DemoImage_Onscreen_Swing
- main(String[]) - Static method in class demos.panamagl.swing.DemoQuad_Onscreen_Swing
- main(String[]) - Static method in class demos.panamagl.swing.DemoTeapot_Onscreen_Swing
- main(String[]) - Static method in class demos.panamagl.swing.DemoText_Onscreen_Swing
- main(String[]) - Static method in class demos.panamagl.swing.DemoTriangle_Onscreen_Swing
- main(String[]) - Static method in class org.jzy3d.chart.factories.FrameSwing
- main(String[]) - Static method in class org.jzy3d.demos.benchmark.Performances_AWT_JOGL
- main(String[]) - Static method in class org.jzy3d.demos.benchmark.Performances_Panama_macOS
- main(String[]) - Static method in class org.jzy3d.demos.PickableGraphDemo_JOGL
- main(String[]) - Static method in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- main(String[]) - Static method in class org.jzy3d.demos.ScatterDemo_JOGL
- main(String[]) - Static method in class org.jzy3d.demos.ScatterDemo_PanamaGL
- main(String[]) - Static method in class org.jzy3d.demos.SelectableScatterDemo_PanamaGL
- main(String[]) - Static method in class org.jzy3d.demos.SpinningCubesDemo_PanamaGL
- main(String[]) - Static method in class org.jzy3d.demos.SurfaceDemo_JOGL
- main(String[]) - Static method in class org.jzy3d.demos.SurfaceDemo_PanamaGL
- main(String[]) - Static method in class panamagl.platform.Platform
- main(String[]) - Static method in class panamagl.utils.ThreadUtils
- makeCurrent() - Method in class panamagl.platform.linux.GLXContext_linux
- makeCurrent() - Method in class panamagl.platform.macos.CGLContext_macOS
- makeCurrent() - Method in class panamagl.platform.windows.WGLContext_windows
- matches(Platform) - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- matches(Platform) - Method in class panamagl.platform.macos.APanamaGLFactory_macOS
- matches(Platform) - Method in class panamagl.platform.macos.arm.PanamaGLFactory_macOS_arm
- matches(Platform) - Method in class panamagl.platform.macos.arm.PlatformMatcher_macOS_arm
- matches(Platform) - Method in class panamagl.platform.macos.x64.PanamaGLFactory_macOS_x64
- matches(Platform) - Method in class panamagl.platform.macos.x64.PlatformMatcher_macOS_x64
- matches(Platform) - Method in interface panamagl.platform.PlatformMatcher
-
Returns true if the platform matches this matcher definition
Platform
. - matches(Platform) - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- materialProperty(MaterialProperty) - Method in class org.jzy3d.painters.PanamaGLPainter
- maxHeight(double) - Method in class panamagl.canvas.ResizableCanvas
- maxWidth(double) - Method in class panamagl.canvas.ResizableCanvas
- merge(double[], double[]) - Static method in class panamagl.utils.ArrayUtils
- minHeight(double) - Method in class panamagl.canvas.ResizableCanvas
- minWidth(double) - Method in class panamagl.canvas.ResizableCanvas
N
- name - Variable in class panamagl.platform.Platform
- newAnimator(ICanvas) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newCanvas(IChartFactory, Scene, Quality) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newFBO(int, int) - Method in interface panamagl.factory.PanamaGLFactory
-
Initialize an
FBO
that can be used by aOffscreenRenderer
to initialize GPU buffers for rendering offscreen. - newFBO(int, int) - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- newFBO(int, int) - Method in class panamagl.platform.macos.APanamaGLFactory_macOS
- newFBO(int, int) - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- newFrame(Chart) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newFrame(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newGL() - Method in interface panamagl.factory.PanamaGLFactory
-
Initialize a platform dependent
GL
- newGL() - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- newGL() - Method in class panamagl.platform.linux.x64.PanamaGLFactory_linux_x64
- newGL() - Method in class panamagl.platform.macos.arm.PanamaGLFactory_macOS_arm
- newGL() - Method in class panamagl.platform.macos.x64.PanamaGLFactory_macOS_x64
- newGL() - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- newGL() - Method in class panamagl.platform.windows.x64.PanamaGLFactory_windows_x64
- newGLContext() - Method in interface panamagl.factory.PanamaGLFactory
-
Initialize a platform dependent
GLContext
later allowing to invoke OpenGL. - newGLContext() - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- newGLContext() - Method in class panamagl.platform.macos.APanamaGLFactory_macOS
- newGLContext() - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- newKeyboardCameraController(Chart) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newKeyboardScreenshotController(Chart) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newMouseCameraController(Chart) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newMousePickingController(Chart, int) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newOffscreenRenderer(FBOReader) - Method in interface panamagl.factory.PanamaGLFactory
-
Initialize an
OffscreenRenderer
that can be used by aGLCanvas
to render OpenGL. - newOffscreenRenderer(FBOReader) - Method in class panamagl.platform.linux.APanamaGLFactory_linux
- newOffscreenRenderer(FBOReader) - Method in class panamagl.platform.macos.APanamaGLFactory_macOS
- newOffscreenRenderer(FBOReader) - Method in class panamagl.platform.windows.APanamaGLFactory_windows
- newPainter() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newSymbolHandler(IImageWrapper) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newViewOverlay() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- newViewportLayout() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- nextDisplayUpdateScreenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
SCREENSHOTS
- NODES - Static variable in class org.jzy3d.demos.PickableGraphDemo_JOGL
- NODES - Static variable in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- NONE - Enum constant in enum class panamagl.canvas.GLCanvas.Flip
- NoRedirect - Class in panamagl.offscreen
- NoRedirect() - Constructor for class panamagl.offscreen.NoRedirect
- numberOfPixels - Variable in class panamagl.platform.macos.CGLContext_macOS
O
- offscreen - Variable in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- offscreen - Variable in class panamagl.canvas.GLCanvasAWT
- offscreen - Variable in class panamagl.canvas.GLCanvasJFX
- offscreen - Variable in class panamagl.canvas.GLCanvasSwing
- Offscreen - Enum constant in enum class panamagl.canvas.WindowingToolkit
- OffscreenRenderer - Interface in panamagl.offscreen
-
The interface through which various
GLCanvas
implementation can query an offscreen rendering. - OffscreenRenderer_linux - Class in panamagl.platform.linux
- OffscreenRenderer_linux(PanamaGLFactory, FBOReader) - Constructor for class panamagl.platform.linux.OffscreenRenderer_linux
- OffscreenRenderer_macOS - Class in panamagl.platform.macos
-
This offscreen renderer is able to ensure that OpenGL queries are performed inside the main macOS thread.
- OffscreenRenderer_macOS(PanamaGLFactory, FBOReader) - Constructor for class panamagl.platform.macos.OffscreenRenderer_macOS
- OffscreenRenderer_windows - Class in panamagl.platform.windows
- OffscreenRenderer_windows(PanamaGLFactory, FBOReader) - Constructor for class panamagl.platform.windows.OffscreenRenderer_windows
- onDestroy(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- onDestroy(GLCanvas, GLEventListener) - Method in interface panamagl.offscreen.OffscreenRenderer
- onDisplay() - Method in class panamagl.performance.RenderCounter
- onDisplay(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- onDisplay(GLCanvas, GLEventListener) - Method in interface panamagl.offscreen.OffscreenRenderer
- onIdle() - Static method in class org.jzy3d.demos.benchmark.Performances_Panama_macOS
- onInit(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
- onInit(GLCanvas, GLEventListener) - Method in interface panamagl.offscreen.OffscreenRenderer
- onPaint() - Method in class panamagl.performance.RenderCounter
- onPaintComponentBefore() - Method in class panamagl.performance.RenderCounter
- onResize(GLCanvas, GLEventListener, int, int, int, int) - Method in class panamagl.offscreen.AOffscreenRenderer
- onResize(GLCanvas, GLEventListener, int, int, int, int) - Method in interface panamagl.offscreen.OffscreenRenderer
- onStartPainting() - Method in class panamagl.performance.RenderCounter
- onStartRendering() - Method in class panamagl.performance.RenderCounter
- onUpdate() - Method in class panamagl.performance.RenderCounter
- org.jzy3d.chart - package org.jzy3d.chart
- org.jzy3d.chart.factories - package org.jzy3d.chart.factories
- org.jzy3d.demos - package org.jzy3d.demos
- org.jzy3d.demos.benchmark - package org.jzy3d.demos.benchmark
- org.jzy3d.painters - package org.jzy3d.painters
- org.jzy3d.plot3d.rendering.canvas - package org.jzy3d.plot3d.rendering.canvas
- org.jzy3d.plot3d.rendering.view.layout - package org.jzy3d.plot3d.rendering.view.layout
- out - Variable in class panamagl.canvas.GLCanvasAWT
- out - Variable in class panamagl.canvas.GLCanvasSwing
- overlay - Variable in class panamagl.canvas.GLCanvasAWT
- overlay - Variable in class panamagl.canvas.GLCanvasJFX
- overlay - Variable in class panamagl.canvas.GLCanvasSwing
- Overlay - Interface in panamagl.canvas.overlay
- overlayPerformance(Graphics) - Method in class panamagl.canvas.GLCanvasAWT
-
Show performance in a 2D text overlay.
- overlayPerformance(Graphics) - Method in class panamagl.canvas.GLCanvasSwing
-
Show performance in a 2D text overlay.
P
- paint - Variable in class panamagl.performance.RenderCounter
- paint(Graphics) - Method in class panamagl.canvas.GLCanvasAWT
-
Invoked only for redraw query that are not coalesced with other redraw queries by the AWT Event Queue.
- paint(Graphics) - Method in class panamagl.canvas.GLCanvasSwing
-
Invoked only for redraw query that are not coalesced with other redraw queries by the AWT Event Queue.
- paint(Graphics) - Method in interface panamagl.canvas.overlay.Overlay
- paint(Graphics) - Method in class panamagl.canvas.overlay.PerformanceOverlay_AWT
- paint(GraphicsContext) - Method in class panamagl.canvas.overlay.PerformanceOverlay_JFX
- paintComponent(Graphics) - Method in class panamagl.canvas.GLCanvasSwing
-
Render GL image and stop counting elapsed time for rendering (started at
GLCanvasSwing.display()
) - paintInterval - Variable in class panamagl.performance.RenderCounter
-
Measure time between each repaint query.
- paintIntervalMs() - Method in class panamagl.performance.RenderCounter
- paintIntervalMsInfo() - Method in class panamagl.performance.RenderCounter
- paintIntervalVsRenderTimeDiffInfo() - Method in class panamagl.performance.RenderCounter
- panamagl - package panamagl
- panamagl.canvas - package panamagl.canvas
- panamagl.canvas.overlay - package panamagl.canvas.overlay
- panamagl.factory - package panamagl.factory
- panamagl.image - package panamagl.image
- panamagl.offscreen - package panamagl.offscreen
- panamagl.opengl - package panamagl.opengl
- panamagl.performance - package panamagl.performance
- panamagl.platform - package panamagl.platform
- panamagl.platform.linux - package panamagl.platform.linux
- panamagl.platform.linux.x64 - package panamagl.platform.linux.x64
- panamagl.platform.macos - package panamagl.platform.macos
- panamagl.platform.macos.arm - package panamagl.platform.macos.arm
- panamagl.platform.macos.x64 - package panamagl.platform.macos.x64
- panamagl.platform.windows - package panamagl.platform.windows
- panamagl.platform.windows.x64 - package panamagl.platform.windows.x64
- panamagl.renderers.image - package panamagl.renderers.image
- panamagl.renderers.text - package panamagl.renderers.text
- panamagl.utils - package panamagl.utils
- PanamaGLAnimator - Class in org.jzy3d.chart
- PanamaGLAnimator(IScreenCanvas) - Constructor for class org.jzy3d.chart.PanamaGLAnimator
- PanamaGLCanvas - Class in org.jzy3d.plot3d.rendering.canvas
- PanamaGLCanvas(IChartFactory, Scene, Quality, GLCanvasSwing) - Constructor for class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- PanamaGLChartFactory - Class in org.jzy3d.chart.factories
- PanamaGLChartFactory() - Constructor for class org.jzy3d.chart.factories.PanamaGLChartFactory
- PanamaGLChartFactory(IPainterFactory) - Constructor for class org.jzy3d.chart.factories.PanamaGLChartFactory
- panamaGLFactory - Variable in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- PanamaGLFactory - Interface in panamagl.factory
-
A
PanamaGLFactory
generates components for a given platform (CPU, OS) and will ensure the appropriate bindings as well as OpenGL way of implementing a rendering technic are applied a target platform. - PanamaGLFactory_linux_x64 - Class in panamagl.platform.linux.x64
- PanamaGLFactory_linux_x64() - Constructor for class panamagl.platform.linux.x64.PanamaGLFactory_linux_x64
- PanamaGLFactory_macOS_arm - Class in panamagl.platform.macos.arm
- PanamaGLFactory_macOS_arm() - Constructor for class panamagl.platform.macos.arm.PanamaGLFactory_macOS_arm
- PanamaGLFactory_macOS_x64 - Class in panamagl.platform.macos.x64
- PanamaGLFactory_macOS_x64() - Constructor for class panamagl.platform.macos.x64.PanamaGLFactory_macOS_x64
- PanamaGLFactory_windows_x64 - Class in panamagl.platform.windows.x64
- PanamaGLFactory_windows_x64() - Constructor for class panamagl.platform.windows.x64.PanamaGLFactory_windows_x64
- PanamaGLPainter - Class in org.jzy3d.painters
- PanamaGLPainter() - Constructor for class org.jzy3d.painters.PanamaGLPainter
- PanamaGLPainterFactory - Class in org.jzy3d.chart.factories
- PanamaGLPainterFactory() - Constructor for class org.jzy3d.chart.factories.PanamaGLPainterFactory
- PanamaGLViewAndColorbarsLayout - Class in org.jzy3d.plot3d.rendering.view.layout
- PanamaGLViewAndColorbarsLayout() - Constructor for class org.jzy3d.plot3d.rendering.view.layout.PanamaGLViewAndColorbarsLayout
- pause(int) - Method in class panamagl.Animator
- pauseNotifyWait(int) - Method in class panamagl.Animator
- PerformanceOverlay_AWT - Class in panamagl.canvas.overlay
- PerformanceOverlay_AWT(GLCanvas) - Constructor for class panamagl.canvas.overlay.PerformanceOverlay_AWT
- PerformanceOverlay_AWT.PerfOverlay - Class in panamagl.canvas.overlay
- PerformanceOverlay_JFX - Class in panamagl.canvas.overlay
- PerformanceOverlay_JFX(GLCanvas) - Constructor for class panamagl.canvas.overlay.PerformanceOverlay_JFX
- PerformanceOverlay_JFX.PerfOverlay - Class in panamagl.canvas.overlay
- Performances_AWT_JOGL - Class in org.jzy3d.demos.benchmark
-
Paints some polygons at screen.
- Performances_AWT_JOGL() - Constructor for class org.jzy3d.demos.benchmark.Performances_AWT_JOGL
- Performances_Panama_macOS - Class in org.jzy3d.demos.benchmark
-
Paints some polygons at screen.
- Performances_Panama_macOS() - Constructor for class org.jzy3d.demos.benchmark.Performances_Panama_macOS
- perfOverlay - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT
- perfOverlay - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX
- PerfOverlay() - Constructor for class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- PerfOverlay() - Constructor for class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
- PickableGraphDemo_JOGL - Class in org.jzy3d.demos
- PickableGraphDemo_JOGL() - Constructor for class org.jzy3d.demos.PickableGraphDemo_JOGL
- PickableGraphDemo_PanamaGL - Class in org.jzy3d.demos
- PickableGraphDemo_PanamaGL() - Constructor for class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- pixelBuffer - Variable in class panamagl.platform.linux.FBO_linux
- pixelBuffer - Variable in class panamagl.platform.macos.FBO_macOS
- pixelBuffer - Variable in class panamagl.platform.windows.FBO_windows
- pixelFormat - Variable in class panamagl.platform.macos.CGLContext_macOS
- pixelFormatLength - Variable in class panamagl.platform.macos.CGLContext_macOS
- pixels - Variable in class panamagl.platform.linux.FBO_linux
- pixels - Variable in class panamagl.platform.macos.FBO_macOS
- pixels - Variable in class panamagl.platform.windows.FBO_windows
- pixelScaleX - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- pixelScaleY - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- platform - Variable in class panamagl.GLProfile
- Platform - Class in panamagl.platform
- Platform() - Constructor for class panamagl.platform.Platform
- Platform(String) - Constructor for class panamagl.platform.Platform
- Platform(String, String) - Constructor for class panamagl.platform.Platform
-
Mainly for test purpose.
- Platform(String, String, String, String, boolean, boolean, boolean, boolean) - Constructor for class panamagl.platform.Platform
- PlatformMatcher - Interface in panamagl.platform
- PlatformMatcher_macOS_arm - Class in panamagl.platform.macos.arm
- PlatformMatcher_macOS_arm() - Constructor for class panamagl.platform.macos.arm.PlatformMatcher_macOS_arm
- PlatformMatcher_macOS_x64 - Class in panamagl.platform.macos.x64
- PlatformMatcher_macOS_x64() - Constructor for class panamagl.platform.macos.x64.PlatformMatcher_macOS_x64
- polygonFillValue(PolygonFill) - Method in class org.jzy3d.painters.PanamaGLPainter
- polygonModeValue(PolygonMode) - Method in class org.jzy3d.painters.PanamaGLPainter
- prepare(GL) - Method in interface panamagl.offscreen.FBO
- prepare(GL) - Method in class panamagl.platform.linux.FBO_linux
-
Prepare resources held by this FBO utility.
- prepare(GL) - Method in class panamagl.platform.macos.FBO_macOS
-
Prepare resources held by this FBO utility.
- prepare(GL) - Method in class panamagl.platform.windows.FBO_windows
-
Prepare resources held by this FBO utility.
- prepared - Variable in class panamagl.offscreen.AFBO
- prevDiff - Variable in class panamagl.performance.RenderCounter
- prevRenderDrift - Variable in class panamagl.performance.RenderCounter
- print() - Static method in class panamagl.utils.ThreadUtils
-
Print all threads, their status and priority in console.
- print(boolean[]) - Static method in class panamagl.utils.ArrayUtils
- print(byte[]) - Static method in class panamagl.Debug
- print(byte[]) - Static method in class panamagl.utils.ArrayUtils
- print(char[]) - Static method in class panamagl.Debug
- print(char[]) - Static method in class panamagl.utils.ArrayUtils
- print(double[]) - Static method in class panamagl.Debug
- print(double[]) - Static method in class panamagl.utils.ArrayUtils
- print(double[][]) - Static method in class panamagl.Debug
- print(double[][]) - Static method in class panamagl.utils.ArrayUtils
- print(float[]) - Static method in class panamagl.Debug
- print(float[]) - Static method in class panamagl.utils.ArrayUtils
- print(float[][]) - Static method in class panamagl.Debug
- print(float[][]) - Static method in class panamagl.utils.ArrayUtils
- print(int[]) - Static method in class panamagl.Debug
- print(int[]) - Static method in class panamagl.utils.ArrayUtils
- print(int[][]) - Static method in class panamagl.Debug
- print(int[][]) - Static method in class panamagl.utils.ArrayUtils
- print(long[]) - Static method in class panamagl.Debug
- print(long[]) - Static method in class panamagl.utils.ArrayUtils
- print(GraphicsConfiguration) - Static method in class panamagl.utils.GraphicsUtils
- print(String) - Method in class org.jzy3d.chart.factories.FrameSwing
- print(String, boolean[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, byte[]) - Static method in class panamagl.Debug
- print(String, byte[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, char[]) - Static method in class panamagl.Debug
- print(String, char[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, double[]) - Static method in class panamagl.Debug
- print(String, double[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, float[]) - Static method in class panamagl.Debug
- print(String, float[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, int[]) - Static method in class panamagl.Debug
- print(String, int[]) - Static method in class panamagl.utils.ArrayUtils
- print(String, long[]) - Static method in class panamagl.Debug
- print(String, long[]) - Static method in class panamagl.utils.ArrayUtils
- printGLDepthRange() - Method in class org.jzy3d.painters.PanamaGLPainter
- printGraphicsEnvironment(String) - Static method in class panamagl.utils.GraphicsUtils
- printLinkStatus(SymbolLookup, Class, Field, String, CheckLinkConsistency.Link) - Static method in class demos.opengl.CheckLinkConsistency
- printLinkStatus(SymbolLookup, Class, String, CheckLinkConsistency.Link) - Static method in class demos.opengl.CheckLinkConsistency
- printLinkStatus(SymbolLookup, String, String, String, CheckLinkConsistency.Link) - Static method in class demos.opengl.CheckLinkConsistency
- profile - Variable in class panamagl.opengl.AGLContext
- profileDisplayTimer - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
Q
- Quad() - Static method in class demos.panamagl.swing.DemoQuad_Onscreen_Swing
R
- rawToc() - Method in class panamagl.utils.TicToc
- read(FBO, GL) - Method in class panamagl.offscreen.FBOReader_AWT
- read(FBO, GL) - Method in class panamagl.offscreen.FBOReader_JFX
- read(FBO, GL) - Method in interface panamagl.offscreen.FBOReader
- read(GL) - Method in class panamagl.GLProfile
- reader - Variable in class panamagl.offscreen.AOffscreenRenderer
- readPixels(GL) - Method in interface panamagl.offscreen.FBO
- readPixels(GL) - Method in class panamagl.platform.linux.FBO_linux
- readPixels(GL) - Method in class panamagl.platform.macos.FBO_macOS
- readPixels(GL) - Method in class panamagl.platform.windows.FBO_windows
- release() - Method in class panamagl.platform.macos.CGLContext_macOS
- release(GL) - Method in interface panamagl.offscreen.FBO
- release(GL) - Method in class panamagl.platform.linux.FBO_linux
-
Release resources held by this FBO utility.
- release(GL) - Method in class panamagl.platform.macos.FBO_macOS
-
Release resources held by this FBO utility.
- release(GL) - Method in class panamagl.platform.windows.FBO_windows
-
Release resources held by this FBO utility.
- releaseContext(MemorySegment) - Method in class panamagl.platform.macos.CGLContext_macOS
- releaseGL() - Method in class org.jzy3d.painters.PanamaGLPainter
- removeCanvasListener(ICanvasListener) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- removeNotify() - Method in class panamagl.canvas.GLCanvasAWT
-
Called before the JPanel is removed from the Swing hierarchy.
- removeNotify() - Method in class panamagl.canvas.GLCanvasSwing
-
Called before the JPanel is removed from the Swing hierarchy.
- render(IPainter, Chart) - Method in class org.jzy3d.plot3d.rendering.view.layout.PanamaGLViewAndColorbarsLayout
- renderBufferIds - Variable in class panamagl.platform.linux.FBO_linux
- renderBufferIds - Variable in class panamagl.platform.macos.FBO_macOS
- renderBufferIds - Variable in class panamagl.platform.windows.FBO_windows
- RenderCounter - Class in panamagl.performance
- RenderCounter() - Constructor for class panamagl.performance.RenderCounter
- renderDrift - Variable in class panamagl.performance.RenderCounter
- renderDriftDerivative() - Method in class panamagl.performance.RenderCounter
- renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- renderer - Variable in class panamagl.GLProfile
- Renderer3D - Class in org.jzy3d.plot3d.rendering.canvas
- Renderer3D() - Constructor for class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- Renderer3D(View) - Constructor for class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Initialize a Renderer attached to the given View.
- Renderer3D(View, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Initialize a Renderer attached to the given View, and activate GL trace and errors to console.
- renderGLToImage(GLCanvas, GLEventListener) - Method in class panamagl.offscreen.AOffscreenRenderer
-
This method will render in FBO and then query a component repaint to ensure it is repainted ONCE the image is available.
- renderGLToImage(GLCanvas, GLEventListener, int, int) - Method in class panamagl.offscreen.AOffscreenRenderer
-
This method will resize the FBO and then update the component
- rendering - Variable in class panamagl.canvas.GLCanvasAWT
- rendering - Variable in class panamagl.canvas.GLCanvasJFX
- rendering - Variable in class panamagl.canvas.GLCanvasSwing
- renderLegends(IPainter, float, float, List<ILegend>, ICanvas) - Method in class org.jzy3d.plot3d.rendering.view.layout.PanamaGLViewAndColorbarsLayout
-
Disabled legend rendering for now
- renderLongerThanRepaintInterval() - Method in class panamagl.performance.RenderCounter
- renderTimeMs() - Method in class panamagl.performance.RenderCounter
- renderTimeMsInfo() - Method in class panamagl.performance.RenderCounter
- renderTimer - Variable in class panamagl.performance.RenderCounter
-
Should starts upon invocation of display() or receival of resize events, stop once paintComponent() has completed image rendering.
- repaint() - Method in interface panamagl.canvas.GLCanvas
- repaint() - Method in class panamagl.canvas.GLCanvasJFX
- reshape(GL, int, int, int, int) - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
-
Called when the
GLCanvas
is resized. - reshape(GL, int, int, int, int) - Method in class panamagl.GLEventAdapter
- reshape(GL, int, int, int, int) - Method in interface panamagl.GLEventListener
- ResizableCanvas - Class in panamagl.canvas
- ResizableCanvas() - Constructor for class panamagl.canvas.ResizableCanvas
- resize(double, double) - Method in class panamagl.canvas.ResizableCanvas
- resize(int, int) - Method in class panamagl.offscreen.AFBO
- resize(int, int) - Method in interface panamagl.offscreen.FBO
- ResizeHandler() - Constructor for class panamagl.canvas.GLCanvasAWT.ResizeHandler
- ResizeHandler() - Constructor for class panamagl.canvas.GLCanvasJFX.ResizeHandler
- ResizeHandler() - Constructor for class panamagl.canvas.GLCanvasSwing.ResizeHandler
- RETINAL_PERSISTENCE - Static variable in class panamagl.Animator
- RGBAtoIntARGB(byte, byte, byte, byte) - Static method in class panamagl.utils.ByteUtils
- RGBAtoIntARGB(float, float, float, float) - Static method in class panamagl.utils.ByteUtils
- RGBAtoIntARGB(int, int, int, int) - Static method in class panamagl.utils.ByteUtils
- rgbaTriangle2D(int, int) - Static method in class demos.panamagl.offscreen.SampleTriangle
- RGBTriangleEventListener() - Static method in class demos.panamagl.swing.DemoTriangle_Onscreen_Swing
-
Draw a fullcanvas triangle.
- RGBTriangleEventListenerAnim() - Static method in class demos.panamagl.swing.DemoTriangle_Onscreen_Swing
-
Draw a fullcanvas triangle.
- run(Runnable) - Method in class panamagl.offscreen.AWTThreadRedirect
- run(Runnable) - Method in class panamagl.offscreen.MacOSThreadRedirect
- run(Runnable) - Method in class panamagl.offscreen.NoRedirect
- run(Runnable) - Method in class panamagl.offscreen.ThreadRedirect_JFX
- run(Runnable) - Method in interface panamagl.offscreen.ThreadRedirect
S
- SampleTriangle - Class in demos.panamagl.offscreen
- SampleTriangle() - Constructor for class demos.panamagl.offscreen.SampleTriangle
- save(BufferedImage, String) - Static method in class panamagl.utils.ImageUtils
- save(String) - Method in class panamagl.image.AWTImage
- save(String) - Method in class panamagl.image.JFXImage
- save(String) - Method in interface panamagl.Image
- scale(BufferedImage, float, float) - Static method in class panamagl.utils.ImageUtils
- ScatterDemo_JOGL - Class in org.jzy3d.demos
-
Demo an scatter chart with JOGL.
- ScatterDemo_JOGL() - Constructor for class org.jzy3d.demos.ScatterDemo_JOGL
- ScatterDemo_PanamaGL - Class in org.jzy3d.demos
-
Demo an surface chart made with Panama (JEP-412).
- ScatterDemo_PanamaGL() - Constructor for class org.jzy3d.demos.ScatterDemo_PanamaGL
- scope - Variable in class org.jzy3d.painters.PanamaGLPainter
- scope - Variable in class panamagl.opengl.AGLContext
- scope - Variable in class panamagl.platform.linux.FBO_linux
- scope - Variable in class panamagl.platform.macos.FBO_macOS
- scope - Variable in class panamagl.platform.windows.FBO_windows
- scope - Variable in class panamagl.utils.ForeignMemoryUtils
- screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- segment - Variable in class panamagl.renderers.image.ForeignImage
- select() - Static method in interface panamagl.factory.PanamaGLFactory
-
Returns the first factory that is is compatible with the current
Platform
. - SelectableScatterDemo_PanamaGL - Class in org.jzy3d.demos
- SelectableScatterDemo_PanamaGL() - Constructor for class org.jzy3d.demos.SelectableScatterDemo_PanamaGL
- selectFor(Platform) - Static method in interface panamagl.factory.PanamaGLFactory
- session - Variable in class panamagl.platform.linux.FBO_linux
- session - Variable in class panamagl.platform.macos.FBO_macOS
- session - Variable in class panamagl.platform.windows.FBO_windows
- setAdaptive(boolean) - Method in class panamagl.Animator
- setAntialiasing(boolean) - Method in class panamagl.renderers.text.BasicTextRenderer
- setArrayExport(boolean) - Method in class panamagl.offscreen.FBOReader_AWT
- setChartFactory(IChartFactory) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- setContext(GLContext) - Method in class org.jzy3d.painters.PanamaGLPainter
- setCurrentContext(Addressable) - Method in class panamagl.platform.macos.CGLContext_macOS
- setCurrentContextZero() - Method in class panamagl.platform.macos.CGLContext_macOS
- setDebugFile(String) - Method in class panamagl.offscreen.AOffscreenRenderer
-
If not null, the input pattern will be used to save offscreen generated image to disk.
- setDebugFile(String) - Method in interface panamagl.offscreen.OffscreenRenderer
- setDebugGL(boolean) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
-
If true, will let GL trigger
GLException
if an error occur in OpenGL which ease debugging. - setDrawBorder(boolean) - Method in class panamagl.renderers.text.BasicTextRenderer
- setFBO(FBO) - Method in class panamagl.canvas.GLCanvasAWT
- setFBO(FBO) - Method in class panamagl.canvas.GLCanvasJFX
- setFBO(FBO) - Method in class panamagl.canvas.GLCanvasSwing
- setFBO(FBO) - Method in class panamagl.offscreen.AOffscreenRenderer
- setFBO(FBO) - Method in interface panamagl.offscreen.OffscreenRenderer
- setFixHiDPI(boolean) - Method in class org.jzy3d.plot3d.rendering.view.layout.PanamaGLViewAndColorbarsLayout
- setFlip(GLCanvas.Flip) - Method in interface panamagl.canvas.GLCanvas
- setFlip(GLCanvas.Flip) - Method in class panamagl.canvas.GLCanvasAWT
- setFlip(GLCanvas.Flip) - Method in class panamagl.canvas.GLCanvasJFX
- setFlip(GLCanvas.Flip) - Method in class panamagl.canvas.GLCanvasSwing
- setGL(GL) - Method in class org.jzy3d.painters.PanamaGLPainter
- setGLEventListener(GLEventListener) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- setGLEventListener(GLEventListener) - Method in interface panamagl.canvas.GLCanvas
-
Set the event listener handling init, drawing and resize requests.
- setGLEventListener(GLEventListener) - Method in class panamagl.canvas.GLCanvasAWT
- setGLEventListener(GLEventListener) - Method in class panamagl.canvas.GLCanvasJFX
- setGLEventListener(GLEventListener) - Method in class panamagl.canvas.GLCanvasSwing
- setImage(WritableImage) - Method in class panamagl.image.JFXImage
- setMonitoring(RenderCounter) - Method in class panamagl.canvas.GLCanvasAWT
- setMonitoring(RenderCounter) - Method in class panamagl.canvas.GLCanvasSwing
- setOffscreen(int, int) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- setOffscreen(Rectangle) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- setOffscreenDisabled() - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- setOffscreenRenderer(OffscreenRenderer) - Method in interface panamagl.canvas.GLCanvas
- setOffscreenRenderer(OffscreenRenderer) - Method in class panamagl.canvas.GLCanvasAWT
- setOffscreenRenderer(OffscreenRenderer) - Method in class panamagl.canvas.GLCanvasJFX
- setOffscreenRenderer(OffscreenRenderer) - Method in class panamagl.canvas.GLCanvasSwing
- setPanamaGLFactory(PanamaGLFactory) - Method in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- setProfile(GLProfile) - Method in class panamagl.opengl.AGLContext
- setProfile(GLProfile) - Method in interface panamagl.opengl.GLContext
- setRendering(boolean) - Method in class panamagl.canvas.GLCanvasAWT
- setRendering(boolean) - Method in class panamagl.canvas.GLCanvasJFX
- setRendering(boolean) - Method in class panamagl.canvas.GLCanvasSwing
- setScreenshot(Image<?>) - Method in interface panamagl.canvas.GLCanvas
- setScreenshot(Image<?>) - Method in class panamagl.canvas.GLCanvasAWT
- setScreenshot(Image<?>) - Method in class panamagl.canvas.GLCanvasJFX
- setScreenshot(Image<?>) - Method in class panamagl.canvas.GLCanvasSwing
- setSleepTime(int) - Method in class panamagl.Animator
- setThreadRedirect(ThreadRedirect) - Method in class panamagl.factory.APanamaGLFactory
- setThreadRedirect(ThreadRedirect) - Method in interface panamagl.factory.PanamaGLFactory
-
If a thread redirection is defined and non null, it will be applied to the
OffscreenRenderer
generated by this factory while callingPanamaGLFactory.newOffscreenRenderer(FBOReader)
. - setThreadRedirect(ThreadRedirect) - Method in class panamagl.offscreen.AOffscreenRenderer
- setThreadRedirect(ThreadRedirect) - Method in interface panamagl.offscreen.OffscreenRenderer
- setWindowHandle(int) - Method in class panamagl.platform.windows.WGLContext_windows
- setYieldWhenDone(boolean) - Method in class panamagl.Animator
- SHARED - Enum constant in enum class panamagl.utils.ForeignMemoryUtils.Mode
- shutdown() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Called by
invalid @link
NativeWindowFactory#shutdown()
- sleepTimeMs - Variable in class panamagl.Animator
- solaris - Variable in class panamagl.platform.Platform
- sortAscending(double[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortAscending(float[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortAscending(int[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortAscending(Date[]) - Static method in class panamagl.utils.ArrayUtils
- sortDescending(double[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortDescending(float[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortDescending(int[]) - Static method in class panamagl.utils.ArrayUtils
-
Sort input array, and return the final order of initial values.
- sortDescending(Date[]) - Static method in class panamagl.utils.ArrayUtils
- SpinningCubesDemo_PanamaGL - Class in org.jzy3d.demos
- SpinningCubesDemo_PanamaGL() - Constructor for class org.jzy3d.demos.SpinningCubesDemo_PanamaGL
- start - Variable in class panamagl.utils.TicToc
- start() - Method in class org.jzy3d.chart.PanamaGLAnimator
- start() - Method in class panamagl.Animator
- StoI(short) - Static method in class panamagl.utils.ByteUtils
- stop - Variable in class panamagl.utils.TicToc
- stop() - Method in class org.jzy3d.chart.PanamaGLAnimator
- stop() - Method in class panamagl.Animator
- str(ImageCapabilities) - Static method in class panamagl.utils.GraphicsUtils
- stringBounds(Graphics2D, String) - Static method in class panamagl.utils.GraphicsUtils
- stringBounds(String, Font) - Static method in class panamagl.utils.GraphicsUtils
- stringWidth(Graphics2D, String) - Static method in class panamagl.utils.GraphicsUtils
- stringWidth(String, Font) - Static method in class panamagl.utils.GraphicsUtils
-
Compute string width using the Graphics2D instance of a hidden image.
- SurfaceDemo_JOGL - Class in org.jzy3d.demos
-
Demo an surface chart made with JOGL.
- SurfaceDemo_JOGL() - Constructor for class org.jzy3d.demos.SurfaceDemo_JOGL
- SurfaceDemo_PanamaGL - Class in org.jzy3d.demos
-
Demo an surface chart made with Panama (JEP-412).
- SurfaceDemo_PanamaGL() - Constructor for class org.jzy3d.demos.SurfaceDemo_PanamaGL
- Swing - Enum constant in enum class panamagl.canvas.WindowingToolkit
- SWT - Enum constant in enum class panamagl.canvas.WindowingToolkit
- systemErrPrint() - Method in class panamagl.opengl.GLError
-
Print error on system.err
T
- t - Variable in class org.jzy3d.chart.PanamaGLAnimator
- T - Static variable in class panamagl.utils.TicToc
- Teapot_Panama_macOS - Class in demos.opengl
-
This is the original demonstration program provided at https://github.com/sundararajana/panama-jextract-samples/tree/master/opengl.
- Teapot_Panama_Ubuntu - Class in demos.opengl
-
This is the original demonstration program provided at https://github.com/sundararajana/panama-jextract-samples/tree/master/opengl.
- TeapotGLEventListener() - Static method in class demos.panamagl.awt.DemoTeapot_Onscreen_AWT
- TeapotGLEventListener() - Static method in class demos.panamagl.swing.DemoTeapot_Onscreen_Swing
- TextRenderer<FONT,
COLOR> - Interface in panamagl.renderers.text - Texts() - Static method in class demos.panamagl.swing.DemoImage_Onscreen_Swing
-
Draw a fullcanvas triangle.
- Texts() - Static method in class demos.panamagl.swing.DemoText_Onscreen_Swing
-
Draw a fullcanvas triangle.
- textureBufferIds - Variable in class panamagl.platform.linux.FBO_linux
- textureBufferIds - Variable in class panamagl.platform.macos.FBO_macOS
- textureBufferIds - Variable in class panamagl.platform.windows.FBO_windows
- textureType - Variable in class panamagl.platform.linux.FBO_linux
- textureType - Variable in class panamagl.platform.macos.FBO_macOS
- textureType - Variable in class panamagl.platform.windows.FBO_windows
- threadRedirect - Variable in class panamagl.offscreen.AOffscreenRenderer
- ThreadRedirect - Interface in panamagl.offscreen
-
A
ThreadRedirect
allows to redirect aRunnable
execution to a choosen thread. - ThreadRedirect_JFX - Class in panamagl.offscreen
- ThreadRedirect_JFX() - Constructor for class panamagl.offscreen.ThreadRedirect_JFX
- ThreadUtils - Class in panamagl.utils
- ThreadUtils() - Constructor for class panamagl.utils.ThreadUtils
- throwExceptionUponError(String, int) - Method in class panamagl.platform.macos.CGLContext_macOS
-
Check the status returned by CGL invocation and throw a runtime exception if not success
- throwRuntimeException() - Method in class panamagl.opengl.GLError
-
Throw a runtime exception with this message and error code
- tic() - Method in class panamagl.utils.TicToc
- tick() - Static method in class panamagl.utils.TicToc
- TicToc - Class in panamagl.utils
- TicToc() - Constructor for class panamagl.utils.TicToc
- toc() - Method in class panamagl.utils.TicToc
-
return time in second
- tock() - Static method in class panamagl.utils.TicToc
- tockShow(String) - Static method in class panamagl.utils.TicToc
- toColumnMatrix(double[]) - Static method in class panamagl.utils.ArrayUtils
- toColumnMatrix(float[]) - Static method in class panamagl.utils.ArrayUtils
- toColumnMatrixAsDouble(float[]) - Static method in class panamagl.utils.ArrayUtils
- tocShow(String) - Method in class panamagl.utils.TicToc
- toDouble(float[]) - Static method in class panamagl.utils.ArrayUtils
- toDouble(MemorySegment) - Method in class panamagl.utils.ForeignMemoryUtils
- toFloat(double[]) - Static method in class panamagl.utils.ArrayUtils
- toFloat(MemorySegment) - Method in class panamagl.utils.ForeignMemoryUtils
- toInt(MemorySegment) - Method in class panamagl.utils.ForeignMemoryUtils
- toInt(StencilOp) - Method in class org.jzy3d.painters.PanamaGLPainter
- toMemorySegment(Image) - Static method in class panamagl.renderers.image.BufferedImageForeign
- toMemorySegment(Image, int, int) - Static method in class panamagl.renderers.image.BufferedImageForeign
-
Create a
ByteBuffer
containing a RGBA pixels out of an Image made of ARGB pixels. - toString() - Method in class panamagl.GLProfile
- toString() - Method in class panamagl.opengl.GLError
- toString() - Method in class panamagl.platform.Platform
- traceGL - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
U
- unbindFramebuffer() - Method in class panamagl.platform.linux.FBO_linux
- unbindFramebuffer() - Method in class panamagl.platform.macos.FBO_macOS
- unbindFramebuffer() - Method in class panamagl.platform.windows.FBO_windows
- unix - Variable in class panamagl.platform.Platform
- UNIX - Static variable in class panamagl.platform.Platform
- UNKNOWN - Enum constant in enum class panamagl.canvas.WindowingToolkit
- unlockContext(MemorySegment) - Method in class panamagl.platform.macos.CGLContext_macOS
- unlockToolkit() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
-
Unlocks the AWT's global ReentrantLock.
- update - Variable in class panamagl.performance.RenderCounter
- update() - Method in class panamagl.performance.RenderCounter
-
Update difference between the number of paint and update events.
- update(Graphics) - Method in class panamagl.canvas.GLCanvasAWT
-
Invoked each time redraw should be performed, even if the redraw query is coalesced with other redraw queries by the AWT Event Queue.
- update(Graphics) - Method in class panamagl.canvas.GLCanvasSwing
-
Invoked each time redraw should be performed, even if the redraw query is coalesced with other redraw queries by the AWT Event Queue.
- updatePainterWithGL(GL) - Method in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- updatePrevDiff() - Method in class panamagl.performance.RenderCounter
- useGLUT - Variable in class panamagl.platform.linux.APanamaGLFactory_linux
- useGLUT - Variable in class panamagl.platform.macos.APanamaGLFactory_macOS
- useGLUT - Variable in class panamagl.platform.windows.APanamaGLFactory_windows
V
- validateLocked() - Static method in class jogamp.nativewindow.jawt.JAWTUtil
- valueOf(String) - Static method in enum class panamagl.canvas.GLCanvas.Flip
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class panamagl.canvas.WindowingToolkit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class panamagl.utils.ForeignMemoryUtils.Mode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class panamagl.canvas.GLCanvas.Flip
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class panamagl.canvas.WindowingToolkit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class panamagl.utils.ForeignMemoryUtils.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vendor - Variable in class panamagl.GLProfile
- version - Variable in class panamagl.GLProfile
- version - Variable in class panamagl.platform.Platform
- version() - Method in class org.jzy3d.painters.PanamaGLPainter
- version(boolean) - Method in class org.jzy3d.painters.PanamaGLPainter
- VERTEX_WIDTH - Static variable in class org.jzy3d.demos.PickableGraphDemo_JOGL
- VERTEX_WIDTH - Static variable in class org.jzy3d.demos.PickableGraphDemo_PanamaGL
- VERTICAL - Enum constant in enum class panamagl.canvas.GLCanvas.Flip
- view - Variable in class org.jzy3d.plot3d.rendering.canvas.PanamaGLCanvas
- view - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
W
- wglChoosePixelFormatARB - Variable in class panamagl.platform.windows.WGLContext_windows
- wglContext - Variable in class panamagl.platform.windows.APanamaGLFactory_windows
- WGLContext_windows - Class in panamagl.platform.windows
-
WIP Windows context
- WGLContext_windows() - Constructor for class panamagl.platform.windows.WGLContext_windows
- WGLContext_windows(boolean) - Constructor for class panamagl.platform.windows.WGLContext_windows
- wglCreateContextAttribsARB - Variable in class panamagl.platform.windows.WGLContext_windows
- width - Variable in class org.jzy3d.chart.factories.PanamaGLPainterFactory
- width - Variable in class org.jzy3d.plot3d.rendering.canvas.Renderer3D
- width - Variable in class panamagl.offscreen.AFBO
- windowHandle - Variable in class panamagl.platform.linux.GLUTContext_linux
- windowHandle - Variable in class panamagl.platform.macos.GLUTContext_macOS
- windowHandle - Variable in class panamagl.platform.windows.GLUTContext_windows
- windowHandle - Variable in class panamagl.platform.windows.WGLContext_windows
- WindowingToolkit - Enum Class in panamagl.canvas
- windowName - Variable in class panamagl.platform.linux.GLUTContext_linux
- windowName - Variable in class panamagl.platform.macos.GLUTContext_macOS
- windowName - Variable in class panamagl.platform.windows.GLUTContext_windows
- windows - Variable in class panamagl.platform.Platform
- WINDOWS - Static variable in class panamagl.platform.Platform
X
- x - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- x - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
Y
- yCountCoalesced - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- yCountCoalesced - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
- yieldWhenDone - Variable in class panamagl.Animator
- yIntervalDiff - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- yIntervalDiff - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
- yPaintInterval - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- yPaintInterval - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
- yRenderTimeInterval - Variable in class panamagl.canvas.overlay.PerformanceOverlay_AWT.PerfOverlay
- yRenderTimeInterval - Variable in class panamagl.canvas.overlay.PerformanceOverlay_JFX.PerfOverlay
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form