Class GL
java.lang.Object
dev.pfaff.glass.opengl.GL
OpenGL bindings for Java.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Whether correctness checks are enabled.static final boolean
Whether error checks after each native call are enabled.static final boolean
Whether logging commands is enabled. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
glAccumxOES
(GLEnum op, int value) boolean
glAcquireKeyedMutexWin32EXT
(int memory, long key, int timeout) void
glActiveProgramEXT
(int program) void
glActiveShaderProgram
(int pipeline, int program) void
glActiveShaderProgramEXT
(int pipeline, int program) void
void
glActiveTexture
(GLTextureUnit texture) void
glActiveTextureARB
(GLTextureUnit texture) void
glActiveVaryingNV
(int program, ConstPointer<Byte> name) void
glAlphaFragmentOp1ATI
(GLFragmentOp1ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod) void
glAlphaFragmentOp2ATI
(GLFragmentOp2ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) void
glAlphaFragmentOp3ATI
(GLFragmentOp3ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) void
glAlphaFunc
(GLAlphaFunction func, float ref) void
glAlphaFuncQCOM
(GLEnum func, float ref) void
glAlphaFuncx
(GLAlphaFunction func, int ref) void
glAlphaFuncxOES
(GLAlphaFunction func, int ref) void
void
void
boolean
glAreProgramsResidentNV
(int n, ConstPointer<Integer> programs, MutPointer<Boolean> residences) boolean
glAreTexturesResident
(int n, ConstPointer<Integer> textures, MutPointer<Boolean> residences) boolean
glAreTexturesResidentEXT
(int n, ConstPointer<Integer> textures, MutPointer<Boolean> residences) void
glArrayElement
(int i) void
glArrayElementEXT
(int i) void
glArrayObjectATI
(GLEnableCap array, int size, GLScalarType type, int stride, int buffer, int offset) int
glAsyncCopyBufferSubDataNVX
(int waitSemaphoreCount, ConstPointer<Integer> waitSemaphoreArray, ConstPointer<Long> fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, ConstPointer<Integer> signalSemaphoreArray, ConstPointer<Long> signalValueArray) int
glAsyncCopyImageSubDataNVX
(int waitSemaphoreCount, ConstPointer<Integer> waitSemaphoreArray, ConstPointer<Long> waitValueArray, int srcGpu, int dstGpuMask, int srcName, GLEnum srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLEnum dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, ConstPointer<Integer> signalSemaphoreArray, ConstPointer<Long> signalValueArray) void
glAsyncMarkerSGIX
(int marker) void
glAttachObjectARB
(int containerObj, int obj) void
glAttachShader
(int program, int shader) void
glBegin
(GLPrimitiveType mode) void
glBeginConditionalRender
(int id, GLConditionalRenderMode mode) void
glBeginConditionalRenderNV
(int id, GLConditionalRenderMode mode) void
glBeginConditionalRenderNVX
(int id) void
void
glBeginOcclusionQueryNV
(int id) void
glBeginPerfMonitorAMD
(int monitor) void
glBeginPerfQueryINTEL
(int queryHandle) void
glBeginQuery
(GLQueryTarget target, int id) void
glBeginQueryARB
(GLQueryTarget target, int id) void
glBeginQueryEXT
(GLQueryTarget target, int id) void
glBeginQueryIndexed
(GLQueryTarget target, int index, int id) void
glBeginTransformFeedback
(GLPrimitiveType primitiveMode) void
glBeginTransformFeedbackEXT
(GLPrimitiveType primitiveMode) void
glBeginTransformFeedbackNV
(GLPrimitiveType primitiveMode) void
void
glBeginVideoCaptureNV
(int video_capture_slot) void
glBindAttribLocation
(int program, int index, ConstPointer<Byte> name) void
glBindAttribLocationARB
(int programObj, int index, ConstPointer<Byte> name) void
glBindBuffer
(GLBufferTarget target, int buffer) void
glBindBufferARB
(GLBufferTarget target, int buffer) void
glBindBufferBase
(GLBufferTarget target, int index, int buffer) void
glBindBufferBaseEXT
(GLBufferTarget target, int index, int buffer) void
glBindBufferBaseNV
(GLBufferTarget target, int index, int buffer) void
glBindBufferOffsetEXT
(GLBufferTarget target, int index, int buffer, long offset) void
glBindBufferOffsetNV
(GLBufferTarget target, int index, int buffer, long offset) void
glBindBufferRange
(GLBufferTarget target, int index, int buffer, long offset, long size) void
glBindBufferRangeEXT
(GLBufferTarget target, int index, int buffer, long offset, long size) void
glBindBufferRangeNV
(GLBufferTarget target, int index, int buffer, long offset, long size) void
glBindBuffersBase
(GLBufferTarget target, int first, int count, ConstPointer<Integer> buffers) void
glBindBuffersRange
(GLBufferTarget target, int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Long> sizes) void
glBindFragDataLocation
(int program, int color, ConstPointer<Byte> name) void
glBindFragDataLocationEXT
(int program, int color, ConstPointer<Byte> name) void
glBindFragDataLocationIndexed
(int program, int colorNumber, int index, ConstPointer<Byte> name) void
glBindFragDataLocationIndexedEXT
(int program, int colorNumber, int index, ConstPointer<Byte> name) void
glBindFragmentShaderATI
(int id) void
glBindFramebuffer
(GLFramebufferTarget target, int framebuffer) void
glBindFramebufferEXT
(GLFramebufferTarget target, int framebuffer) void
glBindFramebufferOES
(GLFramebufferTarget target, int framebuffer) void
glBindImageTexture
(int unit, int texture, int level, boolean layered, int layer, GLBufferAccess access, GLInternalFormat format) void
glBindImageTextureEXT
(int index, int texture, int level, boolean layered, int layer, GLBufferAccess access, int format) void
glBindImageTextures
(int first, int count, ConstPointer<Integer> textures) int
glBindLightParameterEXT
(GLLightName light, GLLightParameter value) int
glBindMaterialParameterEXT
(GLTriangleFace face, GLMaterialParameter value) void
glBindMultiTextureEXT
(GLTextureUnit texunit, GLTextureTarget target, int texture) int
void
glBindProgramARB
(GLProgramTarget target, int program) void
glBindProgramNV
(GLVertexAttribEnumNV target, int id) void
glBindProgramPipeline
(int pipeline) void
glBindProgramPipelineEXT
(int pipeline) void
glBindRenderbuffer
(GLRenderbufferTarget target, int renderbuffer) void
glBindRenderbufferEXT
(GLRenderbufferTarget target, int renderbuffer) void
glBindRenderbufferOES
(GLRenderbufferTarget target, int renderbuffer) void
glBindSampler
(int unit, int sampler) void
glBindSamplers
(int first, int count, ConstPointer<Integer> samplers) void
glBindShadingRateImageNV
(int texture) int
glBindTexGenParameterEXT
(GLTextureUnit unit, GLTextureCoordName coord, GLTextureGenParameter value) void
glBindTexture
(GLTextureTarget target, int texture) void
glBindTextureEXT
(GLTextureTarget target, int texture) void
glBindTextures
(int first, int count, ConstPointer<Integer> textures) void
glBindTextureUnit
(int unit, int texture) int
void
glBindTransformFeedback
(GLBindTransformFeedbackTarget target, int id) void
glBindTransformFeedbackNV
(GLBufferTarget target, int id) void
glBindVertexArray
(int array) void
glBindVertexArrayAPPLE
(int array) void
glBindVertexArrayOES
(int array) void
glBindVertexBuffer
(int bindingindex, int buffer, long offset, int stride) void
glBindVertexBuffers
(int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Integer> strides) void
glBindVertexShaderEXT
(int id) void
glBindVideoCaptureStreamBufferNV
(int video_capture_slot, int stream, GLEnum frame_region, long offset) void
glBindVideoCaptureStreamTextureNV
(int video_capture_slot, int stream, GLEnum frame_region, GLEnum target, int texture) void
glBinormal3bEXT
(byte bx, byte by, byte bz) void
void
glBinormal3dEXT
(double bx, double by, double bz) void
void
glBinormal3fEXT
(float bx, float by, float bz) void
void
glBinormal3iEXT
(int bx, int by, int bz) void
void
glBinormal3sEXT
(short bx, short by, short bz) void
void
glBinormalPointerEXT
(GLBinormalPointerTypeEXT type, int stride, ConstPointer<Void> pointer) void
glBitmap
(int width, int height, float xorig, float yorig, float xmove, float ymove, ConstPointer<Byte> bitmap) void
glBitmapxOES
(int width, int height, int xorig, int yorig, int xmove, int ymove, ConstPointer<Byte> bitmap) void
void
void
void
glBlendColor
(float red, float green, float blue, float alpha) void
glBlendColorEXT
(float red, float green, float blue, float alpha) void
glBlendColorxOES
(int red, int green, int blue, int alpha) void
void
void
glBlendEquationi
(int buf, GLBlendEquationModeEXT mode) void
glBlendEquationiARB
(int buf, GLBlendEquationModeEXT mode) void
glBlendEquationiEXT
(int buf, GLBlendEquationModeEXT mode) void
glBlendEquationIndexedAMD
(int buf, GLBlendEquationModeEXT mode) void
glBlendEquationiOES
(int buf, GLBlendEquationModeEXT mode) void
void
glBlendEquationSeparate
(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateEXT
(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparatei
(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateiARB
(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateiEXT
(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateIndexedAMD
(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateiOES
(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendEquationSeparateOES
(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) void
glBlendFunc
(GLBlendingFactor sfactor, GLBlendingFactor dfactor) void
glBlendFunci
(int buf, GLBlendingFactor src, GLBlendingFactor dst) void
glBlendFunciARB
(int buf, GLBlendingFactor src, GLBlendingFactor dst) void
glBlendFunciEXT
(int buf, GLBlendingFactor src, GLBlendingFactor dst) void
glBlendFuncIndexedAMD
(int buf, GLEnum src, GLEnum dst) void
glBlendFunciOES
(int buf, GLBlendingFactor src, GLBlendingFactor dst) void
glBlendFuncSeparate
(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) void
glBlendFuncSeparateEXT
(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) void
glBlendFuncSeparatei
(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendFuncSeparateiARB
(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendFuncSeparateiEXT
(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendFuncSeparateIndexedAMD
(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendFuncSeparateINGR
(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) void
glBlendFuncSeparateiOES
(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendFuncSeparateOES
(GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) void
glBlendParameteriNV
(GLEnum pname, int value) void
glBlitFramebuffer
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBlitFramebufferANGLE
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBlitFramebufferEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBlitFramebufferLayerEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1, int dstLayer, int mask, GLBlitFramebufferFilter filter) void
glBlitFramebufferLayersEXT
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBlitFramebufferNV
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBlitNamedFramebuffer
(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) void
glBufferAddressRangeNV
(GLEnum pname, int index, long address, long length) void
glBufferAttachMemoryNV
(GLBufferTarget target, int memory, long offset) void
glBufferData
(GLBufferTarget target, long size, ConstPointer<Void> data, GLBufferUsage usage) void
glBufferDataARB
(GLBufferTarget target, long size, ConstPointer<Void> data, GLBufferUsage usage) void
glBufferPageCommitmentARB
(GLEnum target, long offset, long size, boolean commit) void
glBufferPageCommitmentMemNV
(GLBufferStorageTarget target, long offset, long size, int memory, long memOffset, boolean commit) void
glBufferParameteriAPPLE
(GLEnum target, GLEnum pname, int param) void
glBufferStorage
(GLBufferStorageTarget target, long size, ConstPointer<Void> data, int flags) void
glBufferStorageEXT
(GLBufferStorageTarget target, long size, ConstPointer<Void> data, int flags) void
glBufferStorageExternalEXT
(GLEnum target, long offset, long size, int clientBuffer, int flags) void
glBufferStorageMemEXT
(GLBufferTarget target, long size, int memory, long offset) void
glBufferSubData
(GLBufferTarget target, long offset, long size, ConstPointer<Void> data) void
glBufferSubDataARB
(GLBufferTarget target, long offset, long size, ConstPointer<Void> data) void
glCallCommandListNV
(int list) void
glCallList
(int list) void
glCallLists
(int n, GLListNameType type, ConstPointer<Void> lists) glCheckNamedFramebufferStatus
(int framebuffer, GLFramebufferTarget target) glCheckNamedFramebufferStatusEXT
(int framebuffer, GLFramebufferTarget target) void
glClampColor
(GLClampColorTargetARB target, GLClampColorModeARB clamp) void
glClampColorARB
(GLClampColorTargetARB target, GLClampColorModeARB clamp) void
glClear
(int mask) void
glClearAccum
(float red, float green, float blue, float alpha) void
glClearAccumxOES
(int red, int green, int blue, int alpha) void
glClearBufferData
(GLBufferStorageTarget target, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearBufferfi
(GLBuffer buffer, int drawbuffer, float depth, int stencil) void
glClearBufferfv
(GLBuffer buffer, int drawbuffer, ConstPointer<Float> value) void
glClearBufferiv
(GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) void
glClearBufferSubData
(GLBufferTarget target, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearBufferuiv
(GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) void
glClearColor
(float red, float green, float blue, float alpha) void
glClearColorIiEXT
(int red, int green, int blue, int alpha) void
glClearColorIuiEXT
(int red, int green, int blue, int alpha) void
glClearColorx
(int red, int green, int blue, int alpha) void
glClearColorxOES
(int red, int green, int blue, int alpha) void
glClearDepth
(double depth) void
glClearDepthdNV
(double depth) void
glClearDepthf
(float d) void
glClearDepthfOES
(float depth) void
glClearDepthx
(int depth) void
glClearDepthxOES
(int depth) void
glClearIndex
(float c) void
glClearNamedBufferData
(int buffer, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearNamedBufferDataEXT
(int buffer, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearNamedBufferSubData
(int buffer, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearNamedBufferSubDataEXT
(int buffer, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearNamedFramebufferfi
(int framebuffer, GLBuffer buffer, int drawbuffer, float depth, int stencil) void
glClearNamedFramebufferfv
(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Float> value) void
glClearNamedFramebufferiv
(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) void
glClearNamedFramebufferuiv
(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) void
glClearPixelLocalStorageuiEXT
(int offset, int n, ConstPointer<Integer> values) void
glClearStencil
(int s) void
glClearTexImage
(int texture, int level, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearTexImageEXT
(int texture, int level, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearTexSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClearTexSubImageEXT
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glClientActiveTexture
(GLTextureUnit texture) void
glClientActiveTextureARB
(GLTextureUnit texture) void
void
glClientAttribDefaultEXT
(int mask) void
glClientWaitSemaphoreui64NVX
(int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) glClientWaitSync
(ConstPointer<Void> sync, int flags, long timeout) glClientWaitSyncAPPLE
(ConstPointer<Void> sync, int flags, long timeout) void
glClipControl
(GLClipControlOrigin origin, GLClipControlDepth depth) void
glClipControlEXT
(GLEnum origin, GLEnum depth) void
glClipPlane
(GLClipPlaneName plane, ConstPointer<Double> equation) void
glClipPlanef
(GLClipPlaneName p, ConstPointer<Float> eqn) void
glClipPlanefIMG
(GLClipPlaneName p, ConstPointer<Float> eqn) void
glClipPlanefOES
(GLClipPlaneName plane, ConstPointer<Float> equation) void
glClipPlanex
(GLClipPlaneName plane, ConstPointer<Integer> equation) void
void
glClipPlanexOES
(GLClipPlaneName plane, ConstPointer<Integer> equation) void
glColor3b
(byte red, byte green, byte blue) void
void
glColor3d
(double red, double green, double blue) void
void
glColor3f
(float red, float green, float blue) void
void
glColor3fVertex3fSUN
(float r, float g, float b, float x, float y, float z) void
void
glColor3hNV
(char red, char green, char blue) void
void
glColor3i
(int red, int green, int blue) void
void
glColor3s
(short red, short green, short blue) void
void
glColor3ub
(byte red, byte green, byte blue) void
void
glColor3ui
(int red, int green, int blue) void
void
glColor3us
(char red, char green, char blue) void
void
glColor3xOES
(int red, int green, int blue) void
glColor3xvOES
(ConstPointer<Integer> components) void
glColor4b
(byte red, byte green, byte blue, byte alpha) void
void
glColor4d
(double red, double green, double blue, double alpha) void
void
glColor4f
(float red, float green, float blue, float alpha) void
glColor4fNormal3fVertex3fSUN
(float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) void
void
void
glColor4hNV
(char red, char green, char blue, char alpha) void
void
glColor4i
(int red, int green, int blue, int alpha) void
void
glColor4s
(short red, short green, short blue, short alpha) void
void
glColor4ub
(byte red, byte green, byte blue, byte alpha) void
void
glColor4ubVertex2fSUN
(byte r, byte g, byte b, byte a, float x, float y) void
void
glColor4ubVertex3fSUN
(byte r, byte g, byte b, byte a, float x, float y, float z) void
void
glColor4ui
(int red, int green, int blue, int alpha) void
void
glColor4us
(char red, char green, char blue, char alpha) void
void
glColor4x
(int red, int green, int blue, int alpha) void
glColor4xOES
(int red, int green, int blue, int alpha) void
glColor4xvOES
(ConstPointer<Integer> components) void
glColorFormatNV
(int size, GLColorPointerType type, int stride) void
glColorFragmentOp1ATI
(GLFragmentOp1ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod) void
glColorFragmentOp2ATI
(GLFragmentOp2ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) void
glColorFragmentOp3ATI
(GLFragmentOp3ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) void
glColorMask
(boolean red, boolean green, boolean blue, boolean alpha) void
glColorMaski
(int index, boolean r, boolean g, boolean b, boolean a) void
glColorMaskiEXT
(int index, boolean r, boolean g, boolean b, boolean a) void
glColorMaskIndexedEXT
(int index, boolean r, boolean g, boolean b, boolean a) void
glColorMaskiOES
(int index, boolean r, boolean g, boolean b, boolean a) void
glColorMaterial
(GLTriangleFace face, GLColorMaterialParameter mode) void
glColorP3ui
(GLColorPointerType type, int color) void
glColorP3uiv
(GLColorPointerType type, ConstPointer<Integer> color) void
glColorP4ui
(GLColorPointerType type, int color) void
glColorP4uiv
(GLColorPointerType type, ConstPointer<Integer> color) void
glColorPointer
(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) void
glColorPointerEXT
(int size, GLColorPointerType type, int stride, int count, ConstPointer<Void> pointer) void
glColorPointerListIBM
(int size, GLColorPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glColorPointervINTEL
(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) void
glColorSubTable
(GLColorTableTarget target, int start, int count, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glColorSubTableEXT
(GLColorTableTarget target, int start, int count, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) void
glColorTable
(GLColorTableTarget target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) void
glColorTableEXT
(GLColorTableTarget target, GLInternalFormat internalFormat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) void
glColorTableParameterfv
(GLColorTableTarget target, GLColorTableParameterPName pname, ConstPointer<Float> params) void
glColorTableParameterfvSGI
(GLColorTableTargetSGI target, GLColorTableParameterPName pname, ConstPointer<Float> params) void
glColorTableParameteriv
(GLColorTableTarget target, GLColorTableParameterPName pname, ConstPointer<Integer> params) void
glColorTableParameterivSGI
(GLColorTableTargetSGI target, GLColorTableParameterPName pname, ConstPointer<Integer> params) void
glColorTableSGI
(GLColorTableTargetSGI target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) void
glCombinerInputNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerRegisterNV input, GLCombinerMappingNV mapping, GLCombinerComponentUsageNV componentUsage) void
glCombinerOutputNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerRegisterNV abOutput, GLCombinerRegisterNV cdOutput, GLCombinerRegisterNV sumOutput, GLCombinerScaleNV scale, GLCombinerBiasNV bias, boolean abDotProduct, boolean cdDotProduct, boolean muxSum) void
glCombinerParameterfNV
(GLCombinerParameterNV pname, float param) void
glCombinerParameterfvNV
(GLCombinerParameterNV pname, ConstPointer<Float> params) void
glCombinerParameteriNV
(GLCombinerParameterNV pname, int param) void
glCombinerParameterivNV
(GLCombinerParameterNV pname, ConstPointer<Integer> params) void
glCombinerStageParameterfvNV
(GLCombinerStageNV stage, GLCombinerParameterNV pname, ConstPointer<Float> params) void
glCommandListSegmentsNV
(int list, int segments) void
glCompileCommandListNV
(int list) void
glCompileShader
(int shader) void
glCompileShaderARB
(int shaderObj) void
glCompileShaderIncludeARB
(int shader, int count, ConstPointer<ConstPointer<Byte>> path, ConstPointer<Integer> length) void
glCompressedMultiTexImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedMultiTexImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedMultiTexImage3DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedMultiTexSubImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glCompressedMultiTexSubImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glCompressedMultiTexSubImage3DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glCompressedTexImage1D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage1DARB
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage2D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage2DARB
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage3D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage3DARB
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexImage3DOES
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage1D
(GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage1DARB
(GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage2D
(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage2DARB
(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage3D
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage3DARB
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTexSubImage3DOES
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTextureImage1DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedTextureImage2DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedTextureImage3DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> bits) void
glCompressedTextureSubImage1D
(int texture, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTextureSubImage1DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glCompressedTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTextureSubImage2DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glCompressedTextureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) void
glCompressedTextureSubImage3DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) void
glConservativeRasterParameterfNV
(GLEnum pname, float value) void
glConservativeRasterParameteriNV
(GLEnum pname, int param) void
glConvolutionFilter1D
(GLConvolutionTarget target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) void
glConvolutionFilter1DEXT
(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) void
glConvolutionFilter2D
(GLConvolutionTarget target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) void
glConvolutionFilter2DEXT
(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) void
glConvolutionParameterf
(GLConvolutionTarget target, GLConvolutionParameter pname, float params) void
glConvolutionParameterfEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, float params) void
glConvolutionParameterfv
(GLConvolutionTarget target, GLConvolutionParameter pname, ConstPointer<Float> params) void
glConvolutionParameterfvEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Float> params) void
glConvolutionParameteri
(GLConvolutionTarget target, GLConvolutionParameter pname, int params) void
glConvolutionParameteriEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, int params) void
glConvolutionParameteriv
(GLConvolutionTarget target, GLConvolutionParameter pname, ConstPointer<Integer> params) void
glConvolutionParameterivEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Integer> params) void
glConvolutionParameterxOES
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, int param) void
glConvolutionParameterxvOES
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Integer> params) void
glCopyBufferSubData
(GLCopyBufferSubDataTarget readTarget, GLCopyBufferSubDataTarget writeTarget, long readOffset, long writeOffset, long size) void
glCopyBufferSubDataNV
(GLCopyBufferSubDataTarget readTarget, GLCopyBufferSubDataTarget writeTarget, long readOffset, long writeOffset, long size) void
glCopyColorSubTable
(GLColorTableTarget target, int start, int x, int y, int width) void
glCopyColorSubTableEXT
(GLColorTableTarget target, int start, int x, int y, int width) void
glCopyColorTable
(GLColorTableTarget target, GLInternalFormat internalformat, int x, int y, int width) void
glCopyColorTableSGI
(GLColorTableTargetSGI target, GLInternalFormat internalformat, int x, int y, int width) void
glCopyConvolutionFilter1D
(GLConvolutionTarget target, GLInternalFormat internalformat, int x, int y, int width) void
glCopyConvolutionFilter1DEXT
(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int x, int y, int width) void
glCopyConvolutionFilter2D
(GLConvolutionTarget target, GLInternalFormat internalformat, int x, int y, int width, int height) void
glCopyConvolutionFilter2DEXT
(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int x, int y, int width, int height) void
glCopyImageSubData
(int srcName, GLCopyImageSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyImageSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) void
glCopyImageSubDataEXT
(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) void
glCopyImageSubDataNV
(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth) void
glCopyImageSubDataOES
(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) void
glCopyMultiTexImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) void
glCopyMultiTexImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) void
glCopyMultiTexSubImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int x, int y, int width) void
glCopyMultiTexSubImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
glCopyMultiTexSubImage3DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCopyNamedBufferSubData
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
glCopyPathNV
(int resultPath, int srcPath) void
glCopyPixels
(int x, int y, int width, int height, GLPixelCopyType type) void
glCopyTexImage1D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) void
glCopyTexImage1DEXT
(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) void
glCopyTexImage2D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) void
glCopyTexImage2DEXT
(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) void
glCopyTexSubImage1D
(GLTextureTarget target, int level, int xoffset, int x, int y, int width) void
glCopyTexSubImage1DEXT
(GLTextureTarget target, int level, int xoffset, int x, int y, int width) void
glCopyTexSubImage2D
(GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
glCopyTexSubImage2DEXT
(GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
glCopyTexSubImage3D
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCopyTexSubImage3DEXT
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCopyTexSubImage3DOES
(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCopyTextureImage1DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) void
glCopyTextureImage2DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) void
glCopyTextureLevelsAPPLE
(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount) void
glCopyTextureSubImage1D
(int texture, int level, int xoffset, int x, int y, int width) void
glCopyTextureSubImage1DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int x, int y, int width) void
glCopyTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
glCopyTextureSubImage2DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) void
glCopyTextureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCopyTextureSubImage3DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) void
glCoverageMaskNV
(boolean mask) void
glCoverageModulationNV
(GLEnum components) void
glCoverageModulationTableNV
(int n, ConstPointer<Float> v) void
glCoverageOperationNV
(GLEnum operation) void
glCoverFillPathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glCoverFillPathNV
(int path, GLPathCoverMode coverMode) void
glCoverStrokePathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glCoverStrokePathNV
(int path, GLPathCoverMode coverMode) void
glCreateBuffers
(int n, MutPointer<Integer> buffers) void
glCreateCommandListsNV
(int n, MutPointer<Integer> lists) void
glCreateFramebuffers
(int n, MutPointer<Integer> framebuffers) void
glCreateMemoryObjectsEXT
(int n, MutPointer<Integer> memoryObjects) void
glCreatePerfQueryINTEL
(int queryId, MutPointer<Integer> queryHandle) int
int
void
glCreateProgramPipelines
(int n, MutPointer<Integer> pipelines) int
void
glCreateQueries
(GLQueryTarget target, int n, MutPointer<Integer> ids) void
glCreateRenderbuffers
(int n, MutPointer<Integer> renderbuffers) void
glCreateSamplers
(int n, MutPointer<Integer> samplers) void
glCreateSemaphoresNV
(int n, MutPointer<Integer> semaphores) int
glCreateShader
(GLShaderType type) int
glCreateShaderObjectARB
(GLShaderType shaderType) int
glCreateShaderProgramEXT
(GLShaderType type, ConstPointer<Byte> string) int
glCreateShaderProgramv
(GLShaderType type, int count, ConstPointer<ConstPointer<Byte>> strings) int
glCreateShaderProgramvEXT
(GLShaderType type, int count, ConstPointer<ConstPointer<Byte>> strings) void
glCreateStatesNV
(int n, MutPointer<Integer> states) glCreateSyncFromCLeventARB
(MutPointer<Void> context, MutPointer<Void> event, int flags) void
glCreateTextures
(GLTextureTarget target, int n, MutPointer<Integer> textures) void
glCreateTransformFeedbacks
(int n, MutPointer<Integer> ids) void
glCreateVertexArrays
(int n, MutPointer<Integer> arrays) void
glCullFace
(GLTriangleFace mode) void
glCullParameterdvEXT
(GLCullParameterEXT pname, MutPointer<Double> params) void
glCullParameterfvEXT
(GLCullParameterEXT pname, MutPointer<Float> params) void
glCurrentPaletteMatrixARB
(int index) void
glCurrentPaletteMatrixOES
(int matrixpaletteindex) void
glDebugMessageCallback
(ConstPointer<Void> callback, ConstPointer<Void> userParam) void
glDebugMessageCallbackAMD
(ConstPointer<Void> callback, MutPointer<Void> userParam) void
glDebugMessageCallbackARB
(ConstPointer<Void> callback, ConstPointer<Void> userParam) void
glDebugMessageCallbackKHR
(ConstPointer<Void> callback, ConstPointer<Void> userParam) void
glDebugMessageControl
(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) void
glDebugMessageControlARB
(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) void
glDebugMessageControlKHR
(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) void
glDebugMessageEnableAMD
(GLEnum category, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) void
glDebugMessageInsert
(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) void
glDebugMessageInsertAMD
(GLEnum category, GLDebugSeverity severity, int id, int length, ConstPointer<Byte> buf) void
glDebugMessageInsertARB
(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) void
glDebugMessageInsertKHR
(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) void
glDeformationMap3dSGIX
(GLFfdTargetSGIX target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double w1, double w2, int wstride, int worder, ConstPointer<Double> points) void
glDeformationMap3fSGIX
(GLFfdTargetSGIX target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float w1, float w2, int wstride, int worder, ConstPointer<Float> points) void
glDeformSGIX
(int mask) void
glDeleteAsyncMarkersSGIX
(int marker, int range) void
glDeleteBuffer
(int buffer) void
glDeleteBuffers
(int n, ConstPointer<Integer> buffers) void
glDeleteBuffersARB
(int n, ConstPointer<Integer> buffers) void
glDeleteCommandListsNV
(int n, ConstPointer<Integer> lists) void
glDeleteFencesAPPLE
(int n, ConstPointer<Integer> fences) void
glDeleteFencesNV
(int n, ConstPointer<Integer> fences) void
glDeleteFragmentShaderATI
(int id) void
glDeleteFramebuffers
(int n, ConstPointer<Integer> framebuffers) void
glDeleteFramebuffersEXT
(int n, ConstPointer<Integer> framebuffers) void
glDeleteFramebuffersOES
(int n, ConstPointer<Integer> framebuffers) void
glDeleteLists
(int list, int range) void
glDeleteMemoryObjectsEXT
(int n, ConstPointer<Integer> memoryObjects) void
glDeleteNamedStringARB
(int namelen, ConstPointer<Byte> name) void
glDeleteNamesAMD
(GLEnum identifier, int num, ConstPointer<Integer> names) void
glDeleteObjectARB
(int obj) void
glDeleteOcclusionQueriesNV
(int n, ConstPointer<Integer> ids) void
glDeletePathsNV
(int path, int range) void
glDeletePerfMonitorsAMD
(int n, MutPointer<Integer> monitors) void
glDeletePerfQueryINTEL
(int queryHandle) void
glDeleteProgram
(int program) void
glDeleteProgramPipelines
(int n, ConstPointer<Integer> pipelines) void
glDeleteProgramPipelinesEXT
(int n, ConstPointer<Integer> pipelines) void
glDeleteProgramsARB
(int n, ConstPointer<Integer> programs) void
glDeleteProgramsNV
(int n, ConstPointer<Integer> programs) void
glDeleteQueries
(int n, ConstPointer<Integer> ids) void
glDeleteQueriesARB
(int n, ConstPointer<Integer> ids) void
glDeleteQueriesEXT
(int n, ConstPointer<Integer> ids) void
glDeleteQueryResourceTagNV
(int n, ConstPointer<Integer> tagIds) void
glDeleteRenderbuffers
(int n, ConstPointer<Integer> renderbuffers) void
glDeleteRenderbuffersEXT
(int n, ConstPointer<Integer> renderbuffers) void
glDeleteRenderbuffersOES
(int n, ConstPointer<Integer> renderbuffers) void
glDeleteSamplers
(int count, ConstPointer<Integer> samplers) void
glDeleteSemaphoresEXT
(int n, ConstPointer<Integer> semaphores) void
glDeleteShader
(int shader) void
glDeleteStatesNV
(int n, ConstPointer<Integer> states) void
glDeleteSync
(ConstPointer<Void> sync) void
glDeleteSyncAPPLE
(ConstPointer<Void> sync) void
glDeleteTexture
(int texture) void
glDeleteTextures
(int n, ConstPointer<Integer> textures) void
glDeleteTexturesEXT
(int n, ConstPointer<Integer> textures) void
glDeleteTransformFeedbacks
(int n, ConstPointer<Integer> ids) void
glDeleteTransformFeedbacksNV
(int n, ConstPointer<Integer> ids) void
glDeleteVertexArray
(int array) void
glDeleteVertexArrays
(int n, ConstPointer<Integer> arrays) void
glDeleteVertexArraysAPPLE
(int n, ConstPointer<Integer> arrays) void
glDeleteVertexArraysOES
(int n, ConstPointer<Integer> arrays) void
glDeleteVertexShaderEXT
(int id) void
glDepthBoundsdNV
(double zmin, double zmax) void
glDepthBoundsEXT
(double zmin, double zmax) void
glDepthFunc
(GLDepthFunction func) void
glDepthMask
(boolean flag) void
glDepthRange
(double n, double f) void
glDepthRangeArraydvNV
(int first, int count, ConstPointer<Double> v) void
glDepthRangeArrayfvNV
(int first, int count, ConstPointer<Float> v) void
glDepthRangeArrayfvOES
(int first, int count, ConstPointer<Float> v) void
glDepthRangeArrayv
(int first, int count, ConstPointer<Double> v) void
glDepthRangedNV
(double zNear, double zFar) void
glDepthRangef
(float n, float f) void
glDepthRangefOES
(float n, float f) void
glDepthRangeIndexed
(int index, double n, double f) void
glDepthRangeIndexeddNV
(int index, double n, double f) void
glDepthRangeIndexedfNV
(int index, float n, float f) void
glDepthRangeIndexedfOES
(int index, float n, float f) void
glDepthRangex
(int n, int f) void
glDepthRangexOES
(int n, int f) void
glDetachObjectARB
(int containerObj, int attachedObj) void
glDetachShader
(int program, int shader) void
glDetailTexFuncSGIS
(GLTextureTarget target, int n, ConstPointer<Float> points) void
glDisable
(GLEnableCap cap) void
glDisableClientState
(GLEnableCap array) void
glDisableClientStateiEXT
(GLEnableCap array, int index) void
glDisableClientStateIndexedEXT
(GLEnableCap array, int index) void
glDisableDriverControlQCOM
(int driverControl) void
glDisablei
(GLEnableCap target, int index) void
glDisableiEXT
(GLEnableCap target, int index) void
glDisableIndexedEXT
(GLEnableCap target, int index) void
glDisableiNV
(GLEnableCap target, int index) void
glDisableiOES
(GLEnableCap target, int index) void
glDisableVariantClientStateEXT
(int id) void
glDisableVertexArrayAttrib
(int vaobj, int index) void
glDisableVertexArrayAttribEXT
(int vaobj, int index) void
glDisableVertexArrayEXT
(int vaobj, GLEnableCap array) void
glDisableVertexAttribAPPLE
(int index, GLEnum pname) void
glDisableVertexAttribArray
(int index) void
glDisableVertexAttribArrayARB
(int index) void
glDiscardFramebufferEXT
(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments) void
glDispatchCompute
(int num_groups_x, int num_groups_y, int num_groups_z) void
glDispatchComputeGroupSizeARB
(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) void
glDispatchComputeIndirect
(long indirect) void
glDrawArrays
(GLPrimitiveType mode, int first, int count) void
glDrawArraysEXT
(GLPrimitiveType mode, int first, int count) void
glDrawArraysIndirect
(GLPrimitiveType mode, ConstPointer<Void> indirect) void
glDrawArraysInstanced
(GLPrimitiveType mode, int first, int count, int instancecount) void
glDrawArraysInstancedANGLE
(GLPrimitiveType mode, int first, int count, int primcount) void
glDrawArraysInstancedARB
(GLPrimitiveType mode, int first, int count, int primcount) void
glDrawArraysInstancedBaseInstance
(GLPrimitiveType mode, int first, int count, int instancecount, int baseinstance) void
glDrawArraysInstancedBaseInstanceEXT
(GLPrimitiveType mode, int first, int count, int instancecount, int baseinstance) void
glDrawArraysInstancedEXT
(GLPrimitiveType mode, int start, int count, int primcount) primcount should be renamed to instanceCount for OpenGL ESvoid
glDrawArraysInstancedNV
(GLPrimitiveType mode, int first, int count, int primcount) void
void
glDrawBuffers
(int n, ConstPointer<GLDrawBufferMode> bufs) void
glDrawBuffersARB
(int n, ConstPointer<GLDrawBufferMode> bufs) void
glDrawBuffersATI
(int n, ConstPointer<GLDrawBufferMode> bufs) void
glDrawBuffersEXT
(int n, ConstPointer<GLEnum> bufs) void
glDrawBuffersIndexedEXT
(int n, ConstPointer<GLEnum> location, ConstPointer<Integer> indices) void
glDrawBuffersNV
(int n, ConstPointer<GLEnum> bufs) void
glDrawCommandsAddressNV
(GLEnum primitiveMode, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, int count) void
glDrawCommandsNV
(GLEnum primitiveMode, int buffer, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, int count) void
glDrawCommandsStatesAddressNV
(ConstPointer<Long> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) void
glDrawCommandsStatesNV
(int buffer, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) void
glDrawElementArrayAPPLE
(GLPrimitiveType mode, int first, int count) void
glDrawElementArrayATI
(GLPrimitiveType mode, int count) void
glDrawElements
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices) void
glDrawElementsBaseVertex
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawElementsBaseVertexEXT
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawElementsBaseVertexOES
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawElementsIndirect
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect) void
glDrawElementsInstanced
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount) void
glDrawElementsInstancedANGLE
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) void
glDrawElementsInstancedARB
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) void
glDrawElementsInstancedBaseInstance
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int baseinstance) void
glDrawElementsInstancedBaseInstanceEXT
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int baseinstance) void
glDrawElementsInstancedBaseVertex
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) void
glDrawElementsInstancedBaseVertexBaseInstance
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex, int baseinstance) void
glDrawElementsInstancedBaseVertexBaseInstanceEXT
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex, int baseinstance) void
glDrawElementsInstancedBaseVertexEXT
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) void
glDrawElementsInstancedBaseVertexOES
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) void
glDrawElementsInstancedEXT
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) primcount should be renamed to instanceCount for OpenGL ESvoid
glDrawElementsInstancedNV
(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) void
glDrawMeshArraysSUN
(GLPrimitiveType mode, int first, int count, int width) void
glDrawMeshTasksIndirectNV
(long indirect) void
glDrawMeshTasksNV
(int first, int count) void
glDrawPixels
(int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glDrawRangeElementArrayAPPLE
(GLPrimitiveType mode, int start, int end, int first, int count) void
glDrawRangeElementArrayATI
(GLPrimitiveType mode, int start, int end, int count) void
glDrawRangeElements
(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices) void
glDrawRangeElementsBaseVertex
(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawRangeElementsBaseVertexEXT
(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawRangeElementsBaseVertexOES
(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) void
glDrawRangeElementsEXT
(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices) void
glDrawTexfOES
(float x, float y, float z, float width, float height) void
glDrawTexfvOES
(ConstPointer<Float> coords) void
glDrawTexiOES
(int x, int y, int z, int width, int height) void
glDrawTexivOES
(ConstPointer<Integer> coords) void
glDrawTexsOES
(short x, short y, short z, short width, short height) void
glDrawTexsvOES
(ConstPointer<Short> coords) void
glDrawTextureNV
(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
glDrawTexxOES
(int x, int y, int z, int width, int height) void
glDrawTexxvOES
(ConstPointer<Integer> coords) void
glDrawTransformFeedback
(GLPrimitiveType mode, int id) void
glDrawTransformFeedbackEXT
(GLPrimitiveType mode, int id) void
glDrawTransformFeedbackInstanced
(GLPrimitiveType mode, int id, int instancecount) void
glDrawTransformFeedbackInstancedEXT
(GLPrimitiveType mode, int id, int instancecount) void
glDrawTransformFeedbackNV
(GLPrimitiveType mode, int id) void
glDrawTransformFeedbackStream
(GLPrimitiveType mode, int id, int stream) void
glDrawTransformFeedbackStreamInstanced
(GLPrimitiveType mode, int id, int stream, int instancecount) void
glDrawVkImageNV
(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) void
glEdgeFlag
(boolean flag) void
glEdgeFlagFormatNV
(int stride) void
glEdgeFlagPointer
(int stride, ConstPointer<Void> pointer) void
glEdgeFlagPointerEXT
(int stride, int count, ConstPointer<Boolean> pointer) void
glEdgeFlagPointerListIBM
(int stride, MutPointer<ConstPointer<Boolean>> pointer, int ptrstride) void
glEdgeFlagv
(ConstPointer<Boolean> flag) void
glEGLImageTargetRenderbufferStorageOES
(GLEnum target, int image) void
glEGLImageTargetTexStorageEXT
(GLEnum target, int image, ConstPointer<Integer> attrib_list) void
glEGLImageTargetTexture2DOES
(GLEnum target, int image) void
glEGLImageTargetTextureStorageEXT
(int texture, int image, ConstPointer<Integer> attrib_list) void
glElementPointerAPPLE
(GLElementPointerTypeATI type, ConstPointer<Void> pointer) void
glElementPointerATI
(GLElementPointerTypeATI type, ConstPointer<Void> pointer) void
glEnable
(GLEnableCap cap) void
glEnableClientState
(GLEnableCap array) void
glEnableClientStateiEXT
(GLEnableCap array, int index) void
glEnableClientStateIndexedEXT
(GLEnableCap array, int index) void
glEnableDriverControlQCOM
(int driverControl) void
glEnablei
(GLEnableCap target, int index) void
glEnableiEXT
(GLEnableCap target, int index) void
glEnableIndexedEXT
(GLEnableCap target, int index) void
glEnableiNV
(GLEnableCap target, int index) void
glEnableiOES
(GLEnableCap target, int index) void
glEnableVariantClientStateEXT
(int id) void
glEnableVertexArrayAttrib
(int vaobj, int index) void
glEnableVertexArrayAttribEXT
(int vaobj, int index) void
glEnableVertexArrayEXT
(int vaobj, GLEnableCap array) void
glEnableVertexAttribAPPLE
(int index, GLEnum pname) void
glEnableVertexAttribArray
(int index) void
glEnableVertexAttribArrayARB
(int index) void
glEnd()
void
void
void
void
void
void
void
glEndPerfMonitorAMD
(int monitor) void
glEndPerfQueryINTEL
(int queryHandle) void
glEndQuery
(GLQueryTarget target) void
glEndQueryARB
(GLQueryTarget target) void
glEndQueryEXT
(GLQueryTarget target) void
glEndQueryIndexed
(GLQueryTarget target, int index) void
glEndTilingQCOM
(int preserveMask) void
void
void
void
void
glEndVideoCaptureNV
(int video_capture_slot) void
glEvalCoord1d
(double u) void
void
glEvalCoord1f
(float u) void
void
glEvalCoord1xOES
(int u) void
glEvalCoord1xvOES
(ConstPointer<Integer> coords) void
glEvalCoord2d
(double u, double v) void
void
glEvalCoord2f
(float u, float v) void
void
glEvalCoord2xOES
(int u, int v) void
glEvalCoord2xvOES
(ConstPointer<Integer> coords) void
glEvalMapsNV
(GLEvalTargetNV target, GLEvalMapsModeNV mode) void
glEvalMesh1
(GLMeshMode1 mode, int i1, int i2) void
glEvalMesh2
(GLMeshMode2 mode, int i1, int i2, int j1, int j2) void
glEvalPoint1
(int i) void
glEvalPoint2
(int i, int j) void
void
glExecuteProgramNV
(GLVertexAttribEnumNV target, int id, ConstPointer<Float> params) void
glExtGetBufferPointervQCOM
(GLEnum target, MutPointer<MutPointer<Void>> params) void
glExtGetBuffersQCOM
(MutPointer<Integer> buffers, int maxBuffers, MutPointer<Integer> numBuffers) void
glExtGetFramebuffersQCOM
(MutPointer<Integer> framebuffers, int maxFramebuffers, MutPointer<Integer> numFramebuffers) void
glExtGetProgramBinarySourceQCOM
(int program, GLShaderType shadertype, MutPointer<Byte> source, MutPointer<Integer> length) void
glExtGetProgramsQCOM
(MutPointer<Integer> programs, int maxPrograms, MutPointer<Integer> numPrograms) void
glExtGetRenderbuffersQCOM
(MutPointer<Integer> renderbuffers, int maxRenderbuffers, MutPointer<Integer> numRenderbuffers) void
glExtGetShadersQCOM
(MutPointer<Integer> shaders, int maxShaders, MutPointer<Integer> numShaders) void
glExtGetTexLevelParameterivQCOM
(int texture, GLEnum face, int level, GLEnum pname, MutPointer<Integer> params) void
glExtGetTexSubImageQCOM
(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, MutPointer<Void> texels) void
glExtGetTexturesQCOM
(MutPointer<Integer> textures, int maxTextures, MutPointer<Integer> numTextures) boolean
glExtIsProgramBinaryQCOM
(int program) void
glExtractComponentEXT
(int res, int src, int num) void
glExtrapolateTex2DQCOM
(int src1, int src2, int output, float scaleFactor) void
glExtTexObjectStateOverrideiQCOM
(GLEnum target, GLEnum pname, int param) void
glFeedbackBuffer
(int size, GLFeedbackType type, MutPointer<Float> buffer) void
glFeedbackBufferxOES
(int n, GLEnum type, ConstPointer<Integer> buffer) glFenceSync
(GLSyncCondition condition, int flags) glFenceSyncAPPLE
(GLSyncCondition condition, int flags) void
glFinalCombinerInputNV
(GLCombinerVariableNV variable, GLCombinerRegisterNV input, GLCombinerMappingNV mapping, GLCombinerComponentUsageNV componentUsage) void
glFinish()
int
glFinishAsyncSGIX
(MutPointer<Integer> markerp) void
glFinishFenceAPPLE
(int fence) void
glFinishFenceNV
(int fence) void
glFinishObjectAPPLE
(GLObjectTypeAPPLE object, int name) void
void
glFlush()
void
glFlushMappedBufferRange
(GLBufferTarget target, long offset, long length) void
glFlushMappedBufferRangeAPPLE
(GLBufferTarget target, long offset, long size) void
glFlushMappedBufferRangeEXT
(GLBufferTarget target, long offset, long length) void
glFlushMappedNamedBufferRange
(int buffer, long offset, long length) void
glFlushMappedNamedBufferRangeEXT
(int buffer, long offset, long length) void
void
void
glFlushStaticDataIBM
(GLEnum target) void
glFlushVertexArrayRangeAPPLE
(int length, MutPointer<Void> pointer) void
void
glFogCoordd
(double coord) void
glFogCoorddEXT
(double coord) void
glFogCoorddv
(ConstPointer<Double> coord) void
glFogCoorddvEXT
(ConstPointer<Double> coord) void
glFogCoordf
(float coord) void
glFogCoordfEXT
(float coord) void
glFogCoordFormatNV
(GLEnum type, int stride) void
glFogCoordfv
(ConstPointer<Float> coord) void
glFogCoordfvEXT
(ConstPointer<Float> coord) void
glFogCoordhNV
(char fog) void
void
glFogCoordPointer
(GLFogPointerTypeEXT type, int stride, ConstPointer<Void> pointer) void
glFogCoordPointerEXT
(GLFogPointerTypeEXT type, int stride, ConstPointer<Void> pointer) void
glFogCoordPointerListIBM
(GLFogPointerTypeIBM type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glFogf
(GLFogParameter pname, float param) void
glFogFuncSGIS
(int n, ConstPointer<Float> points) void
glFogfv
(GLFogParameter pname, ConstPointer<Float> params) void
glFogi
(GLFogParameter pname, int param) void
glFogiv
(GLFogParameter pname, ConstPointer<Integer> params) void
glFogx
(GLFogPName pname, int param) void
glFogxOES
(GLFogPName pname, int param) void
glFogxv
(GLFogPName pname, ConstPointer<Integer> param) void
glFogxvOES
(GLFogPName pname, ConstPointer<Integer> param) void
void
glFragmentCoverageColorNV
(int color) void
glFragmentLightfSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, float param) void
glFragmentLightfvSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, ConstPointer<Float> params) void
glFragmentLightiSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, int param) void
glFragmentLightivSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, ConstPointer<Integer> params) void
glFragmentLightModelfSGIX
(GLFragmentLightModelParameterSGIX pname, float param) void
glFragmentLightModelfvSGIX
(GLFragmentLightModelParameterSGIX pname, ConstPointer<Float> params) void
glFragmentLightModeliSGIX
(GLFragmentLightModelParameterSGIX pname, int param) void
void
glFragmentMaterialfSGIX
(GLTriangleFace face, GLMaterialParameter pname, float param) void
glFragmentMaterialfvSGIX
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Float> params) void
glFragmentMaterialiSGIX
(GLTriangleFace face, GLMaterialParameter pname, int param) void
glFragmentMaterialivSGIX
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> params) void
glFramebufferDrawBufferEXT
(int framebuffer, GLDrawBufferMode mode) void
glFramebufferDrawBuffersEXT
(int framebuffer, int n, ConstPointer<GLDrawBufferMode> bufs) void
void
void
glFramebufferFoveationConfigQCOM
(int framebuffer, int numLayers, int focalPointsPerLayer, int requestedFeatures, MutPointer<Integer> providedFeatures) void
glFramebufferFoveationParametersQCOM
(int framebuffer, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) void
glFramebufferParameteri
(GLFramebufferTarget target, GLFramebufferParameterName pname, int param) void
glFramebufferParameteriMESA
(GLFramebufferTarget target, GLFramebufferParameterName pname, int param) void
glFramebufferPixelLocalStorageSizeEXT
(int target, int size) void
glFramebufferReadBufferEXT
(int framebuffer, GLReadBufferMode mode) void
glFramebufferRenderbuffer
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) void
glFramebufferRenderbufferEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) void
glFramebufferRenderbufferOES
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) void
glFramebufferSampleLocationsfvARB
(GLFramebufferTarget target, int start, int count, ConstPointer<Float> v) void
glFramebufferSampleLocationsfvNV
(GLFramebufferTarget target, int start, int count, ConstPointer<Float> v) void
glFramebufferSamplePositionsfvAMD
(GLFramebufferTarget target, int numsamples, int pixelindex, ConstPointer<Float> values) void
glFramebufferShadingRateEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int baseLayer, int numLayers, int texelWidth, int texelHeight) void
glFramebufferTexture
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) void
glFramebufferTexture1D
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glFramebufferTexture1DEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glFramebufferTexture2D
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glFramebufferTexture2DDownsampleIMG
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int xscale, int yscale) void
glFramebufferTexture2DEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glFramebufferTexture2DMultisampleEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int samples) void
glFramebufferTexture2DMultisampleIMG
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int samples) void
glFramebufferTexture2DOES
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glFramebufferTexture3D
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) void
glFramebufferTexture3DEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) void
glFramebufferTexture3DOES
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) void
glFramebufferTextureARB
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) void
glFramebufferTextureEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) void
glFramebufferTextureFaceARB
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) void
glFramebufferTextureFaceEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) void
glFramebufferTextureLayer
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) void
glFramebufferTextureLayerARB
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) void
glFramebufferTextureLayerDownsampleIMG
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer, int xscale, int yscale) void
glFramebufferTextureLayerEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) void
glFramebufferTextureMultisampleMultiviewOVR
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int samples, int baseViewIndex, int numViews) void
glFramebufferTextureMultiviewOVR
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int baseViewIndex, int numViews) void
glFramebufferTextureOES
(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) void
void
glFrameZoomSGIX
(int factor) void
glFreeObjectBufferATI
(int buffer) void
void
glFrustum
(double left, double right, double bottom, double top, double zNear, double zFar) void
glFrustumf
(float l, float r, float b, float t, float n, float f) void
glFrustumfOES
(float l, float r, float b, float t, float n, float f) void
glFrustumx
(int l, int r, int b, int t, int n, int f) void
glFrustumxOES
(int l, int r, int b, int t, int n, int f) int
glGenAsyncMarkersSGIX
(int range) int
void
glGenBuffers
(int n, MutPointer<Integer> buffers) void
glGenBuffersARB
(int n, MutPointer<Integer> buffers) void
glGenerateMipmap
(GLTextureTarget target) void
glGenerateMipmapEXT
(GLTextureTarget target) void
glGenerateMipmapOES
(GLTextureTarget target) void
glGenerateMultiTexMipmapEXT
(GLTextureUnit texunit, GLTextureTarget target) void
glGenerateTextureMipmap
(int texture) void
glGenerateTextureMipmapEXT
(int texture, GLTextureTarget target) void
glGenFencesAPPLE
(int n, MutPointer<Integer> fences) void
glGenFencesNV
(int n, MutPointer<Integer> fences) int
glGenFragmentShadersATI
(int range) void
glGenFramebuffers
(int n, MutPointer<Integer> framebuffers) void
glGenFramebuffersEXT
(int n, MutPointer<Integer> framebuffers) void
glGenFramebuffersOES
(int n, MutPointer<Integer> framebuffers) int
glGenLists
(int range) void
glGenNamesAMD
(GLEnum identifier, int num, MutPointer<Integer> names) void
glGenOcclusionQueriesNV
(int n, MutPointer<Integer> ids) int
glGenPathsNV
(int range) void
glGenPerfMonitorsAMD
(int n, MutPointer<Integer> monitors) void
glGenProgramPipelines
(int n, MutPointer<Integer> pipelines) void
glGenProgramPipelinesEXT
(int n, MutPointer<Integer> pipelines) void
glGenProgramsARB
(int n, MutPointer<Integer> programs) void
glGenProgramsNV
(int n, MutPointer<Integer> programs) void
glGenQueries
(int n, MutPointer<Integer> ids) void
glGenQueriesARB
(int n, MutPointer<Integer> ids) void
glGenQueriesEXT
(int n, MutPointer<Integer> ids) void
glGenQueryResourceTagNV
(int n, MutPointer<Integer> tagIds) void
glGenRenderbuffers
(int n, MutPointer<Integer> renderbuffers) void
glGenRenderbuffersEXT
(int n, MutPointer<Integer> renderbuffers) void
glGenRenderbuffersOES
(int n, MutPointer<Integer> renderbuffers) void
glGenSamplers
(int count, MutPointer<Integer> samplers) void
glGenSemaphoresEXT
(int n, MutPointer<Integer> semaphores) int
glGenSymbolsEXT
(GLDataTypeEXT datatype, GLVertexShaderStorageTypeEXT storagetype, GLParameterRangeEXT range, int components) int
void
glGenTextures
(int n, MutPointer<Integer> textures) void
glGenTexturesEXT
(int n, MutPointer<Integer> textures) void
glGenTransformFeedbacks
(int n, MutPointer<Integer> ids) void
glGenTransformFeedbacksNV
(int n, MutPointer<Integer> ids) int
void
glGenVertexArrays
(int n, MutPointer<Integer> arrays) void
glGenVertexArraysAPPLE
(int n, MutPointer<Integer> arrays) void
glGenVertexArraysOES
(int n, MutPointer<Integer> arrays) int
glGenVertexShadersEXT
(int range) void
glGetActiveAtomicCounterBufferiv
(int program, int bufferIndex, GLAtomicCounterBufferPName pname, MutPointer<Integer> params) void
glGetActiveAttrib
(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) void
glGetActiveAttribARB
(int programObj, int index, int maxLength, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) void
glGetActiveSubroutineName
(int program, GLShaderType shadertype, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) void
glGetActiveSubroutineUniformiv
(int program, GLShaderType shadertype, int index, GLSubroutineParameterName pname, MutPointer<Integer> values) void
glGetActiveSubroutineUniformName
(int program, GLShaderType shadertype, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) void
glGetActiveUniform
(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLUniformType> type, MutPointer<Byte> name) void
glGetActiveUniformARB
(int programObj, int index, int maxLength, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLUniformType> type, MutPointer<Byte> name) void
glGetActiveUniformBlockiv
(int program, int uniformBlockIndex, GLUniformBlockPName pname, MutPointer<Integer> params) void
glGetActiveUniformBlockName
(int program, int uniformBlockIndex, int bufSize, MutPointer<Integer> length, MutPointer<Byte> uniformBlockName) void
glGetActiveUniformName
(int program, int uniformIndex, int bufSize, MutPointer<Integer> length, MutPointer<Byte> uniformName) void
glGetActiveUniformsiv
(int program, int uniformCount, ConstPointer<Integer> uniformIndices, GLUniformPName pname, MutPointer<Integer> params) void
glGetActiveVaryingNV
(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLEnum> type, MutPointer<Byte> name) void
glGetArrayObjectfvATI
(GLEnableCap array, GLArrayObjectPNameATI pname, MutPointer<Float> params) void
glGetArrayObjectivATI
(GLEnableCap array, GLArrayObjectPNameATI pname, MutPointer<Integer> params) void
glGetAttachedObjectsARB
(int containerObj, int maxCount, MutPointer<Integer> count, MutPointer<Integer> obj) Could be an alias of glGetAttachedShaders except that GLhandleARB is different on MacOS Xvoid
glGetAttachedShaders
(int program, int maxCount, MutPointer<Integer> count, MutPointer<Integer> shaders) int
glGetAttribLocation
(int program, ConstPointer<Byte> name) int
glGetAttribLocation
(int program, String name) int
glGetAttribLocationARB
(int programObj, ConstPointer<Byte> name) void
glGetBooleani_v
(GLBufferTarget target, int index, MutPointer<Boolean> data) void
glGetBooleanIndexedvEXT
(GLBufferTarget target, int index, MutPointer<Boolean> data) void
glGetBooleanv
(GLGetPName pname, MutPointer<Boolean> data) void
glGetBufferParameteri64v
(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Long> params) void
glGetBufferParameteriv
(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Integer> params) void
glGetBufferParameterivARB
(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Integer> params) void
glGetBufferParameterui64vNV
(GLBufferTarget target, GLEnum pname, MutPointer<Long> params) void
glGetBufferPointerv
(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) void
glGetBufferPointervARB
(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) void
glGetBufferPointervOES
(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) void
glGetBufferSubData
(GLBufferTarget target, long offset, long size, MutPointer<Void> data) void
glGetBufferSubDataARB
(GLBufferTarget target, long offset, long size, MutPointer<Void> data) void
glGetClipPlane
(GLClipPlaneName plane, MutPointer<Double> equation) void
glGetClipPlanef
(GLClipPlaneName plane, MutPointer<Float> equation) void
glGetClipPlanefOES
(GLClipPlaneName plane, MutPointer<Float> equation) void
glGetClipPlanex
(GLClipPlaneName plane, MutPointer<Integer> equation) void
glGetClipPlanexOES
(GLClipPlaneName plane, MutPointer<Integer> equation) void
glGetColorTable
(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> table) void
glGetColorTableEXT
(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> data) void
glGetColorTableParameterfv
(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Float> params) void
glGetColorTableParameterfvEXT
(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Float> params) void
glGetColorTableParameterfvSGI
(GLColorTableTargetSGI target, GLColorTableParameterPName pname, MutPointer<Float> params) void
glGetColorTableParameteriv
(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Integer> params) void
glGetColorTableParameterivEXT
(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Integer> params) void
glGetColorTableParameterivSGI
(GLColorTableTargetSGI target, GLColorTableParameterPName pname, MutPointer<Integer> params) void
glGetColorTableSGI
(GLColorTableTargetSGI target, GLPixelFormat format, GLPixelType type, MutPointer<Void> table) void
glGetCombinerInputParameterfvNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Float> params) void
glGetCombinerInputParameterivNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Integer> params) void
glGetCombinerOutputParameterfvNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerParameterNV pname, MutPointer<Float> params) void
glGetCombinerOutputParameterivNV
(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerParameterNV pname, MutPointer<Integer> params) void
glGetCombinerStageParameterfvNV
(GLCombinerStageNV stage, GLCombinerParameterNV pname, MutPointer<Float> params) int
glGetCommandHeaderNV
(GLCommandOpcodesNV tokenID, int size) void
glGetCompressedMultiTexImageEXT
(GLTextureUnit texunit, GLTextureTarget target, int lod, MutPointer<Void> img) void
glGetCompressedTexImage
(GLTextureTarget target, int level, MutPointer<Void> img) void
glGetCompressedTexImageARB
(GLTextureTarget target, int level, MutPointer<Void> img) void
glGetCompressedTextureImage
(int texture, int level, int bufSize, MutPointer<Void> pixels) void
glGetCompressedTextureImageEXT
(int texture, GLTextureTarget target, int lod, MutPointer<Void> img) void
glGetCompressedTextureSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, MutPointer<Void> pixels) void
glGetConvolutionFilter
(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> image) void
glGetConvolutionFilterEXT
(GLConvolutionTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> image) void
glGetConvolutionParameterfv
(GLConvolutionTarget target, GLConvolutionParameter pname, MutPointer<Float> params) void
glGetConvolutionParameterfvEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, MutPointer<Float> params) void
glGetConvolutionParameteriv
(GLConvolutionTarget target, GLConvolutionParameter pname, MutPointer<Integer> params) void
glGetConvolutionParameterivEXT
(GLConvolutionTargetEXT target, GLConvolutionParameter pname, MutPointer<Integer> params) void
glGetConvolutionParameterxvOES
(GLEnum target, GLEnum pname, MutPointer<Integer> params) void
glGetCoverageModulationTableNV
(int bufSize, MutPointer<Float> v) int
glGetDebugMessageLog
(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) int
glGetDebugMessageLogAMD
(int count, int bufSize, MutPointer<GLEnum> categories, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> ids, MutPointer<Integer> lengths, MutPointer<Byte> message) int
glGetDebugMessageLogARB
(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) int
glGetDebugMessageLogKHR
(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) void
glGetDetailTexFuncSGIS
(GLTextureTarget target, MutPointer<Float> points) void
glGetDoublei_v
(GLGetPName target, int index, MutPointer<Double> data) void
glGetDoublei_vEXT
(GLGetPName pname, int index, MutPointer<Double> params) void
glGetDoubleIndexedvEXT
(GLGetPName target, int index, MutPointer<Double> data) void
glGetDoublev
(GLGetPName pname, MutPointer<Double> data) void
glGetDriverControlsQCOM
(MutPointer<Integer> num, int size, MutPointer<Integer> driverControls) void
glGetDriverControlStringQCOM
(int driverControl, int bufSize, MutPointer<Integer> length, MutPointer<Byte> driverControlString) void
glGetFenceivNV
(int fence, GLFenceParameterNameNV pname, MutPointer<Integer> params) void
glGetFinalCombinerInputParameterfvNV
(GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Float> params) void
glGetFinalCombinerInputParameterivNV
(GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Integer> params) void
glGetFirstPerfQueryIdINTEL
(MutPointer<Integer> queryId) void
glGetFixedv
(GLGetPName pname, MutPointer<Integer> params) void
glGetFixedvOES
(GLGetPName pname, MutPointer<Integer> params) void
glGetFloati_v
(GLGetPName target, int index, MutPointer<Float> data) void
glGetFloati_vEXT
(GLGetPName pname, int index, MutPointer<Float> params) void
glGetFloati_vNV
(GLGetPName target, int index, MutPointer<Float> data) void
glGetFloati_vOES
(GLGetPName target, int index, MutPointer<Float> data) void
glGetFloatIndexedvEXT
(GLGetPName target, int index, MutPointer<Float> data) void
glGetFloatv
(GLGetPName pname, MutPointer<Float> data) void
glGetFogFuncSGIS
(MutPointer<Float> points) int
glGetFragDataIndex
(int program, ConstPointer<Byte> name) int
glGetFragDataIndexEXT
(int program, ConstPointer<Byte> name) int
glGetFragDataLocation
(int program, ConstPointer<Byte> name) int
glGetFragDataLocationEXT
(int program, ConstPointer<Byte> name) void
glGetFragmentLightfvSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, MutPointer<Float> params) void
glGetFragmentLightivSGIX
(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, MutPointer<Integer> params) void
glGetFragmentMaterialfvSGIX
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Float> params) void
glGetFragmentMaterialivSGIX
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) void
glGetFragmentShadingRatesEXT
(int samples, int maxCount, MutPointer<Integer> count, MutPointer<GLShadingRate> shadingRates) void
glGetFramebufferAttachmentParameteriv
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetFramebufferAttachmentParameterivEXT
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetFramebufferAttachmentParameterivOES
(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetFramebufferParameterfvAMD
(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, int numsamples, int pixelindex, int size, MutPointer<Float> values) void
glGetFramebufferParameteriv
(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetFramebufferParameterivEXT
(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> params) void
glGetFramebufferParameterivMESA
(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) int
glGetFramebufferPixelLocalStorageSizeEXT
(int target) int
glGetHandleARB
(GLContainerType pname) void
glGetHistogram
(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) void
glGetHistogramEXT
(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) void
glGetHistogramParameterfv
(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Float> params) void
glGetHistogramParameterfvEXT
(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Float> params) void
glGetHistogramParameteriv
(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) void
glGetHistogramParameterivEXT
(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) void
glGetHistogramParameterxvOES
(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) long
glGetImageHandleARB
(int texture, int level, boolean layered, int layer, GLPixelFormat format) long
glGetImageHandleNV
(int texture, int level, boolean layered, int layer, GLPixelFormat format) void
glGetImageTransformParameterfvHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, MutPointer<Float> params) void
glGetImageTransformParameterivHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, MutPointer<Integer> params) void
glGetInfoLogARB
(int obj, int maxLength, MutPointer<Integer> length, MutPointer<Byte> infoLog) int
int
glGetInteger
(GLGetPName pname) void
glGetInteger64i_v
(GLGetPName target, int index, MutPointer<Long> data) void
glGetInteger64v
(GLGetPName pname, MutPointer<Long> data) void
glGetInteger64vAPPLE
(GLGetPName pname, MutPointer<Long> params) void
glGetInteger64vEXT
(GLGetPName pname, MutPointer<Long> data) void
glGetIntegeri_v
(GLGetPName target, int index, MutPointer<Integer> data) void
glGetIntegeri_vEXT
(GLGetPName target, int index, MutPointer<Integer> data) void
glGetIntegerIndexedvEXT
(GLGetPName target, int index, MutPointer<Integer> data) void
glGetIntegerui64i_vNV
(GLEnum value, int index, MutPointer<Long> result) void
glGetIntegerui64vNV
(GLEnum value, MutPointer<Long> result) void
glGetIntegerv
(GLGetPName pname, MutPointer<Integer> data) void
glGetInternalformati64v
(GLTextureTarget target, GLInternalFormat internalformat, GLInternalFormatPName pname, int count, MutPointer<Long> params) void
glGetInternalformativ
(GLTextureTarget target, GLInternalFormat internalformat, GLInternalFormatPName pname, int count, MutPointer<Integer> params) void
glGetInternalformatSampleivNV
(GLTextureTarget target, GLInternalFormat internalformat, int samples, GLInternalFormatPName pname, int count, MutPointer<Integer> params) void
glGetInvariantBooleanvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Boolean> data) void
glGetInvariantFloatvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Float> data) void
glGetInvariantIntegervEXT
(int id, GLGetVariantValueEXT value, MutPointer<Integer> data) void
glGetLightfv
(GLLightName light, GLLightParameter pname, MutPointer<Float> params) void
glGetLightiv
(GLLightName light, GLLightParameter pname, MutPointer<Integer> params) void
glGetLightxOES
(GLLightName light, GLLightParameter pname, MutPointer<Integer> params) void
glGetLightxv
(GLLightName light, GLLightParameter pname, MutPointer<Integer> params) void
glGetLightxvOES
(GLLightName light, GLLightParameter pname, MutPointer<Integer> params) void
glGetListParameterfvSGIX
(int list, GLListParameterName pname, MutPointer<Float> params) void
glGetListParameterivSGIX
(int list, GLListParameterName pname, MutPointer<Integer> params) void
glGetLocalConstantBooleanvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Boolean> data) void
glGetLocalConstantFloatvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Float> data) void
glGetLocalConstantIntegervEXT
(int id, GLGetVariantValueEXT value, MutPointer<Integer> data) void
glGetMapAttribParameterfvNV
(GLEvalTargetNV target, int index, GLMapAttribParameterNV pname, MutPointer<Float> params) void
glGetMapAttribParameterivNV
(GLEvalTargetNV target, int index, GLMapAttribParameterNV pname, MutPointer<Integer> params) void
glGetMapControlPointsNV
(GLEvalTargetNV target, int index, GLMapTypeNV type, int ustride, int vstride, boolean packed, MutPointer<Void> points) void
glGetMapdv
(GLMapTarget target, GLGetMapQuery query, MutPointer<Double> v) void
glGetMapfv
(GLMapTarget target, GLGetMapQuery query, MutPointer<Float> v) void
glGetMapiv
(GLMapTarget target, GLGetMapQuery query, MutPointer<Integer> v) void
glGetMapParameterfvNV
(GLEvalTargetNV target, GLMapParameterNV pname, MutPointer<Float> params) void
glGetMapParameterivNV
(GLEvalTargetNV target, GLMapParameterNV pname, MutPointer<Integer> params) void
glGetMapxvOES
(GLMapTarget target, GLGetMapQuery query, MutPointer<Integer> v) void
glGetMaterialfv
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Float> params) void
glGetMaterialiv
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) void
glGetMaterialxOES
(GLTriangleFace face, GLMaterialParameter pname, int param) void
glGetMaterialxv
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) void
glGetMaterialxvOES
(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) void
glGetMemoryObjectDetachedResourcesuivNV
(int memory, GLEnum pname, int first, int count, MutPointer<Integer> params) void
glGetMemoryObjectParameterivEXT
(int memoryObject, GLMemoryObjectParameterName pname, MutPointer<Integer> params) void
glGetMinmax
(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) void
glGetMinmaxEXT
(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) void
glGetMinmaxParameterfv
(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Float> params) void
glGetMinmaxParameterfvEXT
(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Float> params) void
glGetMinmaxParameteriv
(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Integer> params) void
glGetMinmaxParameterivEXT
(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Integer> params) void
glGetMultisamplefv
(GLGetMultisamplePNameNV pname, int index, MutPointer<Float> val) void
glGetMultisamplefvNV
(GLGetMultisamplePNameNV pname, int index, MutPointer<Float> val) void
glGetMultiTexEnvfvEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Float> params) void
glGetMultiTexEnvivEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) void
glGetMultiTexGendvEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Double> params) void
glGetMultiTexGenfvEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) void
glGetMultiTexGenivEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) void
glGetMultiTexImageEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) void
glGetMultiTexLevelParameterfvEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetMultiTexLevelParameterivEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetMultiTexParameterfvEXT
(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetMultiTexParameterIivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetMultiTexParameterIuivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetMultiTexParameterivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetNamedBufferParameteri64v
(int buffer, GLBufferPNameARB pname, MutPointer<Long> params) void
glGetNamedBufferParameteriv
(int buffer, GLBufferPNameARB pname, MutPointer<Integer> params) void
glGetNamedBufferParameterivEXT
(int buffer, GLBufferPNameARB pname, MutPointer<Integer> params) void
glGetNamedBufferParameterui64vNV
(int buffer, GLBufferPNameARB pname, MutPointer<Long> params) void
glGetNamedBufferPointerv
(int buffer, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) void
glGetNamedBufferPointervEXT
(int buffer, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) void
glGetNamedBufferSubData
(int buffer, long offset, long size, MutPointer<Void> data) void
glGetNamedBufferSubDataEXT
(int buffer, long offset, long size, MutPointer<Void> data) void
glGetNamedFramebufferAttachmentParameteriv
(int framebuffer, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetNamedFramebufferAttachmentParameterivEXT
(int framebuffer, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) void
glGetNamedFramebufferParameterfvAMD
(int framebuffer, GLEnum pname, int numsamples, int pixelindex, int size, MutPointer<Float> values) void
glGetNamedFramebufferParameteriv
(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> param) void
glGetNamedFramebufferParameterivEXT
(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> params) void
glGetNamedProgramivEXT
(int program, GLProgramTarget target, GLProgramPropertyARB pname, MutPointer<Integer> params) void
glGetNamedProgramLocalParameterdvEXT
(int program, GLProgramTarget target, int index, MutPointer<Double> params) void
glGetNamedProgramLocalParameterfvEXT
(int program, GLProgramTarget target, int index, MutPointer<Float> params) void
glGetNamedProgramLocalParameterIivEXT
(int program, GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetNamedProgramLocalParameterIuivEXT
(int program, GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetNamedProgramStringEXT
(int program, GLProgramTarget target, GLProgramStringProperty pname, MutPointer<Void> string) void
glGetNamedRenderbufferParameteriv
(int renderbuffer, GLRenderbufferParameterName pname, MutPointer<Integer> params) void
glGetNamedRenderbufferParameterivEXT
(int renderbuffer, GLRenderbufferParameterName pname, MutPointer<Integer> params) void
glGetNamedStringARB
(int namelen, ConstPointer<Byte> name, int bufSize, MutPointer<Integer> stringlen, MutPointer<Byte> string) void
glGetNamedStringivARB
(int namelen, ConstPointer<Byte> name, GLEnum pname, MutPointer<Integer> params) void
glGetnColorTable
(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> table) void
glGetnColorTableARB
(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> table) void
glGetnCompressedTexImage
(GLTextureTarget target, int lod, int bufSize, MutPointer<Void> pixels) void
glGetnCompressedTexImageARB
(GLTextureTarget target, int lod, int bufSize, MutPointer<Void> img) void
glGetnConvolutionFilter
(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> image) void
glGetnConvolutionFilterARB
(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> image) void
glGetNextPerfQueryIdINTEL
(int queryId, MutPointer<Integer> nextQueryId) void
glGetnHistogram
(GLHistogramTarget target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) void
glGetnHistogramARB
(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) void
glGetnMapdv
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Double> v) void
glGetnMapdvARB
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Double> v) void
glGetnMapfv
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Float> v) void
glGetnMapfvARB
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Float> v) void
glGetnMapiv
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Integer> v) void
glGetnMapivARB
(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Integer> v) void
glGetnMinmax
(GLMinmaxTarget target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) void
glGetnMinmaxARB
(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) void
glGetnPixelMapfv
(GLPixelMap map, int bufSize, MutPointer<Float> values) void
glGetnPixelMapfvARB
(GLPixelMap map, int bufSize, MutPointer<Float> values) void
glGetnPixelMapuiv
(GLPixelMap map, int bufSize, MutPointer<Integer> values) void
glGetnPixelMapuivARB
(GLPixelMap map, int bufSize, MutPointer<Integer> values) void
glGetnPixelMapusv
(GLPixelMap map, int bufSize, MutPointer<Character> values) void
glGetnPixelMapusvARB
(GLPixelMap map, int bufSize, MutPointer<Character> values) void
glGetnPolygonStipple
(int bufSize, MutPointer<Byte> pattern) void
glGetnPolygonStippleARB
(int bufSize, MutPointer<Byte> pattern) void
glGetnSeparableFilter
(GLSeparableTarget target, GLPixelFormat format, GLPixelType type, int rowBufSize, MutPointer<Void> row, int columnBufSize, MutPointer<Void> column, MutPointer<Void> span) void
glGetnSeparableFilterARB
(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, int rowBufSize, MutPointer<Void> row, int columnBufSize, MutPointer<Void> column, MutPointer<Void> span) void
glGetnTexImage
(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) void
glGetnTexImageARB
(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> img) void
glGetnUniformdv
(int program, int location, int bufSize, MutPointer<Double> params) void
glGetnUniformdvARB
(int program, int location, int bufSize, MutPointer<Double> params) void
glGetnUniformfv
(int program, int location, int bufSize, MutPointer<Float> params) void
glGetnUniformfvARB
(int program, int location, int bufSize, MutPointer<Float> params) void
glGetnUniformfvEXT
(int program, int location, int bufSize, MutPointer<Float> params) void
glGetnUniformfvKHR
(int program, int location, int bufSize, MutPointer<Float> params) void
glGetnUniformi64vARB
(int program, int location, int bufSize, MutPointer<Long> params) void
glGetnUniformiv
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformivARB
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformivEXT
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformivKHR
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformui64vARB
(int program, int location, int bufSize, MutPointer<Long> params) void
glGetnUniformuiv
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformuivARB
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetnUniformuivKHR
(int program, int location, int bufSize, MutPointer<Integer> params) void
glGetObjectBufferfvATI
(int buffer, GLArrayObjectPNameATI pname, MutPointer<Float> params) void
glGetObjectBufferivATI
(int buffer, GLArrayObjectPNameATI pname, MutPointer<Integer> params) void
glGetObjectLabel
(GLObjectIdentifier identifier, int name, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) void
glGetObjectLabelEXT
(GLEnum type, int object, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) void
glGetObjectLabelKHR
(GLEnum identifier, int name, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) void
glGetObjectParameterfvARB
(int obj, GLEnum pname, MutPointer<Float> params) void
glGetObjectParameterivAPPLE
(GLEnum objectType, int name, GLEnum pname, MutPointer<Integer> params) void
glGetObjectParameterivARB
(int obj, GLEnum pname, MutPointer<Integer> params) void
glGetObjectPtrLabel
(ConstPointer<Void> ptr, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) void
glGetObjectPtrLabelKHR
(ConstPointer<Void> ptr, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) void
glGetOcclusionQueryivNV
(int id, GLOcclusionQueryParameterNameNV pname, MutPointer<Integer> params) void
glGetOcclusionQueryuivNV
(int id, GLOcclusionQueryParameterNameNV pname, MutPointer<Integer> params) void
glGetPathColorGenfvNV
(GLPathColor color, GLPathGenMode pname, MutPointer<Float> value) void
glGetPathColorGenivNV
(GLPathColor color, GLPathGenMode pname, MutPointer<Integer> value) void
glGetPathCommandsNV
(int path, MutPointer<Byte> commands) void
glGetPathCoordsNV
(int path, MutPointer<Float> coords) void
glGetPathDashArrayNV
(int path, MutPointer<Float> dashArray) float
glGetPathLengthNV
(int path, int startSegment, int numSegments) void
glGetPathMetricRangeNV
(int metricQueryMask, int firstPathName, int numPaths, int stride, MutPointer<Float> metrics) void
glGetPathMetricsNV
(int metricQueryMask, int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int stride, MutPointer<Float> metrics) void
glGetPathParameterfvNV
(int path, GLPathParameter pname, MutPointer<Float> value) void
glGetPathParameterivNV
(int path, GLPathParameter pname, MutPointer<Integer> value) void
glGetPathSpacingNV
(GLPathListMode pathListMode, int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, float advanceScale, float kerningScale, GLPathTransformType transformType, MutPointer<Float> returnedSpacing) void
glGetPathTexGenfvNV
(GLTextureUnit texCoordSet, GLPathGenMode pname, MutPointer<Float> value) void
glGetPathTexGenivNV
(GLTextureUnit texCoordSet, GLPathGenMode pname, MutPointer<Integer> value) void
glGetPerfCounterInfoINTEL
(int queryId, int counterId, int counterNameLength, MutPointer<Byte> counterName, int counterDescLength, MutPointer<Byte> counterDesc, MutPointer<Integer> counterOffset, MutPointer<Integer> counterDataSize, MutPointer<Integer> counterTypeEnum, MutPointer<Integer> counterDataTypeEnum, MutPointer<Long> rawCounterMaxValue) void
glGetPerfMonitorCounterDataAMD
(int monitor, GLEnum pname, int dataSize, MutPointer<Integer> data, MutPointer<Integer> bytesWritten) void
glGetPerfMonitorCounterInfoAMD
(int group, int counter, GLEnum pname, MutPointer<Void> data) void
glGetPerfMonitorCountersAMD
(int group, MutPointer<Integer> numCounters, MutPointer<Integer> maxActiveCounters, int counterSize, MutPointer<Integer> counters) void
glGetPerfMonitorCounterStringAMD
(int group, int counter, int bufSize, MutPointer<Integer> length, MutPointer<Byte> counterString) void
glGetPerfMonitorGroupsAMD
(MutPointer<Integer> numGroups, int groupsSize, MutPointer<Integer> groups) void
glGetPerfMonitorGroupStringAMD
(int group, int bufSize, MutPointer<Integer> length, MutPointer<Byte> groupString) void
glGetPerfQueryDataINTEL
(int queryHandle, int flags, int dataSize, MutPointer<Void> data, MutPointer<Integer> bytesWritten) void
glGetPerfQueryIdByNameINTEL
(MutPointer<Byte> queryName, MutPointer<Integer> queryId) void
glGetPerfQueryInfoINTEL
(int queryId, int queryNameLength, MutPointer<Byte> queryName, MutPointer<Integer> dataSize, MutPointer<Integer> noCounters, MutPointer<Integer> noInstances, MutPointer<Integer> capsMask) void
glGetPixelMapfv
(GLPixelMap map, MutPointer<Float> values) void
glGetPixelMapuiv
(GLPixelMap map, MutPointer<Integer> values) void
glGetPixelMapusv
(GLPixelMap map, MutPointer<Character> values) void
glGetPixelMapxv
(GLPixelMap map, int size, MutPointer<Integer> values) void
glGetPixelTexGenParameterfvSGIS
(GLPixelTexGenParameterNameSGIS pname, MutPointer<Float> params) void
void
glGetPixelTransformParameterfvEXT
(GLEnum target, GLEnum pname, MutPointer<Float> params) void
glGetPixelTransformParameterivEXT
(GLEnum target, GLEnum pname, MutPointer<Integer> params) void
glGetPointeri_vEXT
(GLEnum pname, int index, MutPointer<MutPointer<Void>> params) void
glGetPointerIndexedvEXT
(GLEnum target, int index, MutPointer<MutPointer<Void>> data) void
glGetPointerv
(GLGetPointervPName pname, MutPointer<MutPointer<Void>> params) void
glGetPointervEXT
(GLGetPointervPName pname, MutPointer<MutPointer<Void>> params) void
glGetPointervKHR
(GLEnum pname, MutPointer<MutPointer<Void>> params) void
glGetPolygonStipple
(MutPointer<Byte> mask) void
glGetProgramBinary
(int program, int bufSize, MutPointer<Integer> length, MutPointer<GLEnum> binaryFormat, MutPointer<Void> binary) void
glGetProgramBinaryOES
(int program, int bufSize, MutPointer<Integer> length, MutPointer<GLEnum> binaryFormat, MutPointer<Void> binary) void
glGetProgramEnvParameterdvARB
(GLProgramTarget target, int index, MutPointer<Double> params) void
glGetProgramEnvParameterfvARB
(GLProgramTarget target, int index, MutPointer<Float> params) void
glGetProgramEnvParameterIivNV
(GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetProgramEnvParameterIuivNV
(GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetProgramInfoLog
(int program, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) void
glGetProgramInterfaceiv
(int program, GLProgramInterface programInterface, GLProgramInterfacePName pname, MutPointer<Integer> params) void
glGetProgramiv
(int program, GLProgramPropertyARB pname, MutPointer<Integer> params) void
glGetProgramivARB
(GLProgramTarget target, GLProgramPropertyARB pname, MutPointer<Integer> params) void
glGetProgramivNV
(int id, GLVertexAttribEnumNV pname, MutPointer<Integer> params) void
glGetProgramLocalParameterdvARB
(GLProgramTarget target, int index, MutPointer<Double> params) void
glGetProgramLocalParameterfvARB
(GLProgramTarget target, int index, MutPointer<Float> params) void
glGetProgramLocalParameterIivNV
(GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetProgramLocalParameterIuivNV
(GLProgramTarget target, int index, MutPointer<Integer> params) void
glGetProgramNamedParameterdvNV
(int id, int len, ConstPointer<Byte> name, MutPointer<Double> params) void
glGetProgramNamedParameterfvNV
(int id, int len, ConstPointer<Byte> name, MutPointer<Float> params) void
glGetProgramParameterdvNV
(GLVertexAttribEnumNV target, int index, GLVertexAttribEnumNV pname, MutPointer<Double> params) void
glGetProgramParameterfvNV
(GLVertexAttribEnumNV target, int index, GLVertexAttribEnumNV pname, MutPointer<Float> params) void
glGetProgramPipelineInfoLog
(int pipeline, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) void
glGetProgramPipelineInfoLogEXT
(int pipeline, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) void
glGetProgramPipelineiv
(int pipeline, GLPipelineParameterName pname, MutPointer<Integer> params) void
glGetProgramPipelineivEXT
(int pipeline, GLPipelineParameterName pname, MutPointer<Integer> params) void
glGetProgramResourcefvNV
(int program, GLProgramInterface programInterface, int index, int propCount, ConstPointer<GLEnum> props, int count, MutPointer<Integer> length, MutPointer<Float> params) int
glGetProgramResourceIndex
(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) void
glGetProgramResourceiv
(int program, GLProgramInterface programInterface, int index, int propCount, ConstPointer<GLProgramResourceProperty> props, int count, MutPointer<Integer> length, MutPointer<Integer> params) int
glGetProgramResourceLocation
(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) int
glGetProgramResourceLocationIndex
(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) int
glGetProgramResourceLocationIndexEXT
(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) void
glGetProgramResourceName
(int program, GLProgramInterface programInterface, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) void
glGetProgramStageiv
(int program, GLShaderType shadertype, GLProgramStagePName pname, MutPointer<Integer> values) void
glGetProgramStringARB
(GLProgramTarget target, GLProgramStringProperty pname, MutPointer<Void> string) void
glGetProgramStringNV
(int id, GLVertexAttribEnumNV pname, MutPointer<Byte> program) void
glGetProgramSubroutineParameteruivNV
(GLEnum target, int index, MutPointer<Integer> param) void
glGetQueryBufferObjecti64v
(int id, int buffer, GLQueryObjectParameterName pname, long offset) void
glGetQueryBufferObjectiv
(int id, int buffer, GLQueryObjectParameterName pname, long offset) void
glGetQueryBufferObjectui64v
(int id, int buffer, GLQueryObjectParameterName pname, long offset) void
glGetQueryBufferObjectuiv
(int id, int buffer, GLQueryObjectParameterName pname, long offset) void
glGetQueryIndexediv
(GLQueryTarget target, int index, GLQueryParameterName pname, MutPointer<Integer> params) void
glGetQueryiv
(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) void
glGetQueryivARB
(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) void
glGetQueryivEXT
(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) void
glGetQueryObjecti64v
(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) void
glGetQueryObjecti64vEXT
(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) void
glGetQueryObjectiv
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetQueryObjectivARB
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetQueryObjectivEXT
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetQueryObjectui64v
(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) void
glGetQueryObjectui64vEXT
(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) void
glGetQueryObjectuiv
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetQueryObjectuivARB
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetQueryObjectuivEXT
(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) void
glGetRenderbufferParameteriv
(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) void
glGetRenderbufferParameterivEXT
(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) void
glGetRenderbufferParameterivOES
(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) void
glGetSamplerParameterfv
(int sampler, GLSamplerParameterF pname, MutPointer<Float> params) void
glGetSamplerParameterIiv
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameterIivEXT
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameterIivOES
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameterIuiv
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameterIuivEXT
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameterIuivOES
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSamplerParameteriv
(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) void
glGetSemaphoreParameterivNV
(int semaphore, GLSemaphoreParameterName pname, MutPointer<Integer> params) void
glGetSemaphoreParameterui64vEXT
(int semaphore, GLSemaphoreParameterName pname, MutPointer<Long> params) void
glGetSeparableFilter
(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> row, MutPointer<Void> column, MutPointer<Void> span) void
glGetSeparableFilterEXT
(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> row, MutPointer<Void> column, MutPointer<Void> span) void
glGetShaderInfoLog
(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) void
glGetShaderiv
(int shader, GLShaderParameterName pname, MutPointer<Integer> params) void
glGetShaderPrecisionFormat
(GLShaderType shadertype, GLPrecisionType precisiontype, MutPointer<Integer> range, MutPointer<Integer> precision) void
glGetShaderSource
(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> source) void
glGetShaderSourceARB
(int obj, int maxLength, MutPointer<Integer> length, MutPointer<Byte> source) void
glGetShadingRateImagePaletteNV
(int viewport, int entry, MutPointer<GLEnum> rate) void
glGetShadingRateSampleLocationivNV
(GLEnum rate, int samples, int index, MutPointer<Integer> location) void
glGetSharpenTexFuncSGIS
(GLTextureTarget target, MutPointer<Float> points) char
glGetStageIndexNV
(GLShaderType shadertype) glGetString
(GLStringName name) glGetStringi
(GLStringName name, int index) int
glGetSubroutineIndex
(int program, GLShaderType shadertype, ConstPointer<Byte> name) int
glGetSubroutineUniformLocation
(int program, GLShaderType shadertype, ConstPointer<Byte> name) void
glGetSynciv
(ConstPointer<Void> sync, GLSyncParameterName pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) void
glGetSyncivAPPLE
(ConstPointer<Void> sync, GLSyncParameterName pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) void
glGetTexBumpParameterfvATI
(GLGetTexBumpParameterATI pname, MutPointer<Float> param) void
glGetTexBumpParameterivATI
(GLGetTexBumpParameterATI pname, MutPointer<Integer> param) void
glGetTexEnvfv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Float> params) void
glGetTexEnviv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) void
glGetTexEnvxv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) void
glGetTexEnvxvOES
(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) void
glGetTexFilterFuncSGIS
(GLTextureTarget target, GLTextureFilterSGIS filter, MutPointer<Float> weights) void
glGetTexGendv
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Double> params) void
glGetTexGenfv
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) void
glGetTexGenfvOES
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) void
glGetTexGeniv
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) void
glGetTexGenivOES
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) void
glGetTexGenxvOES
(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) void
glGetTexImage
(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) void
glGetTexLevelParameterfv
(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTexLevelParameteriv
(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexLevelParameterxvOES
(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterfv
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTexParameterIiv
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterIivEXT
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterIivOES
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterIuiv
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterIuivEXT
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterIuivOES
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameteriv
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterPointervAPPLE
(GLEnum target, GLEnum pname, MutPointer<MutPointer<Void>> params) void
glGetTexParameterxv
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTexParameterxvOES
(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) long
glGetTextureHandleARB
(int texture) long
glGetTextureHandleIMG
(int texture) long
glGetTextureHandleNV
(int texture) void
glGetTextureImage
(int texture, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) void
glGetTextureImageEXT
(int texture, GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) void
glGetTextureLevelParameterfv
(int texture, int level, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTextureLevelParameterfvEXT
(int texture, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTextureLevelParameteriv
(int texture, int level, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureLevelParameterivEXT
(int texture, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameterfv
(int texture, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTextureParameterfvEXT
(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) void
glGetTextureParameterIiv
(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameterIivEXT
(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameterIuiv
(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameterIuivEXT
(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameteriv
(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) void
glGetTextureParameterivEXT
(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) long
glGetTextureSamplerHandleARB
(int texture, int sampler) long
glGetTextureSamplerHandleIMG
(int texture, int sampler) long
glGetTextureSamplerHandleNV
(int texture, int sampler) void
glGetTextureSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) void
glGetTrackMatrixivNV
(GLVertexAttribEnumNV target, int address, GLVertexAttribEnumNV pname, MutPointer<Integer> params) void
glGetTransformFeedbacki_v
(int xfb, GLTransformFeedbackPName pname, int index, MutPointer<Integer> param) void
glGetTransformFeedbacki64_v
(int xfb, GLTransformFeedbackPName pname, int index, MutPointer<Long> param) void
glGetTransformFeedbackiv
(int xfb, GLTransformFeedbackPName pname, MutPointer<Integer> param) void
glGetTransformFeedbackVarying
(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) void
glGetTransformFeedbackVaryingEXT
(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) void
glGetTransformFeedbackVaryingNV
(int program, int index, MutPointer<Integer> location) void
glGetTranslatedShaderSourceANGLE
(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> source) int
glGetUniformBlockIndex
(int program, ConstPointer<Byte> uniformBlockName) int
glGetUniformBufferSizeEXT
(int program, int location) void
glGetUniformdv
(int program, int location, MutPointer<Double> params) void
glGetUniformfv
(int program, int location, MutPointer<Float> params) void
glGetUniformfvARB
(int programObj, int location, MutPointer<Float> params) void
glGetUniformi64vARB
(int program, int location, MutPointer<Long> params) void
glGetUniformi64vNV
(int program, int location, MutPointer<Long> params) void
glGetUniformIndices
(int program, int uniformCount, ConstPointer<ConstPointer<Byte>> uniformNames, MutPointer<Integer> uniformIndices) void
glGetUniformiv
(int program, int location, MutPointer<Integer> params) void
glGetUniformivARB
(int programObj, int location, MutPointer<Integer> params) int
glGetUniformLocation
(int program, ConstPointer<Byte> name) int
glGetUniformLocation
(int program, String name) int
glGetUniformLocationARB
(int programObj, ConstPointer<Byte> name) long
glGetUniformOffsetEXT
(int program, int location) void
glGetUniformSubroutineuiv
(GLShaderType shadertype, int location, MutPointer<Integer> params) void
glGetUniformui64vARB
(int program, int location, MutPointer<Long> params) void
glGetUniformui64vNV
(int program, int location, MutPointer<Long> params) void
glGetUniformuiv
(int program, int location, MutPointer<Integer> params) void
glGetUniformuivEXT
(int program, int location, MutPointer<Integer> params) void
glGetUnsignedBytei_vEXT
(GLEnum target, int index, MutPointer<Byte> data) void
glGetUnsignedBytevEXT
(GLGetPName pname, MutPointer<Byte> data) void
glGetVariantArrayObjectfvATI
(int id, GLArrayObjectPNameATI pname, MutPointer<Float> params) void
glGetVariantArrayObjectivATI
(int id, GLArrayObjectPNameATI pname, MutPointer<Integer> params) void
glGetVariantBooleanvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Boolean> data) void
glGetVariantFloatvEXT
(int id, GLGetVariantValueEXT value, MutPointer<Float> data) void
glGetVariantIntegervEXT
(int id, GLGetVariantValueEXT value, MutPointer<Integer> data) void
glGetVariantPointervEXT
(int id, GLGetVariantValueEXT value, MutPointer<MutPointer<Void>> data) int
glGetVaryingLocationNV
(int program, ConstPointer<Byte> name) void
glGetVertexArrayIndexed64iv
(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Long> param) void
glGetVertexArrayIndexediv
(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Integer> param) void
glGetVertexArrayIntegeri_vEXT
(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Integer> param) void
glGetVertexArrayIntegervEXT
(int vaobj, GLVertexArrayPName pname, MutPointer<Integer> param) void
glGetVertexArrayiv
(int vaobj, GLVertexArrayPName pname, MutPointer<Integer> param) void
glGetVertexArrayPointeri_vEXT
(int vaobj, int index, GLVertexArrayPName pname, MutPointer<MutPointer<Void>> param) void
glGetVertexArrayPointervEXT
(int vaobj, GLVertexArrayPName pname, MutPointer<MutPointer<Void>> param) void
glGetVertexAttribArrayObjectfvATI
(int index, GLArrayObjectPNameATI pname, MutPointer<Float> params) void
glGetVertexAttribArrayObjectivATI
(int index, GLArrayObjectPNameATI pname, MutPointer<Integer> params) void
glGetVertexAttribdv
(int index, GLVertexAttribPropertyARB pname, MutPointer<Double> params) void
glGetVertexAttribdvARB
(int index, GLVertexAttribPropertyARB pname, MutPointer<Double> params) void
glGetVertexAttribdvNV
(int index, GLVertexAttribEnumNV pname, MutPointer<Double> params) void
glGetVertexAttribfv
(int index, GLVertexAttribPropertyARB pname, MutPointer<Float> params) void
glGetVertexAttribfvARB
(int index, GLVertexAttribPropertyARB pname, MutPointer<Float> params) void
glGetVertexAttribfvNV
(int index, GLVertexAttribEnumNV pname, MutPointer<Float> params) void
glGetVertexAttribIiv
(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) void
glGetVertexAttribIivEXT
(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) void
glGetVertexAttribIuiv
(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) void
glGetVertexAttribIuivEXT
(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) void
glGetVertexAttribiv
(int index, GLVertexAttribPropertyARB pname, MutPointer<Integer> params) void
glGetVertexAttribivARB
(int index, GLVertexAttribPropertyARB pname, MutPointer<Integer> params) void
glGetVertexAttribivNV
(int index, GLVertexAttribEnumNV pname, MutPointer<Integer> params) void
glGetVertexAttribLdv
(int index, GLVertexAttribEnum pname, MutPointer<Double> params) void
glGetVertexAttribLdvEXT
(int index, GLVertexAttribEnum pname, MutPointer<Double> params) void
glGetVertexAttribLi64vNV
(int index, GLVertexAttribEnum pname, MutPointer<Long> params) void
glGetVertexAttribLui64vARB
(int index, GLVertexAttribEnum pname, MutPointer<Long> params) void
glGetVertexAttribLui64vNV
(int index, GLVertexAttribEnum pname, MutPointer<Long> params) void
glGetVertexAttribPointerv
(int index, GLVertexAttribPointerPropertyARB pname, MutPointer<MutPointer<Void>> pointer) void
glGetVertexAttribPointervARB
(int index, GLVertexAttribPointerPropertyARB pname, MutPointer<MutPointer<Void>> pointer) void
glGetVertexAttribPointervNV
(int index, GLVertexAttribEnumNV pname, MutPointer<MutPointer<Void>> pointer) void
glGetVideoCaptureivNV
(int video_capture_slot, GLEnum pname, MutPointer<Integer> params) void
glGetVideoCaptureStreamdvNV
(int video_capture_slot, int stream, GLEnum pname, MutPointer<Double> params) void
glGetVideoCaptureStreamfvNV
(int video_capture_slot, int stream, GLEnum pname, MutPointer<Float> params) void
glGetVideoCaptureStreamivNV
(int video_capture_slot, int stream, GLEnum pname, MutPointer<Integer> params) void
glGetVideoi64vNV
(int video_slot, GLEnum pname, MutPointer<Long> params) void
glGetVideoivNV
(int video_slot, GLEnum pname, MutPointer<Integer> params) void
glGetVideoui64vNV
(int video_slot, GLEnum pname, MutPointer<Long> params) void
glGetVideouivNV
(int video_slot, GLEnum pname, MutPointer<Integer> params) int
glGetVkProcAddrNV
(ConstPointer<Byte> name) void
glGlobalAlphaFactorbSUN
(byte factor) void
glGlobalAlphaFactordSUN
(double factor) void
glGlobalAlphaFactorfSUN
(float factor) void
glGlobalAlphaFactoriSUN
(int factor) void
glGlobalAlphaFactorsSUN
(short factor) void
glGlobalAlphaFactorubSUN
(byte factor) void
glGlobalAlphaFactoruiSUN
(int factor) void
glGlobalAlphaFactorusSUN
(char factor) void
glHint
(GLHintTarget target, GLHintMode mode) void
glHintPGI
(GLHintTargetPGI target, GLVertexHintsMaskPGI mode) void
glHistogram
(GLHistogramTargetEXT target, int width, GLInternalFormat internalformat, boolean sink) void
glHistogramEXT
(GLHistogramTargetEXT target, int width, GLInternalFormat internalformat, boolean sink) void
glIglooInterfaceSGIX
(GLEnum pname, ConstPointer<Void> params) void
glImageTransformParameterfHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, float param) void
glImageTransformParameterfvHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, ConstPointer<Float> params) void
glImageTransformParameteriHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, int param) void
glImageTransformParameterivHP
(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, ConstPointer<Integer> params) void
glImportMemoryFdEXT
(int memory, long size, GLExternalHandleType handleType, int fd) void
glImportMemoryWin32HandleEXT
(int memory, long size, GLExternalHandleType handleType, MutPointer<Void> handle) void
glImportMemoryWin32NameEXT
(int memory, long size, GLExternalHandleType handleType, ConstPointer<Void> name) void
glImportSemaphoreFdEXT
(int semaphore, GLExternalHandleType handleType, int fd) void
glImportSemaphoreWin32HandleEXT
(int semaphore, GLExternalHandleType handleType, MutPointer<Void> handle) void
glImportSemaphoreWin32NameEXT
(int semaphore, GLExternalHandleType handleType, ConstPointer<Void> name) glImportSyncEXT
(GLEnum external_sync_type, long external_sync, int flags) void
glIndexd
(double c) void
void
glIndexf
(float c) void
glIndexFormatNV
(GLEnum type, int stride) void
glIndexFuncEXT
(GLIndexFunctionEXT func, float ref) void
void
glIndexi
(int c) void
void
glIndexMask
(int mask) void
void
glIndexPointer
(GLIndexPointerType type, int stride, ConstPointer<Void> pointer) void
glIndexPointerEXT
(GLIndexPointerType type, int stride, int count, ConstPointer<Void> pointer) void
glIndexPointerListIBM
(GLIndexPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glIndexs
(short c) void
void
glIndexub
(byte c) void
void
glIndexxOES
(int component) void
glIndexxvOES
(ConstPointer<Integer> component) void
void
glInsertComponentEXT
(int res, int src, int num) void
glInsertEventMarkerEXT
(int length, ConstPointer<Byte> marker) void
glInstrumentsBufferSGIX
(int size, MutPointer<Integer> buffer) void
glInterleavedArrays
(GLInterleavedArrayFormat format, int stride, ConstPointer<Void> pointer) void
glInterpolatePathsNV
(int resultPath, int pathA, int pathB, float weight) void
glInvalidateBufferData
(int buffer) void
glInvalidateBufferSubData
(int buffer, long offset, long length) void
glInvalidateFramebuffer
(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments) void
glInvalidateNamedFramebufferData
(int framebuffer, int numAttachments, ConstPointer<GLFramebufferAttachment> attachments) void
glInvalidateNamedFramebufferSubData
(int framebuffer, int numAttachments, ConstPointer<GLFramebufferAttachment> attachments, int x, int y, int width, int height) void
glInvalidateSubFramebuffer
(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments, int x, int y, int width, int height) void
glInvalidateTexImage
(int texture, int level) void
glInvalidateTexSubImage
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth) boolean
glIsAsyncMarkerSGIX
(int marker) boolean
glIsBuffer
(int buffer) boolean
glIsBufferARB
(int buffer) boolean
glIsBufferResidentNV
(GLEnum target) boolean
glIsCommandListNV
(int list) boolean
glIsEnabled
(GLEnableCap cap) boolean
glIsEnabledi
(GLEnableCap target, int index) boolean
glIsEnablediEXT
(GLEnableCap target, int index) boolean
glIsEnabledIndexedEXT
(GLEnableCap target, int index) boolean
glIsEnablediNV
(GLEnableCap target, int index) boolean
glIsEnablediOES
(GLEnableCap target, int index) boolean
glIsFenceAPPLE
(int fence) boolean
glIsFenceNV
(int fence) boolean
glIsFramebuffer
(int framebuffer) boolean
glIsFramebufferEXT
(int framebuffer) boolean
glIsFramebufferOES
(int framebuffer) boolean
glIsImageHandleResidentARB
(long handle) boolean
glIsImageHandleResidentNV
(long handle) boolean
glIsList
(int list) boolean
glIsMemoryObjectEXT
(int memoryObject) boolean
glIsNameAMD
(GLEnum identifier, int name) boolean
glIsNamedBufferResidentNV
(int buffer) boolean
glIsNamedStringARB
(int namelen, ConstPointer<Byte> name) boolean
glIsObjectBufferATI
(int buffer) boolean
glIsOcclusionQueryNV
(int id) boolean
glIsPathNV
(int path) boolean
glIsPointInFillPathNV
(int path, int mask, float x, float y) boolean
glIsPointInStrokePathNV
(int path, float x, float y) boolean
glIsProgram
(int program) boolean
glIsProgramARB
(int program) boolean
glIsProgramNV
(int id) boolean
glIsProgramPipeline
(int pipeline) boolean
glIsProgramPipelineEXT
(int pipeline) boolean
glIsQuery
(int id) boolean
glIsQueryARB
(int id) boolean
glIsQueryEXT
(int id) boolean
glIsRenderbuffer
(int renderbuffer) boolean
glIsRenderbufferEXT
(int renderbuffer) boolean
glIsRenderbufferOES
(int renderbuffer) boolean
glIsSampler
(int sampler) boolean
glIsSemaphoreEXT
(int semaphore) boolean
glIsShader
(int shader) boolean
glIsStateNV
(int state) boolean
glIsSync
(ConstPointer<Void> sync) boolean
glIsSyncAPPLE
(ConstPointer<Void> sync) boolean
glIsTexture
(int texture) boolean
glIsTextureEXT
(int texture) boolean
glIsTextureHandleResidentARB
(long handle) boolean
glIsTextureHandleResidentNV
(long handle) boolean
glIsTransformFeedback
(int id) boolean
glIsTransformFeedbackNV
(int id) boolean
glIsVariantEnabledEXT
(int id, GLVariantCapEXT cap) boolean
glIsVertexArray
(int array) boolean
glIsVertexArrayAPPLE
(int array) boolean
glIsVertexArrayOES
(int array) boolean
glIsVertexAttribEnabledAPPLE
(int index, GLEnum pname) void
glLabelObjectEXT
(GLEnum type, int object, int length, ConstPointer<Byte> label) void
glLGPUCopyImageSubDataNVX
(int sourceGpu, int destinationGpuMask, int srcName, GLEnum srcTarget, int srcLevel, int srcX, int srxY, int srcZ, int dstName, GLEnum dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth) void
void
glLGPUNamedBufferSubDataNVX
(int gpuMask, int buffer, long offset, long size, ConstPointer<Void> data) void
glLightEnviSGIX
(GLLightEnvParameterSGIX pname, GLLightEnvModeSGIX param) void
glLightf
(GLLightName light, GLLightParameter pname, float param) void
glLightfv
(GLLightName light, GLLightParameter pname, ConstPointer<Float> params) void
glLighti
(GLLightName light, GLLightParameter pname, int param) void
glLightiv
(GLLightName light, GLLightParameter pname, ConstPointer<Integer> params) void
glLightModelf
(GLLightModelParameter pname, float param) void
glLightModelfv
(GLLightModelParameter pname, ConstPointer<Float> params) void
glLightModeli
(GLLightModelParameter pname, int param) void
glLightModeliv
(GLLightModelParameter pname, ConstPointer<Integer> params) void
glLightModelx
(GLLightModelParameter pname, int param) void
glLightModelxOES
(GLLightModelParameter pname, int param) void
glLightModelxv
(GLLightModelParameter pname, ConstPointer<Integer> param) void
glLightModelxvOES
(GLLightModelParameter pname, ConstPointer<Integer> param) void
glLightx
(GLLightName light, GLLightParameter pname, int param) void
glLightxOES
(GLLightName light, GLLightParameter pname, int param) void
glLightxv
(GLLightName light, GLLightParameter pname, ConstPointer<Integer> params) void
glLightxvOES
(GLLightName light, GLLightParameter pname, ConstPointer<Integer> params) void
glLineStipple
(int factor, char pattern) void
glLineWidth
(float width) void
glLineWidthx
(int width) void
glLineWidthxOES
(int width) void
glLinkProgram
(int program) void
glLinkProgramARB
(int programObj) void
glListBase
(int base) void
glListDrawCommandsStatesClientNV
(int list, int segment, MutPointer<ConstPointer<Void>> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) void
glListParameterfSGIX
(int list, GLListParameterName pname, float param) void
glListParameterfvSGIX
(int list, GLListParameterName pname, ConstPointer<Float> params) void
glListParameteriSGIX
(int list, GLListParameterName pname, int param) void
glListParameterivSGIX
(int list, GLListParameterName pname, ConstPointer<Integer> params) void
void
glLoadIdentityDeformationMapSGIX
(int mask) void
void
void
void
void
glLoadName
(int name) void
void
glLoadProgramNV
(GLVertexAttribEnumNV target, int id, int len, ConstPointer<Byte> program) void
void
void
void
void
void
glLockArraysEXT
(int first, int count) void
void
glMakeBufferNonResidentNV
(GLEnum target) void
glMakeBufferResidentNV
(GLEnum target, GLEnum access) void
glMakeImageHandleNonResidentARB
(long handle) void
glMakeImageHandleNonResidentNV
(long handle) void
glMakeImageHandleResidentARB
(long handle, GLEnum access) void
glMakeImageHandleResidentNV
(long handle, GLEnum access) void
glMakeNamedBufferNonResidentNV
(int buffer) void
glMakeNamedBufferResidentNV
(int buffer, GLEnum access) void
glMakeTextureHandleNonResidentARB
(long handle) void
glMakeTextureHandleNonResidentNV
(long handle) void
glMakeTextureHandleResidentARB
(long handle) void
glMakeTextureHandleResidentNV
(long handle) void
glMap1d
(GLMapTarget target, double u1, double u2, int stride, int order, ConstPointer<Double> points) void
glMap1f
(GLMapTarget target, float u1, float u2, int stride, int order, ConstPointer<Float> points) void
glMap1xOES
(GLMapTarget target, int u1, int u2, int stride, int order, int points) void
glMap2d
(GLMapTarget target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, ConstPointer<Double> points) void
glMap2f
(GLMapTarget target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, ConstPointer<Float> points) void
glMap2xOES
(GLMapTarget target, int u1, int u2, int ustride, int uorder, int v1, int v2, int vstride, int vorder, int points) glMapBuffer
(GLBufferTarget target, GLBufferAccess access) glMapBufferARB
(GLBufferTarget target, GLBufferAccess access) glMapBufferOES
(GLBufferTarget target, GLBufferAccess access) glMapBufferRange
(GLBufferTarget target, long offset, long length, int access) glMapBufferRangeEXT
(GLBufferTarget target, long offset, long length, int access) void
glMapControlPointsNV
(GLEvalTargetNV target, int index, GLMapTypeNV type, int ustride, int vstride, int uorder, int vorder, boolean packed, ConstPointer<Void> points) void
glMapGrid1d
(int un, double u1, double u2) void
glMapGrid1f
(int un, float u1, float u2) void
glMapGrid1xOES
(int n, int u1, int u2) void
glMapGrid2d
(int un, double u1, double u2, int vn, double v1, double v2) void
glMapGrid2f
(int un, float u1, float u2, int vn, float v1, float v2) void
glMapGrid2xOES
(int n, int u1, int u2, int v1, int v2) glMapNamedBuffer
(int buffer, GLBufferAccess access) glMapNamedBufferEXT
(int buffer, GLBufferAccess access) glMapNamedBufferRange
(int buffer, long offset, long length, int access) glMapNamedBufferRangeEXT
(int buffer, long offset, long length, int access) glMapObjectBufferATI
(int buffer) void
glMapParameterfvNV
(GLEvalTargetNV target, GLMapParameterNV pname, ConstPointer<Float> params) void
glMapParameterivNV
(GLEvalTargetNV target, GLMapParameterNV pname, ConstPointer<Integer> params) glMapTexture2DINTEL
(int texture, int level, int access, MutPointer<Integer> stride, MutPointer<GLEnum> layout) void
glMapVertexAttrib1dAPPLE
(int index, int size, double u1, double u2, int stride, int order, ConstPointer<Double> points) void
glMapVertexAttrib1fAPPLE
(int index, int size, float u1, float u2, int stride, int order, ConstPointer<Float> points) void
glMapVertexAttrib2dAPPLE
(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, ConstPointer<Double> points) void
glMapVertexAttrib2fAPPLE
(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, ConstPointer<Float> points) void
glMaterialf
(GLTriangleFace face, GLMaterialParameter pname, float param) void
glMaterialfv
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Float> params) void
glMateriali
(GLTriangleFace face, GLMaterialParameter pname, int param) void
glMaterialiv
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> params) void
glMaterialx
(GLTriangleFace face, GLMaterialParameter pname, int param) void
glMaterialxOES
(GLTriangleFace face, GLMaterialParameter pname, int param) void
glMaterialxv
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> param) void
glMaterialxvOES
(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> param) void
glMatrixFrustumEXT
(GLMatrixMode mode, double left, double right, double bottom, double top, double zNear, double zFar) void
glMatrixIndexPointerARB
(int size, GLMatrixIndexPointerTypeARB type, int stride, ConstPointer<Void> pointer) void
glMatrixIndexPointerOES
(int size, GLMatrixIndexPointerTypeARB type, int stride, ConstPointer<Void> pointer) void
glMatrixIndexubvARB
(int size, ConstPointer<Byte> indices) void
glMatrixIndexuivARB
(int size, ConstPointer<Integer> indices) void
glMatrixIndexusvARB
(int size, ConstPointer<Character> indices) void
glMatrixLoad3x2fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
glMatrixLoad3x3fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
glMatrixLoaddEXT
(GLMatrixMode mode, ConstPointer<Double> m) void
glMatrixLoadfEXT
(GLMatrixMode mode, ConstPointer<Float> m) void
void
glMatrixLoadTranspose3x3fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
void
void
glMatrixMode
(GLMatrixMode mode) void
glMatrixMult3x2fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
glMatrixMult3x3fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
glMatrixMultdEXT
(GLMatrixMode mode, ConstPointer<Double> m) void
glMatrixMultfEXT
(GLMatrixMode mode, ConstPointer<Float> m) void
glMatrixMultTranspose3x3fNV
(GLEnum matrixMode, ConstPointer<Float> m) void
void
void
glMatrixOrthoEXT
(GLMatrixMode mode, double left, double right, double bottom, double top, double zNear, double zFar) void
glMatrixPopEXT
(GLMatrixMode mode) void
glMatrixPushEXT
(GLMatrixMode mode) void
glMatrixRotatedEXT
(GLMatrixMode mode, double angle, double x, double y, double z) void
glMatrixRotatefEXT
(GLMatrixMode mode, float angle, float x, float y, float z) void
glMatrixScaledEXT
(GLMatrixMode mode, double x, double y, double z) void
glMatrixScalefEXT
(GLMatrixMode mode, float x, float y, float z) void
glMatrixTranslatedEXT
(GLMatrixMode mode, double x, double y, double z) void
glMatrixTranslatefEXT
(GLMatrixMode mode, float x, float y, float z) void
glMaxActiveShaderCoresARM
(int count) void
glMaxShaderCompilerThreadsARB
(int count) void
glMaxShaderCompilerThreadsKHR
(int count) void
glMemoryBarrier
(int barriers) void
glMemoryBarrierByRegion
(int barriers) void
glMemoryBarrierEXT
(int barriers) void
glMemoryObjectParameterivEXT
(int memoryObject, GLMemoryObjectParameterName pname, ConstPointer<Integer> params) void
glMinmax
(GLMinmaxTargetEXT target, GLInternalFormat internalformat, boolean sink) void
glMinmaxEXT
(GLMinmaxTargetEXT target, GLInternalFormat internalformat, boolean sink) void
glMinSampleShading
(float value) void
glMinSampleShadingARB
(float value) void
glMinSampleShadingOES
(float value) void
void
glMulticastBlitFramebufferNV
(int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLEnum filter) void
glMulticastBufferSubDataNV
(int gpuMask, int buffer, long offset, long size, ConstPointer<Void> data) void
glMulticastCopyBufferSubDataNV
(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
glMulticastCopyImageSubDataNV
(int srcGpu, int dstGpuMask, int srcName, GLEnum srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLEnum dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) void
glMulticastFramebufferSampleLocationsfvNV
(int gpu, int framebuffer, int start, int count, ConstPointer<Float> v) void
glMulticastGetQueryObjecti64vNV
(int gpu, int id, GLEnum pname, MutPointer<Long> params) void
glMulticastGetQueryObjectivNV
(int gpu, int id, GLEnum pname, MutPointer<Integer> params) void
glMulticastGetQueryObjectui64vNV
(int gpu, int id, GLEnum pname, MutPointer<Long> params) void
glMulticastGetQueryObjectuivNV
(int gpu, int id, GLEnum pname, MutPointer<Integer> params) void
glMulticastScissorArrayvNVX
(int gpu, int first, int count, ConstPointer<Integer> v) void
glMulticastViewportArrayvNVX
(int gpu, int first, int count, ConstPointer<Float> v) void
glMulticastViewportPositionWScaleNVX
(int gpu, int index, float xcoeff, float ycoeff) void
glMulticastWaitSyncNV
(int signalGpu, int waitGpuMask) void
glMultiDrawArrays
(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int drawcount) void
glMultiDrawArraysEXT
(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) void
glMultiDrawArraysIndirect
(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawcount, int stride) void
glMultiDrawArraysIndirectAMD
(GLPrimitiveType mode, ConstPointer<Void> indirect, int primcount, int stride) void
glMultiDrawArraysIndirectBindlessCountNV
(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
glMultiDrawArraysIndirectBindlessNV
(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawCount, int stride, int vertexBufferCount) void
glMultiDrawArraysIndirectCount
(GLPrimitiveType mode, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) void
glMultiDrawArraysIndirectCountARB
(GLPrimitiveType mode, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) void
glMultiDrawArraysIndirectEXT
(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawcount, int stride) void
glMultiDrawElementArrayAPPLE
(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) void
glMultiDrawElements
(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount) void
glMultiDrawElementsBaseVertex
(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount, ConstPointer<Integer> basevertex) void
glMultiDrawElementsBaseVertexEXT
(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount, ConstPointer<Integer> basevertex) void
glMultiDrawElementsEXT
(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int primcount) void
glMultiDrawElementsIndirect
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawcount, int stride) void
glMultiDrawElementsIndirectAMD
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int primcount, int stride) void
glMultiDrawElementsIndirectBindlessCountNV
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) void
glMultiDrawElementsIndirectBindlessNV
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawCount, int stride, int vertexBufferCount) void
glMultiDrawElementsIndirectCount
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) void
glMultiDrawElementsIndirectCountARB
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) void
glMultiDrawElementsIndirectEXT
(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawcount, int stride) void
glMultiDrawMeshTasksIndirectCountNV
(long indirect, long drawcount, int maxdrawcount, int stride) void
glMultiDrawMeshTasksIndirectNV
(long indirect, int drawcount, int stride) void
glMultiDrawRangeElementArrayAPPLE
(GLPrimitiveType mode, int start, int end, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) void
glMultiModeDrawArraysIBM
(ConstPointer<GLPrimitiveType> mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount, int modestride) void
glMultiModeDrawElementsIBM
(ConstPointer<GLPrimitiveType> mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int primcount, int modestride) void
glMultiTexBufferEXT
(GLTextureUnit texunit, GLTextureTarget target, GLInternalFormat internalformat, int buffer) void
glMultiTexCoord1bOES
(GLTextureUnit texture, byte s) void
glMultiTexCoord1bvOES
(GLTextureUnit texture, ConstPointer<Byte> coords) void
glMultiTexCoord1d
(GLTextureUnit target, double s) void
glMultiTexCoord1dARB
(GLTextureUnit target, double s) void
glMultiTexCoord1dv
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord1dvARB
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord1f
(GLTextureUnit target, float s) void
glMultiTexCoord1fARB
(GLTextureUnit target, float s) void
glMultiTexCoord1fv
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord1fvARB
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord1hNV
(GLTextureUnit target, char s) void
glMultiTexCoord1hvNV
(GLTextureUnit target, ConstPointer<Character> v) void
glMultiTexCoord1i
(GLTextureUnit target, int s) void
glMultiTexCoord1iARB
(GLTextureUnit target, int s) void
glMultiTexCoord1iv
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord1ivARB
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord1s
(GLTextureUnit target, short s) void
glMultiTexCoord1sARB
(GLTextureUnit target, short s) void
glMultiTexCoord1sv
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord1svARB
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord1xOES
(GLTextureUnit texture, int s) void
glMultiTexCoord1xvOES
(GLTextureUnit texture, ConstPointer<Integer> coords) void
glMultiTexCoord2bOES
(GLTextureUnit texture, byte s, byte t) void
glMultiTexCoord2bvOES
(GLTextureUnit texture, ConstPointer<Byte> coords) void
glMultiTexCoord2d
(GLTextureUnit target, double s, double t) void
glMultiTexCoord2dARB
(GLTextureUnit target, double s, double t) void
glMultiTexCoord2dv
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord2dvARB
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord2f
(GLTextureUnit target, float s, float t) void
glMultiTexCoord2fARB
(GLTextureUnit target, float s, float t) void
glMultiTexCoord2fv
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord2fvARB
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord2hNV
(GLTextureUnit target, char s, char t) void
glMultiTexCoord2hvNV
(GLTextureUnit target, ConstPointer<Character> v) void
glMultiTexCoord2i
(GLTextureUnit target, int s, int t) void
glMultiTexCoord2iARB
(GLTextureUnit target, int s, int t) void
glMultiTexCoord2iv
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord2ivARB
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord2s
(GLTextureUnit target, short s, short t) void
glMultiTexCoord2sARB
(GLTextureUnit target, short s, short t) void
glMultiTexCoord2sv
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord2svARB
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord2xOES
(GLTextureUnit texture, int s, int t) void
glMultiTexCoord2xvOES
(GLTextureUnit texture, ConstPointer<Integer> coords) void
glMultiTexCoord3bOES
(GLTextureUnit texture, byte s, byte t, byte r) void
glMultiTexCoord3bvOES
(GLTextureUnit texture, ConstPointer<Byte> coords) void
glMultiTexCoord3d
(GLTextureUnit target, double s, double t, double r) void
glMultiTexCoord3dARB
(GLTextureUnit target, double s, double t, double r) void
glMultiTexCoord3dv
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord3dvARB
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord3f
(GLTextureUnit target, float s, float t, float r) void
glMultiTexCoord3fARB
(GLTextureUnit target, float s, float t, float r) void
glMultiTexCoord3fv
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord3fvARB
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord3hNV
(GLTextureUnit target, char s, char t, char r) void
glMultiTexCoord3hvNV
(GLTextureUnit target, ConstPointer<Character> v) void
glMultiTexCoord3i
(GLTextureUnit target, int s, int t, int r) void
glMultiTexCoord3iARB
(GLTextureUnit target, int s, int t, int r) void
glMultiTexCoord3iv
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord3ivARB
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord3s
(GLTextureUnit target, short s, short t, short r) void
glMultiTexCoord3sARB
(GLTextureUnit target, short s, short t, short r) void
glMultiTexCoord3sv
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord3svARB
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord3xOES
(GLTextureUnit texture, int s, int t, int r) void
glMultiTexCoord3xvOES
(GLTextureUnit texture, ConstPointer<Integer> coords) void
glMultiTexCoord4bOES
(GLTextureUnit texture, byte s, byte t, byte r, byte q) void
glMultiTexCoord4bvOES
(GLTextureUnit texture, ConstPointer<Byte> coords) void
glMultiTexCoord4d
(GLTextureUnit target, double s, double t, double r, double q) void
glMultiTexCoord4dARB
(GLTextureUnit target, double s, double t, double r, double q) void
glMultiTexCoord4dv
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord4dvARB
(GLTextureUnit target, ConstPointer<Double> v) void
glMultiTexCoord4f
(GLTextureUnit target, float s, float t, float r, float q) void
glMultiTexCoord4fARB
(GLTextureUnit target, float s, float t, float r, float q) void
glMultiTexCoord4fv
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord4fvARB
(GLTextureUnit target, ConstPointer<Float> v) void
glMultiTexCoord4hNV
(GLTextureUnit target, char s, char t, char r, char q) void
glMultiTexCoord4hvNV
(GLTextureUnit target, ConstPointer<Character> v) void
glMultiTexCoord4i
(GLTextureUnit target, int s, int t, int r, int q) void
glMultiTexCoord4iARB
(GLTextureUnit target, int s, int t, int r, int q) void
glMultiTexCoord4iv
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord4ivARB
(GLTextureUnit target, ConstPointer<Integer> v) void
glMultiTexCoord4s
(GLTextureUnit target, short s, short t, short r, short q) void
glMultiTexCoord4sARB
(GLTextureUnit target, short s, short t, short r, short q) void
glMultiTexCoord4sv
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord4svARB
(GLTextureUnit target, ConstPointer<Short> v) void
glMultiTexCoord4x
(GLTextureUnit texture, int s, int t, int r, int q) void
glMultiTexCoord4xOES
(GLTextureUnit texture, int s, int t, int r, int q) void
glMultiTexCoord4xvOES
(GLTextureUnit texture, ConstPointer<Integer> coords) void
glMultiTexCoordP1ui
(GLTextureUnit texture, GLTexCoordPointerType type, int coords) void
glMultiTexCoordP1uiv
(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glMultiTexCoordP2ui
(GLTextureUnit texture, GLTexCoordPointerType type, int coords) void
glMultiTexCoordP2uiv
(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glMultiTexCoordP3ui
(GLTextureUnit texture, GLTexCoordPointerType type, int coords) void
glMultiTexCoordP3uiv
(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glMultiTexCoordP4ui
(GLTextureUnit texture, GLTexCoordPointerType type, int coords) void
glMultiTexCoordP4uiv
(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glMultiTexCoordPointerEXT
(GLTextureUnit texunit, int size, GLTexCoordPointerType type, int stride, ConstPointer<Void> pointer) void
glMultiTexEnvfEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, float param) void
glMultiTexEnvfvEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Float> params) void
glMultiTexEnviEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, int param) void
glMultiTexEnvivEXT
(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) void
glMultiTexGendEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, double param) void
glMultiTexGendvEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Double> params) void
glMultiTexGenfEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, float param) void
glMultiTexGenfvEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) void
glMultiTexGeniEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, int param) void
glMultiTexGenivEXT
(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) void
glMultiTexImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glMultiTexImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glMultiTexImage3DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glMultiTexParameterfEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, float param) void
glMultiTexParameterfvEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) void
glMultiTexParameteriEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, int param) void
glMultiTexParameterIivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glMultiTexParameterIuivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glMultiTexParameterivEXT
(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glMultiTexRenderbufferEXT
(GLTextureUnit texunit, GLTextureTarget target, int renderbuffer) void
glMultiTexSubImage1DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glMultiTexSubImage2DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glMultiTexSubImage3DEXT
(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
void
void
void
void
void
void
void
void
void
glNamedBufferAttachMemoryNV
(int buffer, int memory, long offset) void
glNamedBufferData
(int buffer, long size, ConstPointer<Void> data, GLVertexBufferObjectUsage usage) void
glNamedBufferDataEXT
(int buffer, long size, ConstPointer<Void> data, GLVertexBufferObjectUsage usage) void
glNamedBufferPageCommitmentARB
(int buffer, long offset, long size, boolean commit) void
glNamedBufferPageCommitmentEXT
(int buffer, long offset, long size, boolean commit) void
glNamedBufferPageCommitmentMemNV
(int buffer, long offset, long size, int memory, long memOffset, boolean commit) void
glNamedBufferStorage
(int buffer, long size, ConstPointer<Void> data, int flags) void
glNamedBufferStorageEXT
(int buffer, long size, ConstPointer<Void> data, int flags) void
glNamedBufferStorageExternalEXT
(int buffer, long offset, long size, int clientBuffer, int flags) void
glNamedBufferStorageMemEXT
(int buffer, long size, int memory, long offset) void
glNamedBufferSubData
(int buffer, long offset, long size, ConstPointer<Void> data) void
glNamedBufferSubDataEXT
(int buffer, long offset, long size, ConstPointer<Void> data) void
glNamedCopyBufferSubDataEXT
(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void
glNamedFramebufferDrawBuffer
(int framebuffer, GLColorBuffer buf) void
glNamedFramebufferDrawBuffers
(int framebuffer, int n, ConstPointer<GLColorBuffer> bufs) void
glNamedFramebufferParameteri
(int framebuffer, GLFramebufferParameterName pname, int param) void
glNamedFramebufferParameteriEXT
(int framebuffer, GLFramebufferParameterName pname, int param) void
glNamedFramebufferReadBuffer
(int framebuffer, GLColorBuffer src) void
glNamedFramebufferRenderbuffer
(int framebuffer, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) void
glNamedFramebufferRenderbufferEXT
(int framebuffer, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) void
glNamedFramebufferSampleLocationsfvARB
(int framebuffer, int start, int count, ConstPointer<Float> v) void
glNamedFramebufferSampleLocationsfvNV
(int framebuffer, int start, int count, ConstPointer<Float> v) void
glNamedFramebufferSamplePositionsfvAMD
(int framebuffer, int numsamples, int pixelindex, ConstPointer<Float> values) void
glNamedFramebufferTexture
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level) void
glNamedFramebufferTexture1DEXT
(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glNamedFramebufferTexture2DEXT
(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) void
glNamedFramebufferTexture3DEXT
(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) void
glNamedFramebufferTextureEXT
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level) void
glNamedFramebufferTextureFaceEXT
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) void
glNamedFramebufferTextureLayer
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int layer) void
glNamedFramebufferTextureLayerEXT
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int layer) void
glNamedFramebufferTextureMultiviewOVR
(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int baseViewIndex, int numViews) void
glNamedProgramLocalParameter4dEXT
(int program, GLProgramTarget target, int index, double x, double y, double z, double w) void
glNamedProgramLocalParameter4dvEXT
(int program, GLProgramTarget target, int index, ConstPointer<Double> params) void
glNamedProgramLocalParameter4fEXT
(int program, GLProgramTarget target, int index, float x, float y, float z, float w) void
glNamedProgramLocalParameter4fvEXT
(int program, GLProgramTarget target, int index, ConstPointer<Float> params) void
glNamedProgramLocalParameterI4iEXT
(int program, GLProgramTarget target, int index, int x, int y, int z, int w) void
glNamedProgramLocalParameterI4ivEXT
(int program, GLProgramTarget target, int index, ConstPointer<Integer> params) void
glNamedProgramLocalParameterI4uiEXT
(int program, GLProgramTarget target, int index, int x, int y, int z, int w) void
glNamedProgramLocalParameterI4uivEXT
(int program, GLProgramTarget target, int index, ConstPointer<Integer> params) void
glNamedProgramLocalParameters4fvEXT
(int program, GLProgramTarget target, int index, int count, ConstPointer<Float> params) void
glNamedProgramLocalParametersI4ivEXT
(int program, GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glNamedProgramLocalParametersI4uivEXT
(int program, GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glNamedProgramStringEXT
(int program, GLProgramTarget target, GLProgramFormat format, int len, ConstPointer<Void> string) void
glNamedRenderbufferStorage
(int renderbuffer, GLInternalFormat internalformat, int width, int height) void
glNamedRenderbufferStorageEXT
(int renderbuffer, GLInternalFormat internalformat, int width, int height) void
glNamedRenderbufferStorageMultisample
(int renderbuffer, int samples, GLInternalFormat internalformat, int width, int height) void
glNamedRenderbufferStorageMultisampleAdvancedAMD
(int renderbuffer, int samples, int storageSamples, GLInternalFormat internalformat, int width, int height) void
glNamedRenderbufferStorageMultisampleCoverageEXT
(int renderbuffer, int coverageSamples, int colorSamples, GLInternalFormat internalformat, int width, int height) void
glNamedRenderbufferStorageMultisampleEXT
(int renderbuffer, int samples, GLInternalFormat internalformat, int width, int height) void
glNamedStringARB
(GLEnum type, int namelen, ConstPointer<Byte> name, int stringlen, ConstPointer<Byte> string) void
glNewList
(int list, GLListMode mode) int
glNewObjectBufferATI
(int size, ConstPointer<Void> pointer, GLArrayObjectUsageATI usage) void
glNormal3b
(byte nx, byte ny, byte nz) void
void
glNormal3d
(double nx, double ny, double nz) void
void
glNormal3f
(float nx, float ny, float nz) void
void
glNormal3fVertex3fSUN
(float nx, float ny, float nz, float x, float y, float z) void
void
glNormal3hNV
(char nx, char ny, char nz) void
void
glNormal3i
(int nx, int ny, int nz) void
void
glNormal3s
(short nx, short ny, short nz) void
void
glNormal3x
(int nx, int ny, int nz) void
glNormal3xOES
(int nx, int ny, int nz) void
glNormal3xvOES
(ConstPointer<Integer> coords) void
glNormalFormatNV
(GLEnum type, int stride) void
glNormalP3ui
(GLNormalPointerType type, int coords) void
glNormalP3uiv
(GLNormalPointerType type, ConstPointer<Integer> coords) void
glNormalPointer
(GLNormalPointerType type, int stride, ConstPointer<Void> pointer) void
glNormalPointerEXT
(GLNormalPointerType type, int stride, int count, ConstPointer<Void> pointer) void
glNormalPointerListIBM
(GLNormalPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glNormalPointervINTEL
(GLNormalPointerType type, MutPointer<ConstPointer<Void>> pointer) void
glNormalStream3bATI
(GLVertexStreamATI stream, byte nx, byte ny, byte nz) void
glNormalStream3bvATI
(GLVertexStreamATI stream, ConstPointer<Byte> coords) void
glNormalStream3dATI
(GLVertexStreamATI stream, double nx, double ny, double nz) void
glNormalStream3dvATI
(GLVertexStreamATI stream, ConstPointer<Double> coords) void
glNormalStream3fATI
(GLVertexStreamATI stream, float nx, float ny, float nz) void
glNormalStream3fvATI
(GLVertexStreamATI stream, ConstPointer<Float> coords) void
glNormalStream3iATI
(GLVertexStreamATI stream, int nx, int ny, int nz) void
glNormalStream3ivATI
(GLVertexStreamATI stream, ConstPointer<Integer> coords) void
glNormalStream3sATI
(GLVertexStreamATI stream, short nx, short ny, short nz) void
glNormalStream3svATI
(GLVertexStreamATI stream, ConstPointer<Short> coords) void
glObjectLabel
(GLObjectIdentifier identifier, int name, int length, ConstPointer<Byte> label) void
glObjectLabelKHR
(GLObjectIdentifier identifier, int name, int length, ConstPointer<Byte> label) void
glObjectPtrLabel
(ConstPointer<Void> ptr, int length, ConstPointer<Byte> label) void
glObjectPtrLabelKHR
(ConstPointer<Void> ptr, int length, ConstPointer<Byte> label) glObjectPurgeableAPPLE
(GLEnum objectType, int name, GLEnum option) glObjectUnpurgeableAPPLE
(GLEnum objectType, int name, GLEnum option) void
glOrtho
(double left, double right, double bottom, double top, double zNear, double zFar) void
glOrthof
(float l, float r, float b, float t, float n, float f) void
glOrthofOES
(float l, float r, float b, float t, float n, float f) void
glOrthox
(int l, int r, int b, int t, int n, int f) void
glOrthoxOES
(int l, int r, int b, int t, int n, int f) void
glPassTexCoordATI
(int dst, int coord, GLSwizzleOpATI swizzle) void
glPassThrough
(float token) void
glPassThroughxOES
(int token) void
glPatchParameterfv
(GLPatchParameterName pname, ConstPointer<Float> values) void
glPatchParameteri
(GLPatchParameterName pname, int value) void
glPatchParameteriEXT
(GLPatchParameterName pname, int value) void
glPatchParameteriOES
(GLPatchParameterName pname, int value) void
glPathColorGenNV
(GLPathColor color, GLPathGenMode genMode, GLPathColorFormat colorFormat, ConstPointer<Float> coeffs) void
glPathCommandsNV
(int path, int numCommands, ConstPointer<Byte> commands, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) void
glPathCoordsNV
(int path, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) void
void
glPathDashArrayNV
(int path, int dashCount, ConstPointer<Float> dashArray) void
glPathFogGenNV
(GLPathGenMode genMode) glPathGlyphIndexArrayNV
(int firstPathName, GLEnum fontTarget, ConstPointer<Void> fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) glPathGlyphIndexRangeNV
(GLEnum fontTarget, ConstPointer<Void> fontName, int fontStyle, int pathParameterTemplate, float emScale, MutPointer<Integer> baseAndCount) void
glPathGlyphRangeNV
(int firstPathName, GLPathFontTarget fontTarget, ConstPointer<Void> fontName, int fontStyle, int firstGlyph, int numGlyphs, GLPathHandleMissingGlyphs handleMissingGlyphs, int pathParameterTemplate, float emScale) void
glPathGlyphsNV
(int firstPathName, GLPathFontTarget fontTarget, ConstPointer<Void> fontName, int fontStyle, int numGlyphs, GLPathElementType type, ConstPointer<Void> charcodes, GLPathHandleMissingGlyphs handleMissingGlyphs, int pathParameterTemplate, float emScale) glPathMemoryGlyphIndexArrayNV
(int firstPathName, GLEnum fontTarget, long fontSize, ConstPointer<Void> fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) void
glPathParameterfNV
(int path, GLPathParameter pname, float value) void
glPathParameterfvNV
(int path, GLPathParameter pname, ConstPointer<Float> value) void
glPathParameteriNV
(int path, GLPathParameter pname, int value) void
glPathParameterivNV
(int path, GLPathParameter pname, ConstPointer<Integer> value) void
glPathStencilDepthOffsetNV
(float factor, float units) void
glPathStencilFuncNV
(GLStencilFunction func, int ref, int mask) void
glPathStringNV
(int path, GLPathStringFormat format, int length, ConstPointer<Void> pathString) void
glPathSubCommandsNV
(int path, int commandStart, int commandsToDelete, int numCommands, ConstPointer<Byte> commands, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) void
glPathSubCoordsNV
(int path, int coordStart, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) void
glPathTexGenNV
(GLPathColor texCoordSet, GLPathGenMode genMode, int components, ConstPointer<Float> coeffs) void
void
void
glPixelDataRangeNV
(GLPixelDataRangeTargetNV target, int length, ConstPointer<Void> pointer) void
glPixelMapfv
(GLPixelMap map, int mapsize, ConstPointer<Float> values) void
glPixelMapuiv
(GLPixelMap map, int mapsize, ConstPointer<Integer> values) void
glPixelMapusv
(GLPixelMap map, int mapsize, ConstPointer<Character> values) void
glPixelMapx
(GLPixelMap map, int size, ConstPointer<Integer> values) void
glPixelStoref
(GLPixelStoreParameter pname, float param) void
glPixelStorei
(GLPixelStoreParameter pname, int param) void
glPixelStorex
(GLPixelStoreParameter pname, int param) void
glPixelTexGenParameterfSGIS
(GLPixelTexGenParameterNameSGIS pname, float param) void
glPixelTexGenParameterfvSGIS
(GLPixelTexGenParameterNameSGIS pname, ConstPointer<Float> params) void
glPixelTexGenParameteriSGIS
(GLPixelTexGenParameterNameSGIS pname, int param) void
void
void
glPixelTransferf
(GLPixelTransferParameter pname, float param) void
glPixelTransferi
(GLPixelTransferParameter pname, int param) void
glPixelTransferxOES
(GLPixelTransferParameter pname, int param) void
glPixelTransformParameterfEXT
(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, float param) void
glPixelTransformParameterfvEXT
(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, ConstPointer<Float> params) void
glPixelTransformParameteriEXT
(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, int param) void
glPixelTransformParameterivEXT
(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, ConstPointer<Integer> params) void
glPixelZoom
(float xfactor, float yfactor) void
glPixelZoomxOES
(int xfactor, int yfactor) void
glPNTrianglesfATI
(GLPNTrianglesPNameATI pname, float param) void
glPNTrianglesiATI
(GLPNTrianglesPNameATI pname, int param) boolean
glPointAlongPathNV
(int path, int startSegment, int numSegments, float distance, MutPointer<Float> x, MutPointer<Float> y, MutPointer<Float> tangentX, MutPointer<Float> tangentY) void
glPointParameterf
(GLPointParameterNameARB pname, float param) void
glPointParameterfARB
(GLPointParameterNameARB pname, float param) void
glPointParameterfEXT
(GLPointParameterNameARB pname, float param) void
glPointParameterfSGIS
(GLPointParameterNameARB pname, float param) void
glPointParameterfv
(GLPointParameterNameARB pname, ConstPointer<Float> params) void
glPointParameterfvARB
(GLPointParameterNameARB pname, ConstPointer<Float> params) void
glPointParameterfvEXT
(GLPointParameterNameARB pname, ConstPointer<Float> params) void
glPointParameterfvSGIS
(GLPointParameterNameARB pname, ConstPointer<Float> params) void
glPointParameteri
(GLPointParameterNameARB pname, int param) void
glPointParameteriNV
(GLPointParameterNameARB pname, int param) void
glPointParameteriv
(GLPointParameterNameARB pname, ConstPointer<Integer> params) void
glPointParameterivNV
(GLPointParameterNameARB pname, ConstPointer<Integer> params) void
glPointParameterx
(GLPointParameterNameARB pname, int param) void
glPointParameterxOES
(GLPointParameterNameARB pname, int param) void
glPointParameterxv
(GLPointParameterNameARB pname, ConstPointer<Integer> params) void
glPointParameterxvOES
(GLPointParameterNameARB pname, ConstPointer<Integer> params) void
glPointSize
(float size) void
glPointSizePointerOES
(GLEnum type, int stride, ConstPointer<Void> pointer) void
glPointSizex
(int size) void
glPointSizexOES
(int size) int
glPollAsyncSGIX
(MutPointer<Integer> markerp) int
glPollInstrumentsSGIX
(MutPointer<Integer> marker_p) void
glPolygonMode
(GLTriangleFace face, GLPolygonMode mode) void
glPolygonModeNV
(GLTriangleFace face, GLPolygonMode mode) void
glPolygonOffset
(float factor, float units) void
glPolygonOffsetClamp
(float factor, float units, float clamp) void
glPolygonOffsetClampEXT
(float factor, float units, float clamp) void
glPolygonOffsetEXT
(float factor, float bias) void
glPolygonOffsetx
(int factor, int units) void
glPolygonOffsetxOES
(int factor, int units) void
glPolygonStipple
(ConstPointer<Byte> mask) void
void
void
void
void
void
void
void
glPresentFrameDualFillNV
(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, GLEnum type, GLEnum target0, int fill0, GLEnum target1, int fill1, GLEnum target2, int fill2, GLEnum target3, int fill3) void
glPresentFrameKeyedNV
(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, GLEnum type, GLEnum target0, int fill0, int key0, GLEnum target1, int fill1, int key1) void
glPrimitiveBoundingBox
(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) void
glPrimitiveBoundingBoxARB
(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) void
glPrimitiveBoundingBoxEXT
(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) void
glPrimitiveBoundingBoxOES
(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) void
glPrimitiveRestartIndex
(int index) void
glPrimitiveRestartIndexNV
(int index) void
void
glPrioritizeTextures
(int n, ConstPointer<Integer> textures, ConstPointer<Float> priorities) void
glPrioritizeTexturesEXT
(int n, ConstPointer<Integer> textures, ConstPointer<Float> priorities) void
glPrioritizeTexturesxOES
(int n, ConstPointer<Integer> textures, ConstPointer<Integer> priorities) void
glProgramBinary
(int program, GLEnum binaryFormat, ConstPointer<Void> binary, int length) void
glProgramBinaryOES
(int program, GLEnum binaryFormat, ConstPointer<Void> binary, int length) void
glProgramBufferParametersfvNV
(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Float> params) void
glProgramBufferParametersIivNV
(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Integer> params) void
glProgramBufferParametersIuivNV
(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Integer> params) void
glProgramEnvParameter4dARB
(GLProgramTarget target, int index, double x, double y, double z, double w) void
glProgramEnvParameter4dvARB
(GLProgramTarget target, int index, ConstPointer<Double> params) void
glProgramEnvParameter4fARB
(GLProgramTarget target, int index, float x, float y, float z, float w) void
glProgramEnvParameter4fvARB
(GLProgramTarget target, int index, ConstPointer<Float> params) void
glProgramEnvParameterI4iNV
(GLProgramTarget target, int index, int x, int y, int z, int w) void
glProgramEnvParameterI4ivNV
(GLProgramTarget target, int index, ConstPointer<Integer> params) void
glProgramEnvParameterI4uiNV
(GLProgramTarget target, int index, int x, int y, int z, int w) void
glProgramEnvParameterI4uivNV
(GLProgramTarget target, int index, ConstPointer<Integer> params) void
glProgramEnvParameters4fvEXT
(GLProgramTarget target, int index, int count, ConstPointer<Float> params) void
glProgramEnvParametersI4ivNV
(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glProgramEnvParametersI4uivNV
(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glProgramLocalParameter4dARB
(GLProgramTarget target, int index, double x, double y, double z, double w) void
glProgramLocalParameter4dvARB
(GLProgramTarget target, int index, ConstPointer<Double> params) void
glProgramLocalParameter4fARB
(GLProgramTarget target, int index, float x, float y, float z, float w) void
glProgramLocalParameter4fvARB
(GLProgramTarget target, int index, ConstPointer<Float> params) void
glProgramLocalParameterI4iNV
(GLProgramTarget target, int index, int x, int y, int z, int w) void
glProgramLocalParameterI4ivNV
(GLProgramTarget target, int index, ConstPointer<Integer> params) void
glProgramLocalParameterI4uiNV
(GLProgramTarget target, int index, int x, int y, int z, int w) void
glProgramLocalParameterI4uivNV
(GLProgramTarget target, int index, ConstPointer<Integer> params) void
glProgramLocalParameters4fvEXT
(GLProgramTarget target, int index, int count, ConstPointer<Float> params) void
glProgramLocalParametersI4ivNV
(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glProgramLocalParametersI4uivNV
(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) void
glProgramNamedParameter4dNV
(int id, int len, ConstPointer<Byte> name, double x, double y, double z, double w) void
glProgramNamedParameter4dvNV
(int id, int len, ConstPointer<Byte> name, ConstPointer<Double> v) void
glProgramNamedParameter4fNV
(int id, int len, ConstPointer<Byte> name, float x, float y, float z, float w) void
glProgramNamedParameter4fvNV
(int id, int len, ConstPointer<Byte> name, ConstPointer<Float> v) void
glProgramParameter4dNV
(GLVertexAttribEnumNV target, int index, double x, double y, double z, double w) void
glProgramParameter4dvNV
(GLVertexAttribEnumNV target, int index, ConstPointer<Double> v) void
glProgramParameter4fNV
(GLVertexAttribEnumNV target, int index, float x, float y, float z, float w) void
glProgramParameter4fvNV
(GLVertexAttribEnumNV target, int index, ConstPointer<Float> v) void
glProgramParameteri
(int program, GLProgramParameterPName pname, int value) void
glProgramParameteriARB
(int program, GLProgramParameterPName pname, int value) void
glProgramParameteriEXT
(int program, GLProgramParameterPName pname, int value) void
glProgramParameters4dvNV
(GLVertexAttribEnumNV target, int index, int count, ConstPointer<Double> v) void
glProgramParameters4fvNV
(GLVertexAttribEnumNV target, int index, int count, ConstPointer<Float> v) void
glProgramPathFragmentInputGenNV
(int program, int location, GLEnum genMode, int components, ConstPointer<Float> coeffs) void
glProgramStringARB
(GLProgramTarget target, GLProgramFormat format, int len, ConstPointer<Void> string) void
glProgramSubroutineParametersuivNV
(GLEnum target, int count, ConstPointer<Integer> params) void
glProgramUniform1d
(int program, int location, double v0) void
glProgramUniform1dEXT
(int program, int location, double x) void
glProgramUniform1dv
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform1dvEXT
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform1f
(int program, int location, float v0) void
glProgramUniform1fEXT
(int program, int location, float v0) void
glProgramUniform1fv
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform1fvEXT
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform1i
(int program, int location, int v0) void
glProgramUniform1i64ARB
(int program, int location, long x) void
glProgramUniform1i64NV
(int program, int location, long x) void
glProgramUniform1i64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform1i64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform1iEXT
(int program, int location, int v0) void
glProgramUniform1iv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform1ivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform1ui
(int program, int location, int v0) void
glProgramUniform1ui64ARB
(int program, int location, long x) void
glProgramUniform1ui64NV
(int program, int location, long x) void
glProgramUniform1ui64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform1ui64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform1uiEXT
(int program, int location, int v0) void
glProgramUniform1uiv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform1uivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform2d
(int program, int location, double v0, double v1) void
glProgramUniform2dEXT
(int program, int location, double x, double y) void
glProgramUniform2dv
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform2dvEXT
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform2f
(int program, int location, float v0, float v1) void
glProgramUniform2fEXT
(int program, int location, float v0, float v1) void
glProgramUniform2fv
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform2fvEXT
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform2i
(int program, int location, int v0, int v1) void
glProgramUniform2i64ARB
(int program, int location, long x, long y) void
glProgramUniform2i64NV
(int program, int location, long x, long y) void
glProgramUniform2i64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform2i64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform2iEXT
(int program, int location, int v0, int v1) void
glProgramUniform2iv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform2ivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform2ui
(int program, int location, int v0, int v1) void
glProgramUniform2ui64ARB
(int program, int location, long x, long y) void
glProgramUniform2ui64NV
(int program, int location, long x, long y) void
glProgramUniform2ui64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform2ui64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform2uiEXT
(int program, int location, int v0, int v1) void
glProgramUniform2uiv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform2uivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform3d
(int program, int location, double v0, double v1, double v2) void
glProgramUniform3dEXT
(int program, int location, double x, double y, double z) void
glProgramUniform3dv
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform3dvEXT
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform3f
(int program, int location, float v0, float v1, float v2) void
glProgramUniform3fEXT
(int program, int location, float v0, float v1, float v2) void
glProgramUniform3fv
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform3fvEXT
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform3i
(int program, int location, int v0, int v1, int v2) void
glProgramUniform3i64ARB
(int program, int location, long x, long y, long z) void
glProgramUniform3i64NV
(int program, int location, long x, long y, long z) void
glProgramUniform3i64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform3i64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform3iEXT
(int program, int location, int v0, int v1, int v2) void
glProgramUniform3iv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform3ivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform3ui
(int program, int location, int v0, int v1, int v2) void
glProgramUniform3ui64ARB
(int program, int location, long x, long y, long z) void
glProgramUniform3ui64NV
(int program, int location, long x, long y, long z) void
glProgramUniform3ui64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform3ui64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform3uiEXT
(int program, int location, int v0, int v1, int v2) void
glProgramUniform3uiv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform3uivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform4d
(int program, int location, double v0, double v1, double v2, double v3) void
glProgramUniform4dEXT
(int program, int location, double x, double y, double z, double w) void
glProgramUniform4dv
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform4dvEXT
(int program, int location, int count, ConstPointer<Double> value) void
glProgramUniform4f
(int program, int location, float v0, float v1, float v2, float v3) void
glProgramUniform4fEXT
(int program, int location, float v0, float v1, float v2, float v3) void
glProgramUniform4fv
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform4fvEXT
(int program, int location, int count, ConstPointer<Float> value) void
glProgramUniform4i
(int program, int location, int v0, int v1, int v2, int v3) void
glProgramUniform4i64ARB
(int program, int location, long x, long y, long z, long w) void
glProgramUniform4i64NV
(int program, int location, long x, long y, long z, long w) void
glProgramUniform4i64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform4i64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform4iEXT
(int program, int location, int v0, int v1, int v2, int v3) void
glProgramUniform4iv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform4ivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform4ui
(int program, int location, int v0, int v1, int v2, int v3) void
glProgramUniform4ui64ARB
(int program, int location, long x, long y, long z, long w) void
glProgramUniform4ui64NV
(int program, int location, long x, long y, long z, long w) void
glProgramUniform4ui64vARB
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform4ui64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramUniform4uiEXT
(int program, int location, int v0, int v1, int v2, int v3) void
glProgramUniform4uiv
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniform4uivEXT
(int program, int location, int count, ConstPointer<Integer> value) void
glProgramUniformHandleui64ARB
(int program, int location, long value) void
glProgramUniformHandleui64IMG
(int program, int location, long value) void
glProgramUniformHandleui64NV
(int program, int location, long value) void
glProgramUniformHandleui64vARB
(int program, int location, int count, ConstPointer<Long> values) void
glProgramUniformHandleui64vIMG
(int program, int location, int count, ConstPointer<Long> values) void
glProgramUniformHandleui64vNV
(int program, int location, int count, ConstPointer<Long> values) void
glProgramUniformMatrix2dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix2fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix2x3dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2x3dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2x3fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix2x3fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix2x4dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2x4dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix2x4fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix2x4fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3x2dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3x2dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3x2fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3x2fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3x4dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3x4dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix3x4fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix3x4fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4x2dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4x2dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4x2fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4x2fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4x3dv
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4x3dvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Double> value) void
glProgramUniformMatrix4x3fv
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformMatrix4x3fvEXT
(int program, int location, int count, boolean transpose, ConstPointer<Float> value) void
glProgramUniformui64NV
(int program, int location, long value) void
glProgramUniformui64vNV
(int program, int location, int count, ConstPointer<Long> value) void
glProgramVertexLimitNV
(GLProgramTarget target, int limit) void
void
void
glPushAttrib
(int mask) void
glPushClientAttrib
(int mask) void
glPushClientAttribDefaultEXT
(int mask) void
glPushDebugGroup
(GLDebugSource source, int id, int length, ConstPointer<Byte> message) void
glPushDebugGroupKHR
(GLDebugSource source, int id, int length, ConstPointer<Byte> message) void
glPushGroupMarkerEXT
(int length, ConstPointer<Byte> marker) void
void
glPushName
(int name) void
glQueryCounter
(int id, GLQueryCounterTarget target) void
glQueryCounterEXT
(int id, GLQueryCounterTarget target) int
glQueryMatrixxOES
(MutPointer<Integer> mantissa, MutPointer<Integer> exponent) void
glQueryObjectParameteruiAMD
(GLQueryTarget target, int id, GLEnum pname, int param) int
glQueryResourceNV
(GLEnum queryType, int tagId, int count, MutPointer<Integer> buffer) void
glQueryResourceTagNV
(int tagId, ConstPointer<Byte> tagString) void
glRasterPos2d
(double x, double y) void
void
glRasterPos2f
(float x, float y) void
void
glRasterPos2i
(int x, int y) void
void
glRasterPos2s
(short x, short y) void
void
glRasterPos2xOES
(int x, int y) void
glRasterPos2xvOES
(ConstPointer<Integer> coords) void
glRasterPos3d
(double x, double y, double z) void
void
glRasterPos3f
(float x, float y, float z) void
void
glRasterPos3i
(int x, int y, int z) void
void
glRasterPos3s
(short x, short y, short z) void
void
glRasterPos3xOES
(int x, int y, int z) void
glRasterPos3xvOES
(ConstPointer<Integer> coords) void
glRasterPos4d
(double x, double y, double z, double w) void
void
glRasterPos4f
(float x, float y, float z, float w) void
void
glRasterPos4i
(int x, int y, int z, int w) void
void
glRasterPos4s
(short x, short y, short z, short w) void
void
glRasterPos4xOES
(int x, int y, int z, int w) void
glRasterPos4xvOES
(ConstPointer<Integer> coords) void
glRasterSamplesEXT
(int samples, boolean fixedsamplelocations) void
void
glReadBufferIndexedEXT
(GLReadBufferMode src, int index) void
glReadBufferNV
(GLEnum mode) void
glReadInstrumentsSGIX
(int marker) void
glReadnPixels
(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) void
glReadnPixelsARB
(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) void
glReadnPixelsEXT
(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) void
glReadnPixelsKHR
(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) void
glReadPixels
(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) void
glRectd
(double x1, double y1, double x2, double y2) void
glRectdv
(ConstPointer<Double> v1, ConstPointer<Double> v2) void
glRectf
(float x1, float y1, float x2, float y2) void
glRectfv
(ConstPointer<Float> v1, ConstPointer<Float> v2) void
glRecti
(int x1, int y1, int x2, int y2) void
glRectiv
(ConstPointer<Integer> v1, ConstPointer<Integer> v2) void
glRects
(short x1, short y1, short x2, short y2) void
glRectsv
(ConstPointer<Short> v1, ConstPointer<Short> v2) void
glRectxOES
(int x1, int y1, int x2, int y2) void
glRectxvOES
(ConstPointer<Integer> v1, ConstPointer<Integer> v2) void
glReferencePlaneSGIX
(ConstPointer<Double> equation) boolean
glReleaseKeyedMutexWin32EXT
(int memory, long key) void
void
glRenderbufferStorage
(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageEXT
(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisample
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleAdvancedAMD
(GLRenderbufferTarget target, int samples, int storageSamples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleANGLE
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleAPPLE
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleCoverageNV
(GLRenderbufferTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleEXT
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleIMG
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageMultisampleNV
(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) void
glRenderbufferStorageOES
(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) void
glRenderGpuMaskNV
(int mask) int
glRenderMode
(GLRenderingMode mode) void
glReplacementCodePointerSUN
(GLReplacementCodeTypeSUN type, int stride, MutPointer<ConstPointer<Void>> pointer) void
glReplacementCodeubSUN
(byte code) void
void
glReplacementCodeuiColor3fVertex3fSUN
(int rc, float r, float g, float b, float x, float y, float z) void
glReplacementCodeuiColor3fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> c, ConstPointer<Float> v) void
glReplacementCodeuiColor4fNormal3fVertex3fSUN
(int rc, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) void
glReplacementCodeuiColor4fNormal3fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) void
glReplacementCodeuiColor4ubVertex3fSUN
(int rc, byte r, byte g, byte b, byte a, float x, float y, float z) void
glReplacementCodeuiColor4ubVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Byte> c, ConstPointer<Float> v) void
glReplacementCodeuiNormal3fVertex3fSUN
(int rc, float nx, float ny, float nz, float x, float y, float z) void
glReplacementCodeuiNormal3fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> n, ConstPointer<Float> v) void
glReplacementCodeuiSUN
(int code) void
glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN
(int rc, float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) void
glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) void
glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN
(int rc, float s, float t, float nx, float ny, float nz, float x, float y, float z) void
glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> n, ConstPointer<Float> v) void
glReplacementCodeuiTexCoord2fVertex3fSUN
(int rc, float s, float t, float x, float y, float z) void
glReplacementCodeuiTexCoord2fVertex3fvSUN
(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> v) void
glReplacementCodeuiVertex3fSUN
(int rc, float x, float y, float z) void
void
void
glReplacementCodeusSUN
(char code) void
void
glRequestResidentProgramsNV
(int n, ConstPointer<Integer> programs) void
glResetHistogram
(GLHistogramTargetEXT target) void
void
glResetMemoryObjectParameterNV
(int memory, GLEnum pname) void
glResetMinmax
(GLMinmaxTargetEXT target) void
glResetMinmaxEXT
(GLMinmaxTargetEXT target) void
void
void
void
void
void
glRotated
(double angle, double x, double y, double z) void
glRotatef
(float angle, float x, float y, float z) void
glRotatex
(int angle, int x, int y, int z) void
glRotatexOES
(int angle, int x, int y, int z) void
glSampleCoverage
(float value, boolean invert) void
glSampleCoverageARB
(float value, boolean invert) void
glSampleCoveragex
(int value, boolean invert) void
glSampleCoveragexOES
(int value, boolean invert) void
glSampleMapATI
(int dst, int interp, GLSwizzleOpATI swizzle) void
glSampleMaskEXT
(float value, boolean invert) void
glSampleMaski
(int maskNumber, int mask) void
glSampleMaskIndexedNV
(int index, int mask) void
glSampleMaskSGIS
(float value, boolean invert) void
glSamplePatternEXT
(GLSamplePatternEXT pattern) void
glSamplePatternSGIS
(GLSamplePatternSGIS pattern) void
glSamplerParameterf
(int sampler, GLSamplerParameterF pname, float param) void
glSamplerParameterfv
(int sampler, GLSamplerParameterF pname, ConstPointer<Float> param) void
glSamplerParameteri
(int sampler, GLSamplerParameterI pname, int param) void
glSamplerParameterIiv
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameterIivEXT
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameterIivOES
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameterIuiv
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameterIuivEXT
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameterIuivOES
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glSamplerParameteriv
(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) void
glScaled
(double x, double y, double z) void
glScalef
(float x, float y, float z) void
glScalex
(int x, int y, int z) void
glScalexOES
(int x, int y, int z) void
glScissor
(int x, int y, int width, int height) void
glScissorArrayv
(int first, int count, ConstPointer<Integer> v) void
glScissorArrayvNV
(int first, int count, ConstPointer<Integer> v) void
glScissorArrayvOES
(int first, int count, ConstPointer<Integer> v) void
glScissorExclusiveArrayvNV
(int first, int count, ConstPointer<Integer> v) void
glScissorExclusiveNV
(int x, int y, int width, int height) void
glScissorIndexed
(int index, int left, int bottom, int width, int height) void
glScissorIndexedNV
(int index, int left, int bottom, int width, int height) void
glScissorIndexedOES
(int index, int left, int bottom, int width, int height) void
glScissorIndexedv
(int index, ConstPointer<Integer> v) void
glScissorIndexedvNV
(int index, ConstPointer<Integer> v) void
glScissorIndexedvOES
(int index, ConstPointer<Integer> v) void
glSecondaryColor3b
(byte red, byte green, byte blue) void
glSecondaryColor3bEXT
(byte red, byte green, byte blue) void
void
void
glSecondaryColor3d
(double red, double green, double blue) void
glSecondaryColor3dEXT
(double red, double green, double blue) void
void
void
glSecondaryColor3f
(float red, float green, float blue) void
glSecondaryColor3fEXT
(float red, float green, float blue) void
void
void
glSecondaryColor3hNV
(char red, char green, char blue) void
void
glSecondaryColor3i
(int red, int green, int blue) void
glSecondaryColor3iEXT
(int red, int green, int blue) void
void
void
glSecondaryColor3s
(short red, short green, short blue) void
glSecondaryColor3sEXT
(short red, short green, short blue) void
void
void
glSecondaryColor3ub
(byte red, byte green, byte blue) void
glSecondaryColor3ubEXT
(byte red, byte green, byte blue) void
void
void
glSecondaryColor3ui
(int red, int green, int blue) void
glSecondaryColor3uiEXT
(int red, int green, int blue) void
void
void
glSecondaryColor3us
(char red, char green, char blue) void
glSecondaryColor3usEXT
(char red, char green, char blue) void
void
void
glSecondaryColorFormatNV
(int size, GLColorPointerType type, int stride) void
glSecondaryColorP3ui
(GLColorPointerType type, int color) void
glSecondaryColorP3uiv
(GLColorPointerType type, ConstPointer<Integer> color) void
glSecondaryColorPointer
(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) void
glSecondaryColorPointerEXT
(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) void
glSecondaryColorPointerListIBM
(int size, GLSecondaryColorPointerTypeIBM type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glSelectBuffer
(int size, MutPointer<Integer> buffer) void
glSelectPerfMonitorCountersAMD
(int monitor, boolean enable, int group, int numCounters, MutPointer<Integer> counterList) void
glSemaphoreParameterivNV
(int semaphore, GLSemaphoreParameterName pname, ConstPointer<Integer> params) void
glSemaphoreParameterui64vEXT
(int semaphore, GLSemaphoreParameterName pname, ConstPointer<Long> params) void
glSeparableFilter2D
(GLSeparableTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> row, ConstPointer<Void> column) void
glSeparableFilter2DEXT
(GLSeparableTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> row, ConstPointer<Void> column) void
glSetFenceAPPLE
(int fence) void
glSetFenceNV
(int fence, GLFenceConditionNV condition) void
glSetFragmentShaderConstantATI
(int dst, ConstPointer<Float> value) void
glSetInvariantEXT
(int id, GLScalarType type, ConstPointer<Void> addr) void
glSetLocalConstantEXT
(int id, GLScalarType type, ConstPointer<Void> addr) void
glSetMultisamplefvAMD
(GLEnum pname, int index, ConstPointer<Float> val) void
glShadeModel
(GLShadingModel mode) void
glShaderBinary
(int count, ConstPointer<Integer> shaders, GLShaderBinaryFormat binaryFormat, ConstPointer<Void> binary, int length) void
glShaderOp1EXT
(GLVertexShaderOpEXT op, int res, int arg1) void
glShaderOp2EXT
(GLVertexShaderOpEXT op, int res, int arg1, int arg2) void
glShaderOp3EXT
(GLVertexShaderOpEXT op, int res, int arg1, int arg2, int arg3) void
glShaderSource
(int shader, int count, ConstPointer<ConstPointer<Byte>> string, ConstPointer<Integer> length) void
glShaderSourceARB
(int shaderObj, int count, MutPointer<ConstPointer<Byte>> string, ConstPointer<Integer> length) void
glShaderStorageBlockBinding
(int program, int storageBlockIndex, int storageBlockBinding) void
glShadingRateCombinerOpsEXT
(GLShadingRateCombinerOp combinerOp0, GLShadingRateCombinerOp combinerOp1) void
void
glShadingRateImageBarrierNV
(boolean synchronize) void
glShadingRateImagePaletteNV
(int viewport, int first, int count, ConstPointer<GLEnum> rates) void
void
glShadingRateSampleOrderCustomNV
(GLEnum rate, int samples, ConstPointer<Integer> locations) void
glShadingRateSampleOrderNV
(GLEnum order) void
glSharpenTexFuncSGIS
(GLTextureTarget target, int n, ConstPointer<Float> points) void
glSignalSemaphoreEXT
(int semaphore, int numBufferBarriers, ConstPointer<Integer> buffers, int numTextureBarriers, ConstPointer<Integer> textures, ConstPointer<GLTextureLayout> dstLayouts) void
glSignalSemaphoreui64NVX
(int signalGpu, int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) void
glSignalVkFenceNV
(long vkFence) void
glSignalVkSemaphoreNV
(long vkSemaphore) void
glSpecializeShader
(int shader, ConstPointer<Byte> pEntryPoint, int numSpecializationConstants, ConstPointer<Integer> pConstantIndex, ConstPointer<Integer> pConstantValue) void
glSpecializeShaderARB
(int shader, ConstPointer<Byte> pEntryPoint, int numSpecializationConstants, ConstPointer<Integer> pConstantIndex, ConstPointer<Integer> pConstantValue) void
glSpriteParameterfSGIX
(GLSpriteParameterNameSGIX pname, float param) void
glSpriteParameterfvSGIX
(GLSpriteParameterNameSGIX pname, ConstPointer<Float> params) void
glSpriteParameteriSGIX
(GLSpriteParameterNameSGIX pname, GLSpriteModeSGIX param) void
glSpriteParameterivSGIX
(GLSpriteParameterNameSGIX pname, ConstPointer<GLSpriteModeSGIX> params) void
void
glStartTilingQCOM
(int x, int y, int width, int height, int preserveMask) void
glStateCaptureNV
(int state, GLEnum mode) void
glStencilClearTagEXT
(int stencilTagBits, int stencilClearTag) void
glStencilFillPathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLPathFillMode fillMode, int mask, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glStencilFillPathNV
(int path, GLPathFillMode fillMode, int mask) void
glStencilFunc
(GLStencilFunction func, int ref, int mask) void
glStencilFuncSeparate
(GLTriangleFace face, GLStencilFunction func, int ref, int mask) void
glStencilFuncSeparateATI
(GLStencilFunction frontfunc, GLStencilFunction backfunc, int ref, int mask) void
glStencilMask
(int mask) void
glStencilMaskSeparate
(GLTriangleFace face, int mask) void
glStencilOp
(GLStencilOp fail, GLStencilOp zfail, GLStencilOp zpass) void
glStencilOpSeparate
(GLTriangleFace face, GLStencilOp sfail, GLStencilOp dpfail, GLStencilOp dppass) void
glStencilOpSeparateATI
(GLTriangleFace face, GLStencilOp sfail, GLStencilOp dpfail, GLStencilOp dppass) void
glStencilOpValueAMD
(GLTriangleFace face, int value) void
glStencilStrokePathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int reference, int mask, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glStencilStrokePathNV
(int path, int reference, int mask) void
glStencilThenCoverFillPathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLPathFillMode fillMode, int mask, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glStencilThenCoverFillPathNV
(int path, GLPathFillMode fillMode, int mask, GLPathCoverMode coverMode) void
glStencilThenCoverStrokePathInstancedNV
(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int reference, int mask, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glStencilThenCoverStrokePathNV
(int path, int reference, int mask, GLPathCoverMode coverMode) void
glStopInstrumentsSGIX
(int marker) void
glStringMarkerGREMEDY
(int len, ConstPointer<Void> string) void
glSubpixelPrecisionBiasNV
(int xbits, int ybits) void
glSwizzleEXT
(int res, int in, GLVertexShaderCoordOutEXT outX, GLVertexShaderCoordOutEXT outY, GLVertexShaderCoordOutEXT outZ, GLVertexShaderCoordOutEXT outW) void
glSyncTextureINTEL
(int texture) void
void
glTangent3bEXT
(byte tx, byte ty, byte tz) void
void
glTangent3dEXT
(double tx, double ty, double tz) void
void
glTangent3fEXT
(float tx, float ty, float tz) void
void
glTangent3iEXT
(int tx, int ty, int tz) void
void
glTangent3sEXT
(short tx, short ty, short tz) void
void
glTangentPointerEXT
(GLTangentPointerTypeEXT type, int stride, ConstPointer<Void> pointer) void
glTbufferMask3DFX
(int mask) void
glTessellationFactorAMD
(float factor) void
glTessellationModeAMD
(GLEnum mode) boolean
glTestFenceAPPLE
(int fence) boolean
glTestFenceNV
(int fence) boolean
glTestObjectAPPLE
(GLObjectTypeAPPLE object, int name) void
glTexAttachMemoryNV
(GLTextureTarget target, int memory, long offset) void
glTexBuffer
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) void
glTexBufferARB
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) void
glTexBufferEXT
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) void
glTexBufferOES
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) void
glTexBufferRange
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) void
glTexBufferRangeEXT
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) void
glTexBufferRangeOES
(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) void
glTexBumpParameterfvATI
(GLTexBumpParameterATI pname, ConstPointer<Float> param) void
glTexBumpParameterivATI
(GLTexBumpParameterATI pname, ConstPointer<Integer> param) void
glTexCoord1bOES
(byte s) void
glTexCoord1bvOES
(ConstPointer<Byte> coords) void
glTexCoord1d
(double s) void
void
glTexCoord1f
(float s) void
void
glTexCoord1hNV
(char s) void
void
glTexCoord1i
(int s) void
void
glTexCoord1s
(short s) void
void
glTexCoord1xOES
(int s) void
glTexCoord1xvOES
(ConstPointer<Integer> coords) void
glTexCoord2bOES
(byte s, byte t) void
glTexCoord2bvOES
(ConstPointer<Byte> coords) void
glTexCoord2d
(double s, double t) void
void
glTexCoord2f
(float s, float t) void
glTexCoord2fColor3fVertex3fSUN
(float s, float t, float r, float g, float b, float x, float y, float z) void
glTexCoord2fColor3fVertex3fvSUN
(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> v) void
glTexCoord2fColor4fNormal3fVertex3fSUN
(float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) void
glTexCoord2fColor4fNormal3fVertex3fvSUN
(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) void
glTexCoord2fColor4ubVertex3fSUN
(float s, float t, byte r, byte g, byte b, byte a, float x, float y, float z) void
glTexCoord2fColor4ubVertex3fvSUN
(ConstPointer<Float> tc, ConstPointer<Byte> c, ConstPointer<Float> v) void
glTexCoord2fNormal3fVertex3fSUN
(float s, float t, float nx, float ny, float nz, float x, float y, float z) void
glTexCoord2fNormal3fVertex3fvSUN
(ConstPointer<Float> tc, ConstPointer<Float> n, ConstPointer<Float> v) void
void
glTexCoord2fVertex3fSUN
(float s, float t, float x, float y, float z) void
void
glTexCoord2hNV
(char s, char t) void
void
glTexCoord2i
(int s, int t) void
void
glTexCoord2s
(short s, short t) void
void
glTexCoord2xOES
(int s, int t) void
glTexCoord2xvOES
(ConstPointer<Integer> coords) void
glTexCoord3bOES
(byte s, byte t, byte r) void
glTexCoord3bvOES
(ConstPointer<Byte> coords) void
glTexCoord3d
(double s, double t, double r) void
void
glTexCoord3f
(float s, float t, float r) void
void
glTexCoord3hNV
(char s, char t, char r) void
void
glTexCoord3i
(int s, int t, int r) void
void
glTexCoord3s
(short s, short t, short r) void
void
glTexCoord3xOES
(int s, int t, int r) void
glTexCoord3xvOES
(ConstPointer<Integer> coords) void
glTexCoord4bOES
(byte s, byte t, byte r, byte q) void
glTexCoord4bvOES
(ConstPointer<Byte> coords) void
glTexCoord4d
(double s, double t, double r, double q) void
void
glTexCoord4f
(float s, float t, float r, float q) void
glTexCoord4fColor4fNormal3fVertex4fSUN
(float s, float t, float p, float q, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z, float w) void
glTexCoord4fColor4fNormal3fVertex4fvSUN
(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) void
void
glTexCoord4fVertex4fSUN
(float s, float t, float p, float q, float x, float y, float z, float w) void
void
glTexCoord4hNV
(char s, char t, char r, char q) void
void
glTexCoord4i
(int s, int t, int r, int q) void
void
glTexCoord4s
(short s, short t, short r, short q) void
void
glTexCoord4xOES
(int s, int t, int r, int q) void
glTexCoord4xvOES
(ConstPointer<Integer> coords) void
glTexCoordFormatNV
(int size, GLEnum type, int stride) void
glTexCoordP1ui
(GLTexCoordPointerType type, int coords) void
glTexCoordP1uiv
(GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glTexCoordP2ui
(GLTexCoordPointerType type, int coords) void
glTexCoordP2uiv
(GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glTexCoordP3ui
(GLTexCoordPointerType type, int coords) void
glTexCoordP3uiv
(GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glTexCoordP4ui
(GLTexCoordPointerType type, int coords) void
glTexCoordP4uiv
(GLTexCoordPointerType type, ConstPointer<Integer> coords) void
glTexCoordPointer
(int size, GLTexCoordPointerType type, int stride, ConstPointer<Void> pointer) void
glTexCoordPointerEXT
(int size, GLTexCoordPointerType type, int stride, int count, ConstPointer<Void> pointer) void
glTexCoordPointerListIBM
(int size, GLTexCoordPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glTexCoordPointervINTEL
(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) void
glTexEnvf
(GLTextureEnvTarget target, GLTextureEnvParameter pname, float param) void
glTexEnvfv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Float> params) void
glTexEnvi
(GLTextureEnvTarget target, GLTextureEnvParameter pname, int param) void
glTexEnviv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) void
glTexEnvx
(GLTextureEnvTarget target, GLTextureEnvParameter pname, int param) void
glTexEnvxOES
(GLTextureEnvTarget target, GLTextureEnvParameter pname, int param) void
glTexEnvxv
(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) void
glTexEnvxvOES
(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) void
glTexEstimateMotionQCOM
(int ref, int target, int output) void
glTexEstimateMotionRegionsQCOM
(int ref, int target, int output, int mask) void
glTexFilterFuncSGIS
(GLTextureTarget target, GLTextureFilterSGIS filter, int n, ConstPointer<Float> weights) void
glTexGend
(GLTextureCoordName coord, GLTextureGenParameter pname, double param) void
glTexGendv
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Double> params) void
glTexGenf
(GLTextureCoordName coord, GLTextureGenParameter pname, float param) void
glTexGenfOES
(GLTextureCoordName coord, GLTextureGenParameter pname, float param) void
glTexGenfv
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) void
glTexGenfvOES
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) void
glTexGeni
(GLTextureCoordName coord, GLTextureGenParameter pname, int param) void
glTexGeniOES
(GLTextureCoordName coord, GLTextureGenParameter pname, int param) void
glTexGeniv
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) void
glTexGenivOES
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) void
glTexGenxOES
(GLTextureCoordName coord, GLTextureGenParameter pname, int param) void
glTexGenxvOES
(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) void
glTexImage1D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexImage2D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexImage2DMultisample
(GLTextureTarget target, int samples, GLInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) void
glTexImage2DMultisampleCoverageNV
(GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) void
glTexImage3D
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexImage3DEXT
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexImage3DMultisample
(GLTextureTarget target, int samples, GLInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) void
glTexImage3DMultisampleCoverageNV
(GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) void
glTexImage3DOES
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexImage4DSGIS
(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int size4d, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexPageCommitmentARB
(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) void
glTexPageCommitmentEXT
(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) void
glTexPageCommitmentMemNV
(GLTextureTarget target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit) void
glTexParameterf
(GLTextureTarget target, GLTextureParameterName pname, float param) void
glTexParameterfv
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) void
glTexParameteri
(GLTextureTarget target, GLTextureParameterName pname, int param) void
glTexParameterIiv
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterIivEXT
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterIivOES
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterIuiv
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterIuivEXT
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterIuivOES
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameteriv
(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTexParameterx
(GLTextureTarget target, GLGetTextureParameter pname, int param) void
glTexParameterxOES
(GLTextureTarget target, GLGetTextureParameter pname, int param) void
glTexParameterxv
(GLTextureTarget target, GLGetTextureParameter pname, ConstPointer<Integer> params) void
glTexParameterxvOES
(GLTextureTarget target, GLGetTextureParameter pname, ConstPointer<Integer> params) void
glTexRenderbufferNV
(GLTextureTarget target, int renderbuffer) void
glTexStorage1D
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width) void
glTexStorage1DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width) void
glTexStorage2D
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height) void
glTexStorage2DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height) void
glTexStorage2DMultisample
(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) void
glTexStorage3D
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) void
glTexStorage3DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) void
glTexStorage3DMultisample
(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) void
glTexStorage3DMultisampleOES
(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) void
glTexStorageAttribs2DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, ConstPointer<GLTexStorageAttribs> attrib_list) void
glTexStorageAttribs3DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth, ConstPointer<GLTexStorageAttribs> attrib_list) void
glTexStorageMem1DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int memory, long offset) void
glTexStorageMem2DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int height, int memory, long offset) void
glTexStorageMem2DMultisampleEXT
(GLTextureTarget target, int samples, GLSizedInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset) void
glTexStorageMem3DEXT
(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int height, int depth, int memory, long offset) void
glTexStorageMem3DMultisampleEXT
(GLTextureTarget target, int samples, GLSizedInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset) void
glTexStorageSparseAMD
(GLTextureTarget target, GLSizedInternalFormat internalFormat, int width, int height, int depth, int layers, int flags) void
glTexSubImage1D
(GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage1DEXT
(GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage2D
(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage2DEXT
(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage3D
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage3DEXT
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage3DOES
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTexSubImage4DSGIS
(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureAttachMemoryNV
(int texture, int memory, long offset) void
void
void
glTextureBuffer
(int texture, GLSizedInternalFormat internalformat, int buffer) void
glTextureBufferEXT
(int texture, GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) void
glTextureBufferRange
(int texture, GLSizedInternalFormat internalformat, int buffer, long offset, long size) void
glTextureBufferRangeEXT
(int texture, GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) void
glTextureColorMaskSGIS
(boolean red, boolean green, boolean blue, boolean alpha) void
glTextureFoveationParametersQCOM
(int texture, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) void
glTextureImage1DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureImage2DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureImage2DMultisampleCoverageNV
(int texture, GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) void
glTextureImage2DMultisampleNV
(int texture, GLTextureTarget target, int samples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) void
glTextureImage3DEXT
(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureImage3DMultisampleCoverageNV
(int texture, GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) void
glTextureImage3DMultisampleNV
(int texture, GLTextureTarget target, int samples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) void
void
glTextureMaterialEXT
(GLTriangleFace face, GLMaterialParameter mode) void
void
glTexturePageCommitmentEXT
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) void
glTexturePageCommitmentMemNV
(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit) void
glTextureParameterf
(int texture, GLTextureParameterName pname, float param) void
glTextureParameterfEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, float param) void
glTextureParameterfv
(int texture, GLTextureParameterName pname, ConstPointer<Float> param) void
glTextureParameterfvEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) void
glTextureParameteri
(int texture, GLTextureParameterName pname, int param) void
glTextureParameteriEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, int param) void
glTextureParameterIiv
(int texture, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTextureParameterIivEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTextureParameterIuiv
(int texture, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTextureParameterIuivEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTextureParameteriv
(int texture, GLTextureParameterName pname, ConstPointer<Integer> param) void
glTextureParameterivEXT
(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) void
glTextureRangeAPPLE
(GLEnum target, int length, ConstPointer<Void> pointer) void
glTextureRenderbufferEXT
(int texture, GLTextureTarget target, int renderbuffer) void
glTextureStorage1D
(int texture, int levels, GLSizedInternalFormat internalformat, int width) void
glTextureStorage1DEXT
(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width) void
glTextureStorage2D
(int texture, int levels, GLSizedInternalFormat internalformat, int width, int height) void
glTextureStorage2DEXT
(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width, int height) void
glTextureStorage2DMultisample
(int texture, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) void
glTextureStorage2DMultisampleEXT
(int texture, GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) void
glTextureStorage3D
(int texture, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) void
glTextureStorage3DEXT
(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) void
glTextureStorage3DMultisample
(int texture, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) void
glTextureStorage3DMultisampleEXT
(int texture, GLEnum target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) void
glTextureStorageMem1DEXT
(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int memory, long offset) void
glTextureStorageMem2DEXT
(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int height, int memory, long offset) void
glTextureStorageMem2DMultisampleEXT
(int texture, int samples, GLSizedInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset) void
glTextureStorageMem3DEXT
(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int height, int depth, int memory, long offset) void
glTextureStorageMem3DMultisampleEXT
(int texture, int samples, GLSizedInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset) void
glTextureStorageSparseAMD
(int texture, GLEnum target, GLSizedInternalFormat internalFormat, int width, int height, int depth, int layers, int flags) void
glTextureSubImage1D
(int texture, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureSubImage1DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureSubImage2D
(int texture, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureSubImage2DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureSubImage3D
(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureSubImage3DEXT
(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) void
glTextureView
(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
glTextureViewEXT
(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
glTextureViewOES
(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void
glTrackMatrixNV
(GLVertexAttribEnumNV target, int address, GLVertexAttribEnumNV matrix, GLVertexAttribEnumNV transform) void
glTransformFeedbackAttribsNV
(int count, ConstPointer<Integer> attribs, GLEnum bufferMode) void
glTransformFeedbackBufferBase
(int xfb, int index, int buffer) void
glTransformFeedbackBufferRange
(int xfb, int index, int buffer, long offset, long size) void
glTransformFeedbackStreamAttribsNV
(int count, ConstPointer<Integer> attribs, int nbuffers, ConstPointer<Integer> bufstreams, GLEnum bufferMode) void
glTransformFeedbackVaryings
(int program, int count, ConstPointer<ConstPointer<Byte>> varyings, GLTransformFeedbackBufferMode bufferMode) void
glTransformFeedbackVaryingsEXT
(int program, int count, ConstPointer<ConstPointer<Byte>> varyings, GLTransformFeedbackBufferMode bufferMode) void
glTransformFeedbackVaryingsNV
(int program, int count, ConstPointer<GLTransformFeedbackTokenNV> locations, GLTransformFeedbackBufferMode bufferMode) void
glTransformPathNV
(int resultPath, int srcPath, GLPathTransformType transformType, ConstPointer<Float> transformValues) void
glTranslated
(double x, double y, double z) void
glTranslatef
(float x, float y, float z) void
glTranslatex
(int x, int y, int z) void
glTranslatexOES
(int x, int y, int z) void
glUniform1d
(int location, double x) void
glUniform1dv
(int location, int count, ConstPointer<Double> value) void
glUniform1f
(int location, float v0) void
glUniform1fARB
(int location, float v0) void
glUniform1fv
(int location, int count, ConstPointer<Float> value) void
glUniform1fvARB
(int location, int count, ConstPointer<Float> value) void
glUniform1i
(int location, int v0) void
glUniform1i64ARB
(int location, long x) void
glUniform1i64NV
(int location, long x) void
glUniform1i64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform1i64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform1iARB
(int location, int v0) void
glUniform1iv
(int location, int count, ConstPointer<Integer> value) void
glUniform1ivARB
(int location, int count, ConstPointer<Integer> value) void
glUniform1ui
(int location, int v0) void
glUniform1ui64ARB
(int location, long x) void
glUniform1ui64NV
(int location, long x) void
glUniform1ui64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform1ui64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform1uiEXT
(int location, int v0) void
glUniform1uiv
(int location, int count, ConstPointer<Integer> value) void
glUniform1uivEXT
(int location, int count, ConstPointer<Integer> value) void
glUniform2d
(int location, double x, double y) void
glUniform2dv
(int location, int count, ConstPointer<Double> value) void
glUniform2f
(int location, float v0, float v1) void
glUniform2fARB
(int location, float v0, float v1) void
glUniform2fv
(int location, int count, ConstPointer<Float> value) void
glUniform2fvARB
(int location, int count, ConstPointer<Float> value) void
glUniform2i
(int location, int v0, int v1) void
glUniform2i64ARB
(int location, long x, long y) void
glUniform2i64NV
(int location, long x, long y) void
glUniform2i64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform2i64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform2iARB
(int location, int v0, int v1) void
glUniform2iv
(int location, int count, ConstPointer<Integer> value) void
glUniform2ivARB
(int location, int count, ConstPointer<Integer> value) void
glUniform2ui
(int location, int v0, int v1) void
glUniform2ui64ARB
(int location, long x, long y) void
glUniform2ui64NV
(int location, long x, long y) void
glUniform2ui64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform2ui64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform2uiEXT
(int location, int v0, int v1) void
glUniform2uiv
(int location, int count, ConstPointer<Integer> value) void
glUniform2uivEXT
(int location, int count, ConstPointer<Integer> value) void
glUniform3d
(int location, double x, double y, double z) void
glUniform3dv
(int location, int count, ConstPointer<Double> value) void
glUniform3f
(int location, float v0, float v1, float v2) void
glUniform3fARB
(int location, float v0, float v1, float v2) void
glUniform3fv
(int location, int count, ConstPointer<Float> value) void
glUniform3fvARB
(int location, int count, ConstPointer<Float> value) void
glUniform3i
(int location, int v0, int v1, int v2) void
glUniform3i64ARB
(int location, long x, long y, long z) void
glUniform3i64NV
(int location, long x, long y, long z) void
glUniform3i64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform3i64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform3iARB
(int location, int v0, int v1, int v2) void
glUniform3iv
(int location, int count, ConstPointer<Integer> value) void
glUniform3ivARB
(int location, int count, ConstPointer<Integer> value) void
glUniform3ui
(int location, int v0, int v1, int v2) void
glUniform3ui64ARB
(int location, long x, long y, long z) void
glUniform3ui64NV
(int location, long x, long y, long z) void
glUniform3ui64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform3ui64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform3uiEXT
(int location, int v0, int v1, int v2) void
glUniform3uiv
(int location, int count, ConstPointer<Integer> value) void
glUniform3uivEXT
(int location, int count, ConstPointer<Integer> value) void
glUniform4d
(int location, double x, double y, double z, double w) void
glUniform4dv
(int location, int count, ConstPointer<Double> value) void
glUniform4f
(int location, float v0, float v1, float v2, float v3) void
glUniform4fARB
(int location, float v0, float v1, float v2, float v3) void
glUniform4fv
(int location, int count, ConstPointer<Float> value) void
glUniform4fvARB
(int location, int count, ConstPointer<Float> value) void
glUniform4i
(int location, int v0, int v1, int v2, int v3) void
glUniform4i64ARB
(int location, long x, long y, long z, long w) void
glUniform4i64NV
(int location, long x, long y, long z, long w) void
glUniform4i64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform4i64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform4iARB
(int location, int v0, int v1, int v2, int v3) void
glUniform4iv
(int location, int count, ConstPointer<Integer> value) void
glUniform4ivARB
(int location, int count, ConstPointer<Integer> value) void
glUniform4ui
(int location, int v0, int v1, int v2, int v3) void
glUniform4ui64ARB
(int location, long x, long y, long z, long w) void
glUniform4ui64NV
(int location, long x, long y, long z, long w) void
glUniform4ui64vARB
(int location, int count, ConstPointer<Long> value) void
glUniform4ui64vNV
(int location, int count, ConstPointer<Long> value) void
glUniform4uiEXT
(int location, int v0, int v1, int v2, int v3) void
glUniform4uiv
(int location, int count, ConstPointer<Integer> value) void
glUniform4uivEXT
(int location, int count, ConstPointer<Integer> value) void
glUniformBlockBinding
(int program, int uniformBlockIndex, int uniformBlockBinding) void
glUniformBufferEXT
(int program, int location, int buffer) void
glUniformHandleui64ARB
(int location, long value) void
glUniformHandleui64IMG
(int location, long value) void
glUniformHandleui64NV
(int location, long value) void
glUniformHandleui64vARB
(int location, int count, ConstPointer<Long> value) void
glUniformHandleui64vIMG
(int location, int count, ConstPointer<Long> value) void
glUniformHandleui64vNV
(int location, int count, ConstPointer<Long> value) void
glUniformMatrix2dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix2fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix2fvARB
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix2x3dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix2x3fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix2x3fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix2x4dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix2x4fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix2x4fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix3fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3fvARB
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3x2dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix3x2fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3x2fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3x4dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix3x4fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix3x4fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix4fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4fvARB
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4x2dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix4x2fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4x2fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4x3dv
(int location, int count, boolean transpose, ConstPointer<Double> value) void
glUniformMatrix4x3fv
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformMatrix4x3fvNV
(int location, int count, boolean transpose, ConstPointer<Float> value) void
glUniformSubroutinesuiv
(GLShaderType shadertype, int count, ConstPointer<Integer> indices) void
glUniformui64NV
(int location, long value) void
glUniformui64vNV
(int location, int count, ConstPointer<Long> value) void
boolean
glUnmapBuffer
(GLBufferTarget target) boolean
glUnmapBufferARB
(GLBufferTarget target) boolean
glUnmapBufferOES
(GLEnum target) boolean
glUnmapNamedBuffer
(int buffer) boolean
glUnmapNamedBufferEXT
(int buffer) void
glUnmapObjectBufferATI
(int buffer) void
glUnmapTexture2DINTEL
(int texture, int level) void
glUpdateObjectBufferATI
(int buffer, int offset, int size, ConstPointer<Void> pointer, GLPreserveModeATI preserve) void
glUploadGpuMaskNVX
(int mask) void
glUseProgram
(int program) void
glUseProgramObjectARB
(int programObj) void
glUseProgramStages
(int pipeline, int stages, int program) void
glUseProgramStagesEXT
(int pipeline, int stages, int program) void
glUseShaderProgramEXT
(GLEnum type, int program) void
glValidateProgram
(int program) void
glValidateProgramARB
(int programObj) void
glValidateProgramPipeline
(int pipeline) void
glValidateProgramPipelineEXT
(int pipeline) void
glVariantArrayObjectATI
(int id, GLScalarType type, int stride, int buffer, int offset) void
glVariantbvEXT
(int id, ConstPointer<Byte> addr) void
glVariantdvEXT
(int id, ConstPointer<Double> addr) void
glVariantfvEXT
(int id, ConstPointer<Float> addr) void
glVariantivEXT
(int id, ConstPointer<Integer> addr) void
glVariantPointerEXT
(int id, GLScalarType type, int stride, ConstPointer<Void> addr) void
glVariantsvEXT
(int id, ConstPointer<Short> addr) void
glVariantubvEXT
(int id, ConstPointer<Byte> addr) void
glVariantuivEXT
(int id, ConstPointer<Integer> addr) void
glVariantusvEXT
(int id, ConstPointer<Character> addr) void
void
glVDPAUGetSurfaceivNV
(int surface, GLEnum pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) void
glVDPAUInitNV
(ConstPointer<Void> vdpDevice, ConstPointer<Void> getProcAddress) boolean
glVDPAUIsSurfaceNV
(int surface) void
glVDPAUMapSurfacesNV
(int numSurfaces, ConstPointer<Integer> surfaces) int
glVDPAURegisterOutputSurfaceNV
(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames) int
glVDPAURegisterVideoSurfaceNV
(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames) int
glVDPAURegisterVideoSurfaceWithPictureStructureNV
(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames, boolean isFrameStructure) void
glVDPAUSurfaceAccessNV
(int surface, GLEnum access) void
glVDPAUUnmapSurfacesNV
(int numSurface, ConstPointer<Integer> surfaces) void
glVDPAUUnregisterSurfaceNV
(int surface) void
glVertex2bOES
(byte x, byte y) void
glVertex2bvOES
(ConstPointer<Byte> coords) void
glVertex2d
(double x, double y) void
void
glVertex2f
(float x, float y) void
void
glVertex2hNV
(char x, char y) void
void
glVertex2i
(int x, int y) void
void
glVertex2s
(short x, short y) void
void
glVertex2xOES
(int x) void
glVertex2xvOES
(ConstPointer<Integer> coords) void
glVertex3bOES
(byte x, byte y, byte z) void
glVertex3bvOES
(ConstPointer<Byte> coords) void
glVertex3d
(double x, double y, double z) void
void
glVertex3f
(float x, float y, float z) void
void
glVertex3hNV
(char x, char y, char z) void
void
glVertex3i
(int x, int y, int z) void
void
glVertex3s
(short x, short y, short z) void
void
glVertex3xOES
(int x, int y) void
glVertex3xvOES
(ConstPointer<Integer> coords) void
glVertex4bOES
(byte x, byte y, byte z, byte w) void
glVertex4bvOES
(ConstPointer<Byte> coords) void
glVertex4d
(double x, double y, double z, double w) void
void
glVertex4f
(float x, float y, float z, float w) void
void
glVertex4hNV
(char x, char y, char z, char w) void
void
glVertex4i
(int x, int y, int z, int w) void
void
glVertex4s
(short x, short y, short z, short w) void
void
glVertex4xOES
(int x, int y, int z) void
glVertex4xvOES
(ConstPointer<Integer> coords) void
glVertexArrayAttribBinding
(int vaobj, int attribindex, int bindingindex) void
glVertexArrayAttribFormat
(int vaobj, int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) void
glVertexArrayAttribIFormat
(int vaobj, int attribindex, int size, GLVertexAttribIType type, int relativeoffset) void
glVertexArrayAttribLFormat
(int vaobj, int attribindex, int size, GLVertexAttribLType type, int relativeoffset) void
glVertexArrayBindingDivisor
(int vaobj, int bindingindex, int divisor) void
glVertexArrayBindVertexBufferEXT
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
glVertexArrayColorOffsetEXT
(int vaobj, int buffer, int size, GLColorPointerType type, int stride, long offset) void
glVertexArrayEdgeFlagOffsetEXT
(int vaobj, int buffer, int stride, long offset) void
glVertexArrayElementBuffer
(int vaobj, int buffer) void
glVertexArrayFogCoordOffsetEXT
(int vaobj, int buffer, GLFogCoordinatePointerType type, int stride, long offset) void
glVertexArrayIndexOffsetEXT
(int vaobj, int buffer, GLIndexPointerType type, int stride, long offset) void
glVertexArrayMultiTexCoordOffsetEXT
(int vaobj, int buffer, GLEnum texunit, int size, GLTexCoordPointerType type, int stride, long offset) void
glVertexArrayNormalOffsetEXT
(int vaobj, int buffer, GLNormalPointerType type, int stride, long offset) void
glVertexArrayParameteriAPPLE
(GLVertexArrayPNameAPPLE pname, int param) void
glVertexArrayRangeAPPLE
(int length, MutPointer<Void> pointer) void
glVertexArrayRangeNV
(int length, ConstPointer<Void> pointer) void
glVertexArraySecondaryColorOffsetEXT
(int vaobj, int buffer, int size, GLColorPointerType type, int stride, long offset) void
glVertexArrayTexCoordOffsetEXT
(int vaobj, int buffer, int size, GLTexCoordPointerType type, int stride, long offset) void
glVertexArrayVertexAttribBindingEXT
(int vaobj, int attribindex, int bindingindex) void
glVertexArrayVertexAttribDivisorEXT
(int vaobj, int index, int divisor) void
glVertexArrayVertexAttribFormatEXT
(int vaobj, int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) void
glVertexArrayVertexAttribIFormatEXT
(int vaobj, int attribindex, int size, GLVertexAttribIType type, int relativeoffset) void
glVertexArrayVertexAttribIOffsetEXT
(int vaobj, int buffer, int index, int size, GLVertexAttribType type, int stride, long offset) void
glVertexArrayVertexAttribLFormatEXT
(int vaobj, int attribindex, int size, GLVertexAttribLType type, int relativeoffset) void
glVertexArrayVertexAttribLOffsetEXT
(int vaobj, int buffer, int index, int size, GLVertexAttribLType type, int stride, long offset) void
glVertexArrayVertexAttribOffsetEXT
(int vaobj, int buffer, int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, long offset) void
glVertexArrayVertexBindingDivisorEXT
(int vaobj, int bindingindex, int divisor) void
glVertexArrayVertexBuffer
(int vaobj, int bindingindex, int buffer, long offset, int stride) void
glVertexArrayVertexBuffers
(int vaobj, int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Integer> strides) void
glVertexArrayVertexOffsetEXT
(int vaobj, int buffer, int size, GLVertexPointerType type, int stride, long offset) void
glVertexAttrib1d
(int index, double x) void
glVertexAttrib1dARB
(int index, double x) void
glVertexAttrib1dNV
(int index, double x) void
glVertexAttrib1dv
(int index, ConstPointer<Double> v) void
glVertexAttrib1dvARB
(int index, ConstPointer<Double> v) void
glVertexAttrib1dvNV
(int index, ConstPointer<Double> v) void
glVertexAttrib1f
(int index, float x) void
glVertexAttrib1fARB
(int index, float x) void
glVertexAttrib1fNV
(int index, float x) void
glVertexAttrib1fv
(int index, ConstPointer<Float> v) void
glVertexAttrib1fvARB
(int index, ConstPointer<Float> v) void
glVertexAttrib1fvNV
(int index, ConstPointer<Float> v) void
glVertexAttrib1hNV
(int index, char x) void
glVertexAttrib1hvNV
(int index, ConstPointer<Character> v) void
glVertexAttrib1s
(int index, short x) void
glVertexAttrib1sARB
(int index, short x) void
glVertexAttrib1sNV
(int index, short x) void
glVertexAttrib1sv
(int index, ConstPointer<Short> v) void
glVertexAttrib1svARB
(int index, ConstPointer<Short> v) void
glVertexAttrib1svNV
(int index, ConstPointer<Short> v) void
glVertexAttrib2d
(int index, double x, double y) void
glVertexAttrib2dARB
(int index, double x, double y) void
glVertexAttrib2dNV
(int index, double x, double y) void
glVertexAttrib2dv
(int index, ConstPointer<Double> v) void
glVertexAttrib2dvARB
(int index, ConstPointer<Double> v) void
glVertexAttrib2dvNV
(int index, ConstPointer<Double> v) void
glVertexAttrib2f
(int index, float x, float y) void
glVertexAttrib2fARB
(int index, float x, float y) void
glVertexAttrib2fNV
(int index, float x, float y) void
glVertexAttrib2fv
(int index, ConstPointer<Float> v) void
glVertexAttrib2fvARB
(int index, ConstPointer<Float> v) void
glVertexAttrib2fvNV
(int index, ConstPointer<Float> v) void
glVertexAttrib2hNV
(int index, char x, char y) void
glVertexAttrib2hvNV
(int index, ConstPointer<Character> v) void
glVertexAttrib2s
(int index, short x, short y) void
glVertexAttrib2sARB
(int index, short x, short y) void
glVertexAttrib2sNV
(int index, short x, short y) void
glVertexAttrib2sv
(int index, ConstPointer<Short> v) void
glVertexAttrib2svARB
(int index, ConstPointer<Short> v) void
glVertexAttrib2svNV
(int index, ConstPointer<Short> v) void
glVertexAttrib3d
(int index, double x, double y, double z) void
glVertexAttrib3dARB
(int index, double x, double y, double z) void
glVertexAttrib3dNV
(int index, double x, double y, double z) void
glVertexAttrib3dv
(int index, ConstPointer<Double> v) void
glVertexAttrib3dvARB
(int index, ConstPointer<Double> v) void
glVertexAttrib3dvNV
(int index, ConstPointer<Double> v) void
glVertexAttrib3f
(int index, float x, float y, float z) void
glVertexAttrib3fARB
(int index, float x, float y, float z) void
glVertexAttrib3fNV
(int index, float x, float y, float z) void
glVertexAttrib3fv
(int index, ConstPointer<Float> v) void
glVertexAttrib3fvARB
(int index, ConstPointer<Float> v) void
glVertexAttrib3fvNV
(int index, ConstPointer<Float> v) void
glVertexAttrib3hNV
(int index, char x, char y, char z) void
glVertexAttrib3hvNV
(int index, ConstPointer<Character> v) void
glVertexAttrib3s
(int index, short x, short y, short z) void
glVertexAttrib3sARB
(int index, short x, short y, short z) void
glVertexAttrib3sNV
(int index, short x, short y, short z) void
glVertexAttrib3sv
(int index, ConstPointer<Short> v) void
glVertexAttrib3svARB
(int index, ConstPointer<Short> v) void
glVertexAttrib3svNV
(int index, ConstPointer<Short> v) void
glVertexAttrib4bv
(int index, ConstPointer<Byte> v) void
glVertexAttrib4bvARB
(int index, ConstPointer<Byte> v) void
glVertexAttrib4d
(int index, double x, double y, double z, double w) void
glVertexAttrib4dARB
(int index, double x, double y, double z, double w) void
glVertexAttrib4dNV
(int index, double x, double y, double z, double w) void
glVertexAttrib4dv
(int index, ConstPointer<Double> v) void
glVertexAttrib4dvARB
(int index, ConstPointer<Double> v) void
glVertexAttrib4dvNV
(int index, ConstPointer<Double> v) void
glVertexAttrib4f
(int index, float x, float y, float z, float w) void
glVertexAttrib4fARB
(int index, float x, float y, float z, float w) void
glVertexAttrib4fNV
(int index, float x, float y, float z, float w) void
glVertexAttrib4fv
(int index, ConstPointer<Float> v) void
glVertexAttrib4fvARB
(int index, ConstPointer<Float> v) void
glVertexAttrib4fvNV
(int index, ConstPointer<Float> v) void
glVertexAttrib4hNV
(int index, char x, char y, char z, char w) void
glVertexAttrib4hvNV
(int index, ConstPointer<Character> v) void
glVertexAttrib4iv
(int index, ConstPointer<Integer> v) void
glVertexAttrib4ivARB
(int index, ConstPointer<Integer> v) void
glVertexAttrib4Nbv
(int index, ConstPointer<Byte> v) void
glVertexAttrib4NbvARB
(int index, ConstPointer<Byte> v) void
glVertexAttrib4Niv
(int index, ConstPointer<Integer> v) void
glVertexAttrib4NivARB
(int index, ConstPointer<Integer> v) void
glVertexAttrib4Nsv
(int index, ConstPointer<Short> v) void
glVertexAttrib4NsvARB
(int index, ConstPointer<Short> v) void
glVertexAttrib4Nub
(int index, byte x, byte y, byte z, byte w) void
glVertexAttrib4NubARB
(int index, byte x, byte y, byte z, byte w) void
glVertexAttrib4Nubv
(int index, ConstPointer<Byte> v) void
glVertexAttrib4NubvARB
(int index, ConstPointer<Byte> v) void
glVertexAttrib4Nuiv
(int index, ConstPointer<Integer> v) void
glVertexAttrib4NuivARB
(int index, ConstPointer<Integer> v) void
glVertexAttrib4Nusv
(int index, ConstPointer<Character> v) void
glVertexAttrib4NusvARB
(int index, ConstPointer<Character> v) void
glVertexAttrib4s
(int index, short x, short y, short z, short w) void
glVertexAttrib4sARB
(int index, short x, short y, short z, short w) void
glVertexAttrib4sNV
(int index, short x, short y, short z, short w) void
glVertexAttrib4sv
(int index, ConstPointer<Short> v) void
glVertexAttrib4svARB
(int index, ConstPointer<Short> v) void
glVertexAttrib4svNV
(int index, ConstPointer<Short> v) void
glVertexAttrib4ubNV
(int index, byte x, byte y, byte z, byte w) void
glVertexAttrib4ubv
(int index, ConstPointer<Byte> v) void
glVertexAttrib4ubvARB
(int index, ConstPointer<Byte> v) void
glVertexAttrib4ubvNV
(int index, ConstPointer<Byte> v) void
glVertexAttrib4uiv
(int index, ConstPointer<Integer> v) void
glVertexAttrib4uivARB
(int index, ConstPointer<Integer> v) void
glVertexAttrib4usv
(int index, ConstPointer<Character> v) void
glVertexAttrib4usvARB
(int index, ConstPointer<Character> v) void
glVertexAttribArrayObjectATI
(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, int buffer, int offset) void
glVertexAttribBinding
(int attribindex, int bindingindex) void
glVertexAttribDivisor
(int index, int divisor) void
glVertexAttribDivisorANGLE
(int index, int divisor) void
glVertexAttribDivisorARB
(int index, int divisor) void
glVertexAttribDivisorEXT
(int index, int divisor) void
glVertexAttribDivisorNV
(int index, int divisor) void
glVertexAttribFormat
(int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) void
glVertexAttribFormatNV
(int index, int size, GLVertexAttribType type, boolean normalized, int stride) void
glVertexAttribI1i
(int index, int x) void
glVertexAttribI1iEXT
(int index, int x) void
glVertexAttribI1iv
(int index, ConstPointer<Integer> v) void
glVertexAttribI1ivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI1ui
(int index, int x) void
glVertexAttribI1uiEXT
(int index, int x) void
glVertexAttribI1uiv
(int index, ConstPointer<Integer> v) void
glVertexAttribI1uivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI2i
(int index, int x, int y) void
glVertexAttribI2iEXT
(int index, int x, int y) void
glVertexAttribI2iv
(int index, ConstPointer<Integer> v) void
glVertexAttribI2ivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI2ui
(int index, int x, int y) void
glVertexAttribI2uiEXT
(int index, int x, int y) void
glVertexAttribI2uiv
(int index, ConstPointer<Integer> v) void
glVertexAttribI2uivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI3i
(int index, int x, int y, int z) void
glVertexAttribI3iEXT
(int index, int x, int y, int z) void
glVertexAttribI3iv
(int index, ConstPointer<Integer> v) void
glVertexAttribI3ivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI3ui
(int index, int x, int y, int z) void
glVertexAttribI3uiEXT
(int index, int x, int y, int z) void
glVertexAttribI3uiv
(int index, ConstPointer<Integer> v) void
glVertexAttribI3uivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI4bv
(int index, ConstPointer<Byte> v) void
glVertexAttribI4bvEXT
(int index, ConstPointer<Byte> v) void
glVertexAttribI4i
(int index, int x, int y, int z, int w) void
glVertexAttribI4iEXT
(int index, int x, int y, int z, int w) void
glVertexAttribI4iv
(int index, ConstPointer<Integer> v) void
glVertexAttribI4ivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI4sv
(int index, ConstPointer<Short> v) void
glVertexAttribI4svEXT
(int index, ConstPointer<Short> v) void
glVertexAttribI4ubv
(int index, ConstPointer<Byte> v) void
glVertexAttribI4ubvEXT
(int index, ConstPointer<Byte> v) void
glVertexAttribI4ui
(int index, int x, int y, int z, int w) void
glVertexAttribI4uiEXT
(int index, int x, int y, int z, int w) void
glVertexAttribI4uiv
(int index, ConstPointer<Integer> v) void
glVertexAttribI4uivEXT
(int index, ConstPointer<Integer> v) void
glVertexAttribI4usv
(int index, ConstPointer<Character> v) void
glVertexAttribI4usvEXT
(int index, ConstPointer<Character> v) void
glVertexAttribIFormat
(int attribindex, int size, GLVertexAttribIType type, int relativeoffset) void
glVertexAttribIFormatNV
(int index, int size, GLVertexAttribIType type, int stride) void
glVertexAttribIPointer
(int index, int size, GLVertexAttribIType type, int stride, ConstPointer<Void> pointer) void
glVertexAttribIPointerEXT
(int index, int size, GLVertexAttribIType type, int stride, ConstPointer<Void> pointer) void
glVertexAttribL1d
(int index, double x) void
glVertexAttribL1dEXT
(int index, double x) void
glVertexAttribL1dv
(int index, ConstPointer<Double> v) void
glVertexAttribL1dvEXT
(int index, ConstPointer<Double> v) void
glVertexAttribL1i64NV
(int index, long x) void
glVertexAttribL1i64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL1ui64ARB
(int index, long x) void
glVertexAttribL1ui64NV
(int index, long x) void
glVertexAttribL1ui64vARB
(int index, ConstPointer<Long> v) void
glVertexAttribL1ui64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL2d
(int index, double x, double y) void
glVertexAttribL2dEXT
(int index, double x, double y) void
glVertexAttribL2dv
(int index, ConstPointer<Double> v) void
glVertexAttribL2dvEXT
(int index, ConstPointer<Double> v) void
glVertexAttribL2i64NV
(int index, long x, long y) void
glVertexAttribL2i64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL2ui64NV
(int index, long x, long y) void
glVertexAttribL2ui64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL3d
(int index, double x, double y, double z) void
glVertexAttribL3dEXT
(int index, double x, double y, double z) void
glVertexAttribL3dv
(int index, ConstPointer<Double> v) void
glVertexAttribL3dvEXT
(int index, ConstPointer<Double> v) void
glVertexAttribL3i64NV
(int index, long x, long y, long z) void
glVertexAttribL3i64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL3ui64NV
(int index, long x, long y, long z) void
glVertexAttribL3ui64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL4d
(int index, double x, double y, double z, double w) void
glVertexAttribL4dEXT
(int index, double x, double y, double z, double w) void
glVertexAttribL4dv
(int index, ConstPointer<Double> v) void
glVertexAttribL4dvEXT
(int index, ConstPointer<Double> v) void
glVertexAttribL4i64NV
(int index, long x, long y, long z, long w) void
glVertexAttribL4i64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribL4ui64NV
(int index, long x, long y, long z, long w) void
glVertexAttribL4ui64vNV
(int index, ConstPointer<Long> v) void
glVertexAttribLFormat
(int attribindex, int size, GLVertexAttribLType type, int relativeoffset) void
glVertexAttribLFormatNV
(int index, int size, GLVertexAttribLType type, int stride) void
glVertexAttribLPointer
(int index, int size, GLVertexAttribLType type, int stride, ConstPointer<Void> pointer) void
glVertexAttribLPointerEXT
(int index, int size, GLVertexAttribLType type, int stride, ConstPointer<Void> pointer) void
glVertexAttribP1ui
(int index, GLVertexAttribPointerType type, boolean normalized, int value) void
glVertexAttribP1uiv
(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) void
glVertexAttribP2ui
(int index, GLVertexAttribPointerType type, boolean normalized, int value) void
glVertexAttribP2uiv
(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) void
glVertexAttribP3ui
(int index, GLVertexAttribPointerType type, boolean normalized, int value) void
glVertexAttribP3uiv
(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) void
glVertexAttribP4ui
(int index, GLVertexAttribPointerType type, boolean normalized, int value) void
glVertexAttribP4uiv
(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) void
glVertexAttribParameteriAMD
(int index, GLEnum pname, int param) void
glVertexAttribPointer
(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, ConstPointer<Void> pointer) void
glVertexAttribPointerARB
(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, ConstPointer<Void> pointer) void
glVertexAttribPointerNV
(int index, int fsize, GLVertexAttribEnumNV type, int stride, ConstPointer<Void> pointer) void
glVertexAttribs1dvNV
(int index, int count, ConstPointer<Double> v) void
glVertexAttribs1fvNV
(int index, int count, ConstPointer<Float> v) void
glVertexAttribs1hvNV
(int index, int n, ConstPointer<Character> v) void
glVertexAttribs1svNV
(int index, int count, ConstPointer<Short> v) void
glVertexAttribs2dvNV
(int index, int count, ConstPointer<Double> v) void
glVertexAttribs2fvNV
(int index, int count, ConstPointer<Float> v) void
glVertexAttribs2hvNV
(int index, int n, ConstPointer<Character> v) void
glVertexAttribs2svNV
(int index, int count, ConstPointer<Short> v) void
glVertexAttribs3dvNV
(int index, int count, ConstPointer<Double> v) void
glVertexAttribs3fvNV
(int index, int count, ConstPointer<Float> v) void
glVertexAttribs3hvNV
(int index, int n, ConstPointer<Character> v) void
glVertexAttribs3svNV
(int index, int count, ConstPointer<Short> v) void
glVertexAttribs4dvNV
(int index, int count, ConstPointer<Double> v) void
glVertexAttribs4fvNV
(int index, int count, ConstPointer<Float> v) void
glVertexAttribs4hvNV
(int index, int n, ConstPointer<Character> v) void
glVertexAttribs4svNV
(int index, int count, ConstPointer<Short> v) void
glVertexAttribs4ubvNV
(int index, int count, ConstPointer<Byte> v) void
glVertexBindingDivisor
(int bindingindex, int divisor) void
glVertexBlendARB
(int count) void
glVertexBlendEnvfATI
(GLVertexStreamATI pname, float param) void
glVertexBlendEnviATI
(GLVertexStreamATI pname, int param) void
glVertexFormatNV
(int size, GLVertexPointerType type, int stride) void
glVertexP2ui
(GLVertexPointerType type, int value) void
glVertexP2uiv
(GLVertexPointerType type, ConstPointer<Integer> value) void
glVertexP3ui
(GLVertexPointerType type, int value) void
glVertexP3uiv
(GLVertexPointerType type, ConstPointer<Integer> value) void
glVertexP4ui
(GLVertexPointerType type, int value) void
glVertexP4uiv
(GLVertexPointerType type, ConstPointer<Integer> value) void
glVertexPointer
(int size, GLVertexPointerType type, int stride, ConstPointer<Void> pointer) void
glVertexPointerEXT
(int size, GLVertexPointerType type, int stride, int count, ConstPointer<Void> pointer) void
glVertexPointerListIBM
(int size, GLVertexPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) void
glVertexPointervINTEL
(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) void
glVertexStream1dATI
(GLVertexStreamATI stream, double x) void
glVertexStream1dvATI
(GLVertexStreamATI stream, ConstPointer<Double> coords) void
glVertexStream1fATI
(GLVertexStreamATI stream, float x) void
glVertexStream1fvATI
(GLVertexStreamATI stream, ConstPointer<Float> coords) void
glVertexStream1iATI
(GLVertexStreamATI stream, int x) void
glVertexStream1ivATI
(GLVertexStreamATI stream, ConstPointer<Integer> coords) void
glVertexStream1sATI
(GLVertexStreamATI stream, short x) void
glVertexStream1svATI
(GLVertexStreamATI stream, ConstPointer<Short> coords) void
glVertexStream2dATI
(GLVertexStreamATI stream, double x, double y) void
glVertexStream2dvATI
(GLVertexStreamATI stream, ConstPointer<Double> coords) void
glVertexStream2fATI
(GLVertexStreamATI stream, float x, float y) void
glVertexStream2fvATI
(GLVertexStreamATI stream, ConstPointer<Float> coords) void
glVertexStream2iATI
(GLVertexStreamATI stream, int x, int y) void
glVertexStream2ivATI
(GLVertexStreamATI stream, ConstPointer<Integer> coords) void
glVertexStream2sATI
(GLVertexStreamATI stream, short x, short y) void
glVertexStream2svATI
(GLVertexStreamATI stream, ConstPointer<Short> coords) void
glVertexStream3dATI
(GLVertexStreamATI stream, double x, double y, double z) void
glVertexStream3dvATI
(GLVertexStreamATI stream, ConstPointer<Double> coords) void
glVertexStream3fATI
(GLVertexStreamATI stream, float x, float y, float z) void
glVertexStream3fvATI
(GLVertexStreamATI stream, ConstPointer<Float> coords) void
glVertexStream3iATI
(GLVertexStreamATI stream, int x, int y, int z) void
glVertexStream3ivATI
(GLVertexStreamATI stream, ConstPointer<Integer> coords) void
glVertexStream3sATI
(GLVertexStreamATI stream, short x, short y, short z) void
glVertexStream3svATI
(GLVertexStreamATI stream, ConstPointer<Short> coords) void
glVertexStream4dATI
(GLVertexStreamATI stream, double x, double y, double z, double w) void
glVertexStream4dvATI
(GLVertexStreamATI stream, ConstPointer<Double> coords) void
glVertexStream4fATI
(GLVertexStreamATI stream, float x, float y, float z, float w) void
glVertexStream4fvATI
(GLVertexStreamATI stream, ConstPointer<Float> coords) void
glVertexStream4iATI
(GLVertexStreamATI stream, int x, int y, int z, int w) void
glVertexStream4ivATI
(GLVertexStreamATI stream, ConstPointer<Integer> coords) void
glVertexStream4sATI
(GLVertexStreamATI stream, short x, short y, short z, short w) void
glVertexStream4svATI
(GLVertexStreamATI stream, ConstPointer<Short> coords) void
glVertexWeightfEXT
(float weight) void
glVertexWeightfvEXT
(ConstPointer<Float> weight) void
glVertexWeighthNV
(char weight) void
glVertexWeighthvNV
(ConstPointer<Character> weight) void
glVertexWeightPointerEXT
(int size, GLVertexWeightPointerTypeEXT type, int stride, ConstPointer<Void> pointer) glVideoCaptureNV
(int video_capture_slot, MutPointer<Integer> sequence_num, MutPointer<Long> capture_time) void
glVideoCaptureStreamParameterdvNV
(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Double> params) void
glVideoCaptureStreamParameterfvNV
(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Float> params) void
glVideoCaptureStreamParameterivNV
(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Integer> params) void
glViewport
(int x, int y, int width, int height) void
glViewportArrayv
(int first, int count, ConstPointer<Float> v) void
glViewportArrayvNV
(int first, int count, ConstPointer<Float> v) void
glViewportArrayvOES
(int first, int count, ConstPointer<Float> v) void
glViewportIndexedf
(int index, float x, float y, float w, float h) void
glViewportIndexedfNV
(int index, float x, float y, float w, float h) void
glViewportIndexedfOES
(int index, float x, float y, float w, float h) void
glViewportIndexedfv
(int index, ConstPointer<Float> v) void
glViewportIndexedfvNV
(int index, ConstPointer<Float> v) void
glViewportIndexedfvOES
(int index, ConstPointer<Float> v) void
glViewportPositionWScaleNV
(int index, float xcoeff, float ycoeff) void
glViewportSwizzleNV
(int index, GLEnum swizzlex, GLEnum swizzley, GLEnum swizzlez, GLEnum swizzlew) void
glWaitSemaphoreEXT
(int semaphore, int numBufferBarriers, ConstPointer<Integer> buffers, int numTextureBarriers, ConstPointer<Integer> textures, ConstPointer<GLTextureLayout> srcLayouts) void
glWaitSemaphoreui64NVX
(int waitGpu, int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) void
glWaitSync
(ConstPointer<Void> sync, int flags, long timeout) void
glWaitSyncAPPLE
(ConstPointer<Void> sync, int flags, long timeout) void
glWaitVkSemaphoreNV
(long vkSemaphore) void
glWeightbvARB
(int size, ConstPointer<Byte> weights) void
glWeightdvARB
(int size, ConstPointer<Double> weights) void
glWeightfvARB
(int size, ConstPointer<Float> weights) void
glWeightivARB
(int size, ConstPointer<Integer> weights) void
glWeightPathsNV
(int resultPath, int numPaths, ConstPointer<Integer> paths, ConstPointer<Float> weights) void
glWeightPointerARB
(int size, GLWeightPointerTypeARB type, int stride, ConstPointer<Void> pointer) void
glWeightPointerOES
(int size, GLEnum type, int stride, ConstPointer<Void> pointer) void
glWeightsvARB
(int size, ConstPointer<Short> weights) void
glWeightubvARB
(int size, ConstPointer<Byte> weights) void
glWeightuivARB
(int size, ConstPointer<Integer> weights) void
glWeightusvARB
(int size, ConstPointer<Character> weights) void
glWindowPos2d
(double x, double y) void
glWindowPos2dARB
(double x, double y) void
glWindowPos2dMESA
(double x, double y) void
void
void
void
glWindowPos2f
(float x, float y) void
glWindowPos2fARB
(float x, float y) void
glWindowPos2fMESA
(float x, float y) void
void
void
void
glWindowPos2i
(int x, int y) void
glWindowPos2iARB
(int x, int y) void
glWindowPos2iMESA
(int x, int y) void
void
void
void
glWindowPos2s
(short x, short y) void
glWindowPos2sARB
(short x, short y) void
glWindowPos2sMESA
(short x, short y) void
void
void
void
glWindowPos3d
(double x, double y, double z) void
glWindowPos3dARB
(double x, double y, double z) void
glWindowPos3dMESA
(double x, double y, double z) void
void
void
void
glWindowPos3f
(float x, float y, float z) void
glWindowPos3fARB
(float x, float y, float z) void
glWindowPos3fMESA
(float x, float y, float z) void
void
void
void
glWindowPos3i
(int x, int y, int z) void
glWindowPos3iARB
(int x, int y, int z) void
glWindowPos3iMESA
(int x, int y, int z) void
void
void
void
glWindowPos3s
(short x, short y, short z) void
glWindowPos3sARB
(short x, short y, short z) void
glWindowPos3sMESA
(short x, short y, short z) void
void
void
void
glWindowPos4dMESA
(double x, double y, double z, double w) void
void
glWindowPos4fMESA
(float x, float y, float z, float w) void
void
glWindowPos4iMESA
(int x, int y, int z, int w) void
void
glWindowPos4sMESA
(short x, short y, short z, short w) void
void
glWindowRectanglesEXT
(GLEnum mode, int count, ConstPointer<Integer> box) void
glWriteMaskEXT
(int res, int in, GLVertexShaderWriteMaskEXT outX, GLVertexShaderWriteMaskEXT outY, GLVertexShaderWriteMaskEXT outZ, GLVertexShaderWriteMaskEXT outW)
-
Field Details
-
CHECKS
public static final boolean CHECKSWhether correctness checks are enabled. -
ERROR_CHECKS
public static final boolean ERROR_CHECKSWhether error checks after each native call are enabled. -
LOG_COMMANDS
public static final boolean LOG_COMMANDSWhether logging commands is enabled.
-
-
Constructor Details
-
GL
-
-
Method Details
-
symbolLookup
-
functions
-
glAccum
-
glAccumxOES
-
glActiveProgramEXT
public void glActiveProgramEXT(int program) -
glActiveShaderProgram
public void glActiveShaderProgram(int pipeline, int program) -
glActiveShaderProgramEXT
public void glActiveShaderProgramEXT(int pipeline, int program) -
glActiveStencilFaceEXT
-
glActiveTexture
-
glActiveTextureARB
-
glActiveVaryingNV
-
glAlphaFragmentOp1ATI
public void glAlphaFragmentOp1ATI(GLFragmentOp1ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod) -
glAlphaFragmentOp2ATI
public void glAlphaFragmentOp2ATI(GLFragmentOp2ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) -
glAlphaFragmentOp3ATI
public void glAlphaFragmentOp3ATI(GLFragmentOp3ATI op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) -
glAlphaFunc
-
glAlphaFuncQCOM
-
glAlphaFuncx
-
glAlphaFuncxOES
-
glAlphaToCoverageDitherControlNV
-
glApplyFramebufferAttachmentCMAAINTEL
public void glApplyFramebufferAttachmentCMAAINTEL() -
glApplyTextureEXT
-
glAcquireKeyedMutexWin32EXT
public boolean glAcquireKeyedMutexWin32EXT(int memory, long key, int timeout) -
glAreProgramsResidentNV
public boolean glAreProgramsResidentNV(int n, ConstPointer<Integer> programs, MutPointer<Boolean> residences) -
glAreTexturesResident
public boolean glAreTexturesResident(int n, ConstPointer<Integer> textures, MutPointer<Boolean> residences) -
glAreTexturesResidentEXT
public boolean glAreTexturesResidentEXT(int n, ConstPointer<Integer> textures, MutPointer<Boolean> residences) -
glArrayElement
public void glArrayElement(int i) -
glArrayElementEXT
public void glArrayElementEXT(int i) -
glArrayObjectATI
public void glArrayObjectATI(GLEnableCap array, int size, GLScalarType type, int stride, int buffer, int offset) -
glAsyncCopyBufferSubDataNVX
public int glAsyncCopyBufferSubDataNVX(int waitSemaphoreCount, ConstPointer<Integer> waitSemaphoreArray, ConstPointer<Long> fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, ConstPointer<Integer> signalSemaphoreArray, ConstPointer<Long> signalValueArray) -
glAsyncCopyImageSubDataNVX
public int glAsyncCopyImageSubDataNVX(int waitSemaphoreCount, ConstPointer<Integer> waitSemaphoreArray, ConstPointer<Long> waitValueArray, int srcGpu, int dstGpuMask, int srcName, GLEnum srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLEnum dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, ConstPointer<Integer> signalSemaphoreArray, ConstPointer<Long> signalValueArray) -
glAsyncMarkerSGIX
public void glAsyncMarkerSGIX(int marker) -
glAttachObjectARB
public void glAttachObjectARB(int containerObj, int obj) -
glAttachShader
public void glAttachShader(int program, int shader) -
glBegin
-
glBeginConditionalRender
-
glBeginConditionalRenderNV
-
glBeginConditionalRenderNVX
public void glBeginConditionalRenderNVX(int id) -
glBeginFragmentShaderATI
public void glBeginFragmentShaderATI() -
glBeginOcclusionQueryNV
public void glBeginOcclusionQueryNV(int id) -
glBeginPerfMonitorAMD
public void glBeginPerfMonitorAMD(int monitor) -
glBeginPerfQueryINTEL
public void glBeginPerfQueryINTEL(int queryHandle) -
glBeginQuery
-
glBeginQueryARB
-
glBeginQueryEXT
-
glBeginQueryIndexed
-
glBeginTransformFeedback
-
glBeginTransformFeedbackEXT
-
glBeginTransformFeedbackNV
-
glBeginVertexShaderEXT
public void glBeginVertexShaderEXT() -
glBeginVideoCaptureNV
public void glBeginVideoCaptureNV(int video_capture_slot) -
glBindAttribLocation
-
glBindAttribLocationARB
-
glBindBuffer
-
glBindBufferARB
-
glBindBufferBase
-
glBindBufferBaseEXT
-
glBindBufferBaseNV
-
glBindBufferOffsetEXT
-
glBindBufferOffsetNV
-
glBindBufferRange
-
glBindBufferRangeEXT
public void glBindBufferRangeEXT(GLBufferTarget target, int index, int buffer, long offset, long size) -
glBindBufferRangeNV
public void glBindBufferRangeNV(GLBufferTarget target, int index, int buffer, long offset, long size) -
glBindBuffersBase
public void glBindBuffersBase(GLBufferTarget target, int first, int count, ConstPointer<Integer> buffers) -
glBindBuffersRange
public void glBindBuffersRange(GLBufferTarget target, int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Long> sizes) -
glBindFragDataLocation
-
glBindFragDataLocationEXT
-
glBindFragDataLocationIndexed
public void glBindFragDataLocationIndexed(int program, int colorNumber, int index, ConstPointer<Byte> name) -
glBindFragDataLocationIndexedEXT
public void glBindFragDataLocationIndexedEXT(int program, int colorNumber, int index, ConstPointer<Byte> name) -
glBindFragmentShaderATI
public void glBindFragmentShaderATI(int id) -
glBindFramebuffer
-
glBindFramebufferEXT
-
glBindFramebufferOES
-
glBindImageTexture
public void glBindImageTexture(int unit, int texture, int level, boolean layered, int layer, GLBufferAccess access, GLInternalFormat format) -
glBindImageTextureEXT
public void glBindImageTextureEXT(int index, int texture, int level, boolean layered, int layer, GLBufferAccess access, int format) -
glBindImageTextures
-
glBindLightParameterEXT
-
glBindMaterialParameterEXT
-
glBindMultiTextureEXT
-
glBindParameterEXT
-
glBindProgramARB
-
glBindProgramNV
-
glBindProgramPipeline
public void glBindProgramPipeline(int pipeline) -
glBindProgramPipelineEXT
public void glBindProgramPipelineEXT(int pipeline) -
glBindRenderbuffer
-
glBindRenderbufferEXT
-
glBindRenderbufferOES
-
glBindSampler
public void glBindSampler(int unit, int sampler) -
glBindSamplers
-
glBindShadingRateImageNV
public void glBindShadingRateImageNV(int texture) -
glBindTexGenParameterEXT
public int glBindTexGenParameterEXT(GLTextureUnit unit, GLTextureCoordName coord, GLTextureGenParameter value) -
glBindTexture
-
glBindTextureEXT
-
glBindTextureUnit
public void glBindTextureUnit(int unit, int texture) -
glBindTextureUnitParameterEXT
public int glBindTextureUnitParameterEXT(GLTextureUnit unit, GLVertexShaderTextureUnitParameter value) -
glBindTextures
-
glBindTransformFeedback
-
glBindTransformFeedbackNV
-
glBindVertexArray
public void glBindVertexArray(int array) -
glBindVertexArrayAPPLE
public void glBindVertexArrayAPPLE(int array) -
glBindVertexArrayOES
public void glBindVertexArrayOES(int array) -
glBindVertexBuffer
public void glBindVertexBuffer(int bindingindex, int buffer, long offset, int stride) -
glBindVertexBuffers
public void glBindVertexBuffers(int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Integer> strides) -
glBindVertexShaderEXT
public void glBindVertexShaderEXT(int id) -
glBindVideoCaptureStreamBufferNV
public void glBindVideoCaptureStreamBufferNV(int video_capture_slot, int stream, GLEnum frame_region, long offset) -
glBindVideoCaptureStreamTextureNV
-
glBinormal3bEXT
public void glBinormal3bEXT(byte bx, byte by, byte bz) -
glBinormal3bvEXT
-
glBinormal3dEXT
public void glBinormal3dEXT(double bx, double by, double bz) -
glBinormal3dvEXT
-
glBinormal3fEXT
public void glBinormal3fEXT(float bx, float by, float bz) -
glBinormal3fvEXT
-
glBinormal3iEXT
public void glBinormal3iEXT(int bx, int by, int bz) -
glBinormal3ivEXT
-
glBinormal3sEXT
public void glBinormal3sEXT(short bx, short by, short bz) -
glBinormal3svEXT
-
glBinormalPointerEXT
public void glBinormalPointerEXT(GLBinormalPointerTypeEXT type, int stride, ConstPointer<Void> pointer) -
glBitmap
public void glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, ConstPointer<Byte> bitmap) -
glBitmapxOES
public void glBitmapxOES(int width, int height, int xorig, int yorig, int xmove, int ymove, ConstPointer<Byte> bitmap) -
glBlendBarrier
public void glBlendBarrier() -
glBlendBarrierKHR
public void glBlendBarrierKHR() -
glBlendBarrierNV
public void glBlendBarrierNV() -
glBlendColor
public void glBlendColor(float red, float green, float blue, float alpha) -
glBlendColorEXT
public void glBlendColorEXT(float red, float green, float blue, float alpha) -
glBlendColorxOES
public void glBlendColorxOES(int red, int green, int blue, int alpha) -
glBlendEquation
-
glBlendEquationEXT
-
glBlendEquationIndexedAMD
-
glBlendEquationOES
-
glBlendEquationSeparate
public void glBlendEquationSeparate(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateEXT
public void glBlendEquationSeparateEXT(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateIndexedAMD
public void glBlendEquationSeparateIndexedAMD(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateOES
public void glBlendEquationSeparateOES(GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparatei
public void glBlendEquationSeparatei(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateiARB
public void glBlendEquationSeparateiARB(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateiEXT
public void glBlendEquationSeparateiEXT(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationSeparateiOES
public void glBlendEquationSeparateiOES(int buf, GLBlendEquationModeEXT modeRGB, GLBlendEquationModeEXT modeAlpha) -
glBlendEquationi
-
glBlendEquationiARB
-
glBlendEquationiEXT
-
glBlendEquationiOES
-
glBlendFunc
-
glBlendFuncIndexedAMD
-
glBlendFuncSeparate
public void glBlendFuncSeparate(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) -
glBlendFuncSeparateEXT
public void glBlendFuncSeparateEXT(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) -
glBlendFuncSeparateINGR
public void glBlendFuncSeparateINGR(GLBlendingFactor sfactorRGB, GLBlendingFactor dfactorRGB, GLBlendingFactor sfactorAlpha, GLBlendingFactor dfactorAlpha) -
glBlendFuncSeparateIndexedAMD
public void glBlendFuncSeparateIndexedAMD(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFuncSeparateOES
public void glBlendFuncSeparateOES(GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFuncSeparatei
public void glBlendFuncSeparatei(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFuncSeparateiARB
public void glBlendFuncSeparateiARB(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFuncSeparateiEXT
public void glBlendFuncSeparateiEXT(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFuncSeparateiOES
public void glBlendFuncSeparateiOES(int buf, GLBlendingFactor srcRGB, GLBlendingFactor dstRGB, GLBlendingFactor srcAlpha, GLBlendingFactor dstAlpha) -
glBlendFunci
-
glBlendFunciARB
-
glBlendFunciEXT
-
glBlendFunciOES
-
glBlendParameteriNV
-
glBlitFramebuffer
public void glBlitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBlitFramebufferANGLE
public void glBlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBlitFramebufferEXT
public void glBlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBlitFramebufferLayerEXT
public void glBlitFramebufferLayerEXT(int srcX0, int srcY0, int srcX1, int srcY1, int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1, int dstLayer, int mask, GLBlitFramebufferFilter filter) -
glBlitFramebufferLayersEXT
public void glBlitFramebufferLayersEXT(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBlitFramebufferNV
public void glBlitFramebufferNV(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBlitNamedFramebuffer
public void glBlitNamedFramebuffer(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLBlitFramebufferFilter filter) -
glBufferAddressRangeNV
-
glBufferAttachMemoryNV
-
glBufferData
public void glBufferData(GLBufferTarget target, long size, ConstPointer<Void> data, GLBufferUsage usage) -
glBufferDataARB
public void glBufferDataARB(GLBufferTarget target, long size, ConstPointer<Void> data, GLBufferUsage usage) -
glBufferPageCommitmentARB
-
glBufferPageCommitmentMemNV
public void glBufferPageCommitmentMemNV(GLBufferStorageTarget target, long offset, long size, int memory, long memOffset, boolean commit) -
glBufferParameteriAPPLE
-
glBufferStorage
public void glBufferStorage(GLBufferStorageTarget target, long size, ConstPointer<Void> data, int flags) -
glBufferStorageEXT
public void glBufferStorageEXT(GLBufferStorageTarget target, long size, ConstPointer<Void> data, int flags) -
glBufferStorageExternalEXT
public void glBufferStorageExternalEXT(GLEnum target, long offset, long size, int clientBuffer, int flags) -
glBufferStorageMemEXT
-
glBufferSubData
-
glBufferSubDataARB
public void glBufferSubDataARB(GLBufferTarget target, long offset, long size, ConstPointer<Void> data) -
glCallCommandListNV
public void glCallCommandListNV(int list) -
glCallList
public void glCallList(int list) -
glCallLists
-
glCheckFramebufferStatus
-
glCheckFramebufferStatusEXT
-
glCheckFramebufferStatusOES
-
glCheckNamedFramebufferStatus
public GLFramebufferStatus glCheckNamedFramebufferStatus(int framebuffer, GLFramebufferTarget target) -
glCheckNamedFramebufferStatusEXT
public GLFramebufferStatus glCheckNamedFramebufferStatusEXT(int framebuffer, GLFramebufferTarget target) -
glClampColor
-
glClampColorARB
-
glClear
public void glClear(int mask) -
glClearAccum
public void glClearAccum(float red, float green, float blue, float alpha) -
glClearAccumxOES
public void glClearAccumxOES(int red, int green, int blue, int alpha) -
glClearBufferData
public void glClearBufferData(GLBufferStorageTarget target, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearBufferSubData
public void glClearBufferSubData(GLBufferTarget target, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearBufferfi
-
glClearBufferfv
-
glClearBufferiv
-
glClearBufferuiv
-
glClearColor
public void glClearColor(float red, float green, float blue, float alpha) -
glClearColorIiEXT
public void glClearColorIiEXT(int red, int green, int blue, int alpha) -
glClearColorIuiEXT
public void glClearColorIuiEXT(int red, int green, int blue, int alpha) -
glClearColorx
public void glClearColorx(int red, int green, int blue, int alpha) -
glClearColorxOES
public void glClearColorxOES(int red, int green, int blue, int alpha) -
glClearDepth
public void glClearDepth(double depth) -
glClearDepthdNV
public void glClearDepthdNV(double depth) -
glClearDepthf
public void glClearDepthf(float d) -
glClearDepthfOES
public void glClearDepthfOES(float depth) -
glClearDepthx
public void glClearDepthx(int depth) -
glClearDepthxOES
public void glClearDepthxOES(int depth) -
glClearIndex
public void glClearIndex(float c) -
glClearNamedBufferData
public void glClearNamedBufferData(int buffer, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearNamedBufferDataEXT
public void glClearNamedBufferDataEXT(int buffer, GLSizedInternalFormat internalformat, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearNamedBufferSubData
public void glClearNamedBufferSubData(int buffer, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearNamedBufferSubDataEXT
public void glClearNamedBufferSubDataEXT(int buffer, GLSizedInternalFormat internalformat, long offset, long size, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearNamedFramebufferfi
public void glClearNamedFramebufferfi(int framebuffer, GLBuffer buffer, int drawbuffer, float depth, int stencil) -
glClearNamedFramebufferfv
public void glClearNamedFramebufferfv(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Float> value) -
glClearNamedFramebufferiv
public void glClearNamedFramebufferiv(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) -
glClearNamedFramebufferuiv
public void glClearNamedFramebufferuiv(int framebuffer, GLBuffer buffer, int drawbuffer, ConstPointer<Integer> value) -
glClearPixelLocalStorageuiEXT
-
glClearStencil
public void glClearStencil(int s) -
glClearTexImage
public void glClearTexImage(int texture, int level, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearTexImageEXT
public void glClearTexImageEXT(int texture, int level, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearTexSubImage
public void glClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClearTexSubImageEXT
public void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glClientActiveTexture
-
glClientActiveTextureARB
-
glClientActiveVertexStreamATI
-
glClientAttribDefaultEXT
public void glClientAttribDefaultEXT(int mask) -
glClientWaitSemaphoreui64NVX
public void glClientWaitSemaphoreui64NVX(int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) -
glClientWaitSync
-
glClientWaitSyncAPPLE
-
glClipControl
-
glClipControlEXT
-
glClipPlane
-
glClipPlanef
-
glClipPlanefIMG
-
glClipPlanefOES
-
glClipPlanex
-
glClipPlanexIMG
-
glClipPlanexOES
-
glColor3b
public void glColor3b(byte red, byte green, byte blue) -
glColor3bv
-
glColor3d
public void glColor3d(double red, double green, double blue) -
glColor3dv
-
glColor3f
public void glColor3f(float red, float green, float blue) -
glColor3fVertex3fSUN
public void glColor3fVertex3fSUN(float r, float g, float b, float x, float y, float z) -
glColor3fVertex3fvSUN
-
glColor3fv
-
glColor3hNV
public void glColor3hNV(char red, char green, char blue) -
glColor3hvNV
-
glColor3i
public void glColor3i(int red, int green, int blue) -
glColor3iv
-
glColor3s
public void glColor3s(short red, short green, short blue) -
glColor3sv
-
glColor3ub
public void glColor3ub(byte red, byte green, byte blue) -
glColor3ubv
-
glColor3ui
public void glColor3ui(int red, int green, int blue) -
glColor3uiv
-
glColor3us
public void glColor3us(char red, char green, char blue) -
glColor3usv
-
glColor3xOES
public void glColor3xOES(int red, int green, int blue) -
glColor3xvOES
-
glColor4b
public void glColor4b(byte red, byte green, byte blue, byte alpha) -
glColor4bv
-
glColor4d
public void glColor4d(double red, double green, double blue, double alpha) -
glColor4dv
-
glColor4f
public void glColor4f(float red, float green, float blue, float alpha) -
glColor4fNormal3fVertex3fSUN
public void glColor4fNormal3fVertex3fSUN(float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) -
glColor4fNormal3fVertex3fvSUN
public void glColor4fNormal3fVertex3fvSUN(ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) -
glColor4fv
-
glColor4hNV
public void glColor4hNV(char red, char green, char blue, char alpha) -
glColor4hvNV
-
glColor4i
public void glColor4i(int red, int green, int blue, int alpha) -
glColor4iv
-
glColor4s
public void glColor4s(short red, short green, short blue, short alpha) -
glColor4sv
-
glColor4ub
public void glColor4ub(byte red, byte green, byte blue, byte alpha) -
glColor4ubVertex2fSUN
public void glColor4ubVertex2fSUN(byte r, byte g, byte b, byte a, float x, float y) -
glColor4ubVertex2fvSUN
-
glColor4ubVertex3fSUN
public void glColor4ubVertex3fSUN(byte r, byte g, byte b, byte a, float x, float y, float z) -
glColor4ubVertex3fvSUN
-
glColor4ubv
-
glColor4ui
public void glColor4ui(int red, int green, int blue, int alpha) -
glColor4uiv
-
glColor4us
public void glColor4us(char red, char green, char blue, char alpha) -
glColor4usv
-
glColor4x
public void glColor4x(int red, int green, int blue, int alpha) -
glColor4xOES
public void glColor4xOES(int red, int green, int blue, int alpha) -
glColor4xvOES
-
glColorFormatNV
-
glColorFragmentOp1ATI
public void glColorFragmentOp1ATI(GLFragmentOp1ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod) -
glColorFragmentOp2ATI
public void glColorFragmentOp2ATI(GLFragmentOp2ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) -
glColorFragmentOp3ATI
public void glColorFragmentOp3ATI(GLFragmentOp3ATI op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) -
glColorMask
public void glColorMask(boolean red, boolean green, boolean blue, boolean alpha) -
glColorMaskIndexedEXT
public void glColorMaskIndexedEXT(int index, boolean r, boolean g, boolean b, boolean a) -
glColorMaski
public void glColorMaski(int index, boolean r, boolean g, boolean b, boolean a) -
glColorMaskiEXT
public void glColorMaskiEXT(int index, boolean r, boolean g, boolean b, boolean a) -
glColorMaskiOES
public void glColorMaskiOES(int index, boolean r, boolean g, boolean b, boolean a) -
glColorMaterial
-
glColorP3ui
-
glColorP3uiv
-
glColorP4ui
-
glColorP4uiv
-
glColorPointer
public void glColorPointer(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) -
glColorPointerEXT
public void glColorPointerEXT(int size, GLColorPointerType type, int stride, int count, ConstPointer<Void> pointer) -
glColorPointerListIBM
public void glColorPointerListIBM(int size, GLColorPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glColorPointervINTEL
public void glColorPointervINTEL(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) -
glColorSubTable
public void glColorSubTable(GLColorTableTarget target, int start, int count, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glColorSubTableEXT
public void glColorSubTableEXT(GLColorTableTarget target, int start, int count, GLPixelFormat format, GLPixelType type, ConstPointer<Void> data) -
glColorTable
public void glColorTable(GLColorTableTarget target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) -
glColorTableEXT
public void glColorTableEXT(GLColorTableTarget target, GLInternalFormat internalFormat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) -
glColorTableParameterfv
public void glColorTableParameterfv(GLColorTableTarget target, GLColorTableParameterPName pname, ConstPointer<Float> params) -
glColorTableParameterfvSGI
public void glColorTableParameterfvSGI(GLColorTableTargetSGI target, GLColorTableParameterPName pname, ConstPointer<Float> params) -
glColorTableParameteriv
public void glColorTableParameteriv(GLColorTableTarget target, GLColorTableParameterPName pname, ConstPointer<Integer> params) -
glColorTableParameterivSGI
public void glColorTableParameterivSGI(GLColorTableTargetSGI target, GLColorTableParameterPName pname, ConstPointer<Integer> params) -
glColorTableSGI
public void glColorTableSGI(GLColorTableTargetSGI target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> table) -
glCombinerInputNV
public void glCombinerInputNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerRegisterNV input, GLCombinerMappingNV mapping, GLCombinerComponentUsageNV componentUsage) -
glCombinerOutputNV
public void glCombinerOutputNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerRegisterNV abOutput, GLCombinerRegisterNV cdOutput, GLCombinerRegisterNV sumOutput, GLCombinerScaleNV scale, GLCombinerBiasNV bias, boolean abDotProduct, boolean cdDotProduct, boolean muxSum) -
glCombinerParameterfNV
-
glCombinerParameterfvNV
-
glCombinerParameteriNV
-
glCombinerParameterivNV
-
glCombinerStageParameterfvNV
public void glCombinerStageParameterfvNV(GLCombinerStageNV stage, GLCombinerParameterNV pname, ConstPointer<Float> params) -
glCommandListSegmentsNV
public void glCommandListSegmentsNV(int list, int segments) -
glCompileCommandListNV
public void glCompileCommandListNV(int list) -
glCompileShader
public void glCompileShader(int shader) -
glCompileShaderARB
public void glCompileShaderARB(int shaderObj) -
glCompileShaderIncludeARB
public void glCompileShaderIncludeARB(int shader, int count, ConstPointer<ConstPointer<Byte>> path, ConstPointer<Integer> length) -
glCompressedMultiTexImage1DEXT
public void glCompressedMultiTexImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedMultiTexImage2DEXT
public void glCompressedMultiTexImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedMultiTexImage3DEXT
public void glCompressedMultiTexImage3DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedMultiTexSubImage1DEXT
public void glCompressedMultiTexSubImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glCompressedMultiTexSubImage2DEXT
public void glCompressedMultiTexSubImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glCompressedMultiTexSubImage3DEXT
public void glCompressedMultiTexSubImage3DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glCompressedTexImage1D
public void glCompressedTexImage1D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage1DARB
public void glCompressedTexImage1DARB(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage2D
public void glCompressedTexImage2D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage2DARB
public void glCompressedTexImage2DARB(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage3D
public void glCompressedTexImage3D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage3DARB
public void glCompressedTexImage3DARB(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexImage3DOES
public void glCompressedTexImage3DOES(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage1D
public void glCompressedTexSubImage1D(GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage1DARB
public void glCompressedTexSubImage1DARB(GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage2D
public void glCompressedTexSubImage2D(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage2DARB
public void glCompressedTexSubImage2DARB(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage3D
public void glCompressedTexSubImage3D(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage3DARB
public void glCompressedTexSubImage3DARB(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTexSubImage3DOES
public void glCompressedTexSubImage3DOES(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTextureImage1DEXT
public void glCompressedTextureImage1DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedTextureImage2DEXT
public void glCompressedTextureImage2DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedTextureImage3DEXT
public void glCompressedTextureImage3DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, int imageSize, ConstPointer<Void> bits) -
glCompressedTextureSubImage1D
public void glCompressedTextureSubImage1D(int texture, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTextureSubImage1DEXT
public void glCompressedTextureSubImage1DEXT(int texture, GLTextureTarget target, int level, int xoffset, int width, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glCompressedTextureSubImage2D
public void glCompressedTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTextureSubImage2DEXT
public void glCompressedTextureSubImage2DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glCompressedTextureSubImage3D
public void glCompressedTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> data) -
glCompressedTextureSubImage3DEXT
public void glCompressedTextureSubImage3DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLInternalFormat format, int imageSize, ConstPointer<Void> bits) -
glConservativeRasterParameterfNV
-
glConservativeRasterParameteriNV
-
glConvolutionFilter1D
public void glConvolutionFilter1D(GLConvolutionTarget target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) -
glConvolutionFilter1DEXT
public void glConvolutionFilter1DEXT(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) -
glConvolutionFilter2D
public void glConvolutionFilter2D(GLConvolutionTarget target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) -
glConvolutionFilter2DEXT
public void glConvolutionFilter2DEXT(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> image) -
glConvolutionParameterf
public void glConvolutionParameterf(GLConvolutionTarget target, GLConvolutionParameter pname, float params) -
glConvolutionParameterfEXT
public void glConvolutionParameterfEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, float params) -
glConvolutionParameterfv
public void glConvolutionParameterfv(GLConvolutionTarget target, GLConvolutionParameter pname, ConstPointer<Float> params) -
glConvolutionParameterfvEXT
public void glConvolutionParameterfvEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Float> params) -
glConvolutionParameteri
public void glConvolutionParameteri(GLConvolutionTarget target, GLConvolutionParameter pname, int params) -
glConvolutionParameteriEXT
public void glConvolutionParameteriEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, int params) -
glConvolutionParameteriv
public void glConvolutionParameteriv(GLConvolutionTarget target, GLConvolutionParameter pname, ConstPointer<Integer> params) -
glConvolutionParameterivEXT
public void glConvolutionParameterivEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Integer> params) -
glConvolutionParameterxOES
public void glConvolutionParameterxOES(GLConvolutionTargetEXT target, GLConvolutionParameter pname, int param) -
glConvolutionParameterxvOES
public void glConvolutionParameterxvOES(GLConvolutionTargetEXT target, GLConvolutionParameter pname, ConstPointer<Integer> params) -
glCopyBufferSubData
public void glCopyBufferSubData(GLCopyBufferSubDataTarget readTarget, GLCopyBufferSubDataTarget writeTarget, long readOffset, long writeOffset, long size) -
glCopyBufferSubDataNV
public void glCopyBufferSubDataNV(GLCopyBufferSubDataTarget readTarget, GLCopyBufferSubDataTarget writeTarget, long readOffset, long writeOffset, long size) -
glCopyColorSubTable
-
glCopyColorSubTableEXT
-
glCopyColorTable
public void glCopyColorTable(GLColorTableTarget target, GLInternalFormat internalformat, int x, int y, int width) -
glCopyColorTableSGI
public void glCopyColorTableSGI(GLColorTableTargetSGI target, GLInternalFormat internalformat, int x, int y, int width) -
glCopyConvolutionFilter1D
public void glCopyConvolutionFilter1D(GLConvolutionTarget target, GLInternalFormat internalformat, int x, int y, int width) -
glCopyConvolutionFilter1DEXT
public void glCopyConvolutionFilter1DEXT(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int x, int y, int width) -
glCopyConvolutionFilter2D
public void glCopyConvolutionFilter2D(GLConvolutionTarget target, GLInternalFormat internalformat, int x, int y, int width, int height) -
glCopyConvolutionFilter2DEXT
public void glCopyConvolutionFilter2DEXT(GLConvolutionTargetEXT target, GLInternalFormat internalformat, int x, int y, int width, int height) -
glCopyImageSubData
public void glCopyImageSubData(int srcName, GLCopyImageSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyImageSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) -
glCopyImageSubDataEXT
public void glCopyImageSubDataEXT(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) -
glCopyImageSubDataNV
public void glCopyImageSubDataNV(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth) -
glCopyImageSubDataOES
public void glCopyImageSubDataOES(int srcName, GLCopyBufferSubDataTarget srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, GLCopyBufferSubDataTarget dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) -
glCopyMultiTexImage1DEXT
public void glCopyMultiTexImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) -
glCopyMultiTexImage2DEXT
public void glCopyMultiTexImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) -
glCopyMultiTexSubImage1DEXT
public void glCopyMultiTexSubImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int x, int y, int width) -
glCopyMultiTexSubImage2DEXT
public void glCopyMultiTexSubImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) -
glCopyMultiTexSubImage3DEXT
public void glCopyMultiTexSubImage3DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCopyNamedBufferSubData
public void glCopyNamedBufferSubData(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) -
glCopyPathNV
public void glCopyPathNV(int resultPath, int srcPath) -
glCopyPixels
-
glCopyTexImage1D
public void glCopyTexImage1D(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) -
glCopyTexImage1DEXT
public void glCopyTexImage1DEXT(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) -
glCopyTexImage2D
public void glCopyTexImage2D(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) -
glCopyTexImage2DEXT
public void glCopyTexImage2DEXT(GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) -
glCopyTexSubImage1D
public void glCopyTexSubImage1D(GLTextureTarget target, int level, int xoffset, int x, int y, int width) -
glCopyTexSubImage1DEXT
public void glCopyTexSubImage1DEXT(GLTextureTarget target, int level, int xoffset, int x, int y, int width) -
glCopyTexSubImage2D
public void glCopyTexSubImage2D(GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) -
glCopyTexSubImage2DEXT
public void glCopyTexSubImage2DEXT(GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) -
glCopyTexSubImage3D
public void glCopyTexSubImage3D(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCopyTexSubImage3DEXT
public void glCopyTexSubImage3DEXT(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCopyTexSubImage3DOES
public void glCopyTexSubImage3DOES(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCopyTextureImage1DEXT
public void glCopyTextureImage1DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int border) -
glCopyTextureImage2DEXT
public void glCopyTextureImage2DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int x, int y, int width, int height, int border) -
glCopyTextureLevelsAPPLE
public void glCopyTextureLevelsAPPLE(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount) -
glCopyTextureSubImage1D
public void glCopyTextureSubImage1D(int texture, int level, int xoffset, int x, int y, int width) -
glCopyTextureSubImage1DEXT
public void glCopyTextureSubImage1DEXT(int texture, GLTextureTarget target, int level, int xoffset, int x, int y, int width) -
glCopyTextureSubImage2D
public void glCopyTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height) -
glCopyTextureSubImage2DEXT
public void glCopyTextureSubImage2DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int x, int y, int width, int height) -
glCopyTextureSubImage3D
public void glCopyTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCopyTextureSubImage3DEXT
public void glCopyTextureSubImage3DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCoverFillPathInstancedNV
public void glCoverFillPathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glCoverFillPathNV
-
glCoverStrokePathInstancedNV
public void glCoverStrokePathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glCoverStrokePathNV
-
glCoverageMaskNV
public void glCoverageMaskNV(boolean mask) -
glCoverageModulationNV
-
glCoverageModulationTableNV
-
glCoverageOperationNV
-
glCreateBuffers
-
glCreateCommandListsNV
-
glCreateFramebuffers
-
glCreateMemoryObjectsEXT
-
glCreatePerfQueryINTEL
-
glCreateProgram
public int glCreateProgram() -
glCreateProgramObjectARB
public int glCreateProgramObjectARB() -
glCreateProgramPipelines
-
glCreateProgressFenceNVX
public int glCreateProgressFenceNVX() -
glCreateQueries
-
glCreateRenderbuffers
-
glCreateSamplers
-
glCreateSemaphoresNV
-
glCreateShader
-
glCreateShaderObjectARB
-
glCreateShaderProgramEXT
-
glCreateShaderProgramv
public int glCreateShaderProgramv(GLShaderType type, int count, ConstPointer<ConstPointer<Byte>> strings) -
glCreateShaderProgramvEXT
public int glCreateShaderProgramvEXT(GLShaderType type, int count, ConstPointer<ConstPointer<Byte>> strings) -
glCreateStatesNV
-
glCreateSyncFromCLeventARB
public ConstPointer<Void> glCreateSyncFromCLeventARB(MutPointer<Void> context, MutPointer<Void> event, int flags) -
glCreateTextures
-
glCreateTransformFeedbacks
-
glCreateVertexArrays
-
glCullFace
-
glCullParameterdvEXT
-
glCullParameterfvEXT
-
glCurrentPaletteMatrixARB
public void glCurrentPaletteMatrixARB(int index) -
glCurrentPaletteMatrixOES
public void glCurrentPaletteMatrixOES(int matrixpaletteindex) -
glDebugMessageCallback
-
glDebugMessageCallbackAMD
-
glDebugMessageCallbackARB
-
glDebugMessageCallbackKHR
-
glDebugMessageControl
public void glDebugMessageControl(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) -
glDebugMessageControlARB
public void glDebugMessageControlARB(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) -
glDebugMessageControlKHR
public void glDebugMessageControlKHR(GLDebugSource source, GLDebugType type, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) -
glDebugMessageEnableAMD
public void glDebugMessageEnableAMD(GLEnum category, GLDebugSeverity severity, int count, ConstPointer<Integer> ids, boolean enabled) -
glDebugMessageInsert
public void glDebugMessageInsert(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) -
glDebugMessageInsertAMD
public void glDebugMessageInsertAMD(GLEnum category, GLDebugSeverity severity, int id, int length, ConstPointer<Byte> buf) -
glDebugMessageInsertARB
public void glDebugMessageInsertARB(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) -
glDebugMessageInsertKHR
public void glDebugMessageInsertKHR(GLDebugSource source, GLDebugType type, int id, GLDebugSeverity severity, int length, ConstPointer<Byte> buf) -
glDeformSGIX
public void glDeformSGIX(int mask) -
glDeformationMap3dSGIX
public void glDeformationMap3dSGIX(GLFfdTargetSGIX target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double w1, double w2, int wstride, int worder, ConstPointer<Double> points) -
glDeformationMap3fSGIX
public void glDeformationMap3fSGIX(GLFfdTargetSGIX target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float w1, float w2, int wstride, int worder, ConstPointer<Float> points) -
glDeleteAsyncMarkersSGIX
public void glDeleteAsyncMarkersSGIX(int marker, int range) -
glDeleteBuffers
-
glDeleteBuffer
public void glDeleteBuffer(int buffer) -
glDeleteBuffersARB
-
glDeleteCommandListsNV
-
glDeleteFencesAPPLE
-
glDeleteFencesNV
-
glDeleteFragmentShaderATI
public void glDeleteFragmentShaderATI(int id) -
glDeleteFramebuffers
-
glDeleteFramebuffersEXT
-
glDeleteFramebuffersOES
-
glDeleteLists
public void glDeleteLists(int list, int range) -
glDeleteMemoryObjectsEXT
-
glDeleteNamedStringARB
-
glDeleteNamesAMD
-
glDeleteObjectARB
public void glDeleteObjectARB(int obj) -
glDeleteOcclusionQueriesNV
-
glDeletePathsNV
public void glDeletePathsNV(int path, int range) -
glDeletePerfMonitorsAMD
-
glDeletePerfQueryINTEL
public void glDeletePerfQueryINTEL(int queryHandle) -
glDeleteProgram
public void glDeleteProgram(int program) -
glDeleteProgramPipelines
-
glDeleteProgramPipelinesEXT
-
glDeleteProgramsARB
-
glDeleteProgramsNV
-
glDeleteQueries
-
glDeleteQueriesARB
-
glDeleteQueriesEXT
-
glDeleteQueryResourceTagNV
-
glDeleteRenderbuffers
-
glDeleteRenderbuffersEXT
-
glDeleteRenderbuffersOES
-
glDeleteSamplers
-
glDeleteSemaphoresEXT
-
glDeleteShader
public void glDeleteShader(int shader) -
glDeleteStatesNV
-
glDeleteSync
-
glDeleteSyncAPPLE
-
glDeleteTextures
-
glDeleteTexture
public void glDeleteTexture(int texture) -
glDeleteTexturesEXT
-
glDeleteTransformFeedbacks
-
glDeleteTransformFeedbacksNV
-
glDeleteVertexArrays
-
glDeleteVertexArray
public void glDeleteVertexArray(int array) -
glDeleteVertexArraysAPPLE
-
glDeleteVertexArraysOES
-
glDeleteVertexShaderEXT
public void glDeleteVertexShaderEXT(int id) -
glDepthBoundsEXT
public void glDepthBoundsEXT(double zmin, double zmax) -
glDepthBoundsdNV
public void glDepthBoundsdNV(double zmin, double zmax) -
glDepthFunc
-
glDepthMask
public void glDepthMask(boolean flag) -
glDepthRange
public void glDepthRange(double n, double f) -
glDepthRangeArraydvNV
-
glDepthRangeArrayfvNV
-
glDepthRangeArrayfvOES
-
glDepthRangeArrayv
-
glDepthRangeIndexed
public void glDepthRangeIndexed(int index, double n, double f) -
glDepthRangeIndexeddNV
public void glDepthRangeIndexeddNV(int index, double n, double f) -
glDepthRangeIndexedfNV
public void glDepthRangeIndexedfNV(int index, float n, float f) -
glDepthRangeIndexedfOES
public void glDepthRangeIndexedfOES(int index, float n, float f) -
glDepthRangedNV
public void glDepthRangedNV(double zNear, double zFar) -
glDepthRangef
public void glDepthRangef(float n, float f) -
glDepthRangefOES
public void glDepthRangefOES(float n, float f) -
glDepthRangex
public void glDepthRangex(int n, int f) -
glDepthRangexOES
public void glDepthRangexOES(int n, int f) -
glDetachObjectARB
public void glDetachObjectARB(int containerObj, int attachedObj) -
glDetachShader
public void glDetachShader(int program, int shader) -
glDetailTexFuncSGIS
-
glDisable
-
glDisableClientState
-
glDisableClientStateIndexedEXT
-
glDisableClientStateiEXT
-
glDisableDriverControlQCOM
public void glDisableDriverControlQCOM(int driverControl) -
glDisableIndexedEXT
-
glDisableVariantClientStateEXT
public void glDisableVariantClientStateEXT(int id) -
glDisableVertexArrayAttrib
public void glDisableVertexArrayAttrib(int vaobj, int index) -
glDisableVertexArrayAttribEXT
public void glDisableVertexArrayAttribEXT(int vaobj, int index) -
glDisableVertexArrayEXT
-
glDisableVertexAttribAPPLE
-
glDisableVertexAttribArray
public void glDisableVertexAttribArray(int index) -
glDisableVertexAttribArrayARB
public void glDisableVertexAttribArrayARB(int index) -
glDisablei
-
glDisableiEXT
-
glDisableiNV
-
glDisableiOES
-
glDiscardFramebufferEXT
public void glDiscardFramebufferEXT(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments) -
glDispatchCompute
public void glDispatchCompute(int num_groups_x, int num_groups_y, int num_groups_z) -
glDispatchComputeGroupSizeARB
public void glDispatchComputeGroupSizeARB(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z) -
glDispatchComputeIndirect
public void glDispatchComputeIndirect(long indirect) -
glDrawArrays
-
glDrawArraysEXT
-
glDrawArraysIndirect
-
glDrawArraysInstanced
-
glDrawArraysInstancedANGLE
-
glDrawArraysInstancedARB
-
glDrawArraysInstancedBaseInstance
public void glDrawArraysInstancedBaseInstance(GLPrimitiveType mode, int first, int count, int instancecount, int baseinstance) -
glDrawArraysInstancedBaseInstanceEXT
public void glDrawArraysInstancedBaseInstanceEXT(GLPrimitiveType mode, int first, int count, int instancecount, int baseinstance) -
glDrawArraysInstancedEXT
primcount should be renamed to instanceCount for OpenGL ES -
glDrawArraysInstancedNV
-
glDrawBuffer
-
glDrawBuffers
-
glDrawBuffersARB
-
glDrawBuffersATI
-
glDrawBuffersEXT
-
glDrawBuffersIndexedEXT
public void glDrawBuffersIndexedEXT(int n, ConstPointer<GLEnum> location, ConstPointer<Integer> indices) -
glDrawBuffersNV
-
glDrawCommandsAddressNV
public void glDrawCommandsAddressNV(GLEnum primitiveMode, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, int count) -
glDrawCommandsNV
public void glDrawCommandsNV(GLEnum primitiveMode, int buffer, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, int count) -
glDrawCommandsStatesAddressNV
public void glDrawCommandsStatesAddressNV(ConstPointer<Long> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) -
glDrawCommandsStatesNV
public void glDrawCommandsStatesNV(int buffer, ConstPointer<Long> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) -
glDrawElementArrayAPPLE
-
glDrawElementArrayATI
-
glDrawElements
public void glDrawElements(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices) -
glDrawElementsBaseVertex
public void glDrawElementsBaseVertex(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawElementsBaseVertexEXT
public void glDrawElementsBaseVertexEXT(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawElementsBaseVertexOES
public void glDrawElementsBaseVertexOES(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawElementsIndirect
public void glDrawElementsIndirect(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect) -
glDrawElementsInstanced
public void glDrawElementsInstanced(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount) -
glDrawElementsInstancedANGLE
public void glDrawElementsInstancedANGLE(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) -
glDrawElementsInstancedARB
public void glDrawElementsInstancedARB(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) -
glDrawElementsInstancedBaseInstance
public void glDrawElementsInstancedBaseInstance(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int baseinstance) -
glDrawElementsInstancedBaseInstanceEXT
public void glDrawElementsInstancedBaseInstanceEXT(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int baseinstance) -
glDrawElementsInstancedBaseVertex
public void glDrawElementsInstancedBaseVertex(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) -
glDrawElementsInstancedBaseVertexBaseInstance
public void glDrawElementsInstancedBaseVertexBaseInstance(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex, int baseinstance) -
glDrawElementsInstancedBaseVertexBaseInstanceEXT
public void glDrawElementsInstancedBaseVertexBaseInstanceEXT(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex, int baseinstance) -
glDrawElementsInstancedBaseVertexEXT
public void glDrawElementsInstancedBaseVertexEXT(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) -
glDrawElementsInstancedBaseVertexOES
public void glDrawElementsInstancedBaseVertexOES(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int instancecount, int basevertex) -
glDrawElementsInstancedEXT
public void glDrawElementsInstancedEXT(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) primcount should be renamed to instanceCount for OpenGL ES -
glDrawElementsInstancedNV
public void glDrawElementsInstancedNV(GLPrimitiveType mode, int count, GLDrawElementsType type, ConstPointer<Void> indices, int primcount) -
glDrawMeshArraysSUN
-
glDrawMeshTasksNV
public void glDrawMeshTasksNV(int first, int count) -
glDrawMeshTasksIndirectNV
public void glDrawMeshTasksIndirectNV(long indirect) -
glDrawPixels
public void glDrawPixels(int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glDrawRangeElementArrayAPPLE
public void glDrawRangeElementArrayAPPLE(GLPrimitiveType mode, int start, int end, int first, int count) -
glDrawRangeElementArrayATI
-
glDrawRangeElements
public void glDrawRangeElements(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices) -
glDrawRangeElementsBaseVertex
public void glDrawRangeElementsBaseVertex(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawRangeElementsBaseVertexEXT
public void glDrawRangeElementsBaseVertexEXT(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawRangeElementsBaseVertexOES
public void glDrawRangeElementsBaseVertexOES(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices, int basevertex) -
glDrawRangeElementsEXT
public void glDrawRangeElementsEXT(GLPrimitiveType mode, int start, int end, int count, GLDrawElementsType type, ConstPointer<Void> indices) -
glDrawTexfOES
public void glDrawTexfOES(float x, float y, float z, float width, float height) -
glDrawTexfvOES
-
glDrawTexiOES
public void glDrawTexiOES(int x, int y, int z, int width, int height) -
glDrawTexivOES
-
glDrawTexsOES
public void glDrawTexsOES(short x, short y, short z, short width, short height) -
glDrawTexsvOES
-
glDrawTextureNV
public void glDrawTextureNV(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) -
glDrawTexxOES
public void glDrawTexxOES(int x, int y, int z, int width, int height) -
glDrawTexxvOES
-
glDrawTransformFeedback
-
glDrawTransformFeedbackEXT
-
glDrawTransformFeedbackInstanced
-
glDrawTransformFeedbackInstancedEXT
-
glDrawTransformFeedbackNV
-
glDrawTransformFeedbackStream
-
glDrawTransformFeedbackStreamInstanced
public void glDrawTransformFeedbackStreamInstanced(GLPrimitiveType mode, int id, int stream, int instancecount) -
glEGLImageTargetRenderbufferStorageOES
-
glEGLImageTargetTexStorageEXT
public void glEGLImageTargetTexStorageEXT(GLEnum target, int image, ConstPointer<Integer> attrib_list) -
glEGLImageTargetTexture2DOES
-
glEGLImageTargetTextureStorageEXT
public void glEGLImageTargetTextureStorageEXT(int texture, int image, ConstPointer<Integer> attrib_list) -
glEdgeFlag
public void glEdgeFlag(boolean flag) -
glEdgeFlagFormatNV
public void glEdgeFlagFormatNV(int stride) -
glEdgeFlagPointer
-
glEdgeFlagPointerEXT
-
glEdgeFlagPointerListIBM
public void glEdgeFlagPointerListIBM(int stride, MutPointer<ConstPointer<Boolean>> pointer, int ptrstride) -
glEdgeFlagv
-
glElementPointerAPPLE
-
glElementPointerATI
-
glEnable
-
glEnableClientState
-
glEnableClientStateIndexedEXT
-
glEnableClientStateiEXT
-
glEnableDriverControlQCOM
public void glEnableDriverControlQCOM(int driverControl) -
glEnableIndexedEXT
-
glEnableVariantClientStateEXT
public void glEnableVariantClientStateEXT(int id) -
glEnableVertexArrayAttrib
public void glEnableVertexArrayAttrib(int vaobj, int index) -
glEnableVertexArrayAttribEXT
public void glEnableVertexArrayAttribEXT(int vaobj, int index) -
glEnableVertexArrayEXT
-
glEnableVertexAttribAPPLE
-
glEnableVertexAttribArray
public void glEnableVertexAttribArray(int index) -
glEnableVertexAttribArrayARB
public void glEnableVertexAttribArrayARB(int index) -
glEnablei
-
glEnableiEXT
-
glEnableiNV
-
glEnableiOES
-
glEnd
public void glEnd() -
glEndConditionalRender
public void glEndConditionalRender() -
glEndConditionalRenderNV
public void glEndConditionalRenderNV() -
glEndConditionalRenderNVX
public void glEndConditionalRenderNVX() -
glEndFragmentShaderATI
public void glEndFragmentShaderATI() -
glEndList
public void glEndList() -
glEndOcclusionQueryNV
public void glEndOcclusionQueryNV() -
glEndPerfMonitorAMD
public void glEndPerfMonitorAMD(int monitor) -
glEndPerfQueryINTEL
public void glEndPerfQueryINTEL(int queryHandle) -
glEndQuery
-
glEndQueryARB
-
glEndQueryEXT
-
glEndQueryIndexed
-
glEndTilingQCOM
public void glEndTilingQCOM(int preserveMask) -
glEndTransformFeedback
public void glEndTransformFeedback() -
glEndTransformFeedbackEXT
public void glEndTransformFeedbackEXT() -
glEndTransformFeedbackNV
public void glEndTransformFeedbackNV() -
glEndVertexShaderEXT
public void glEndVertexShaderEXT() -
glEndVideoCaptureNV
public void glEndVideoCaptureNV(int video_capture_slot) -
glEvalCoord1d
public void glEvalCoord1d(double u) -
glEvalCoord1dv
-
glEvalCoord1f
public void glEvalCoord1f(float u) -
glEvalCoord1fv
-
glEvalCoord1xOES
public void glEvalCoord1xOES(int u) -
glEvalCoord1xvOES
-
glEvalCoord2d
public void glEvalCoord2d(double u, double v) -
glEvalCoord2dv
-
glEvalCoord2f
public void glEvalCoord2f(float u, float v) -
glEvalCoord2fv
-
glEvalCoord2xOES
public void glEvalCoord2xOES(int u, int v) -
glEvalCoord2xvOES
-
glEvalMapsNV
-
glEvalMesh1
-
glEvalMesh2
-
glEvalPoint1
public void glEvalPoint1(int i) -
glEvalPoint2
public void glEvalPoint2(int i, int j) -
glEvaluateDepthValuesARB
public void glEvaluateDepthValuesARB() -
glExecuteProgramNV
-
glExtGetBufferPointervQCOM
-
glExtGetBuffersQCOM
public void glExtGetBuffersQCOM(MutPointer<Integer> buffers, int maxBuffers, MutPointer<Integer> numBuffers) -
glExtGetFramebuffersQCOM
public void glExtGetFramebuffersQCOM(MutPointer<Integer> framebuffers, int maxFramebuffers, MutPointer<Integer> numFramebuffers) -
glExtGetProgramBinarySourceQCOM
public void glExtGetProgramBinarySourceQCOM(int program, GLShaderType shadertype, MutPointer<Byte> source, MutPointer<Integer> length) -
glExtGetProgramsQCOM
public void glExtGetProgramsQCOM(MutPointer<Integer> programs, int maxPrograms, MutPointer<Integer> numPrograms) -
glExtGetRenderbuffersQCOM
public void glExtGetRenderbuffersQCOM(MutPointer<Integer> renderbuffers, int maxRenderbuffers, MutPointer<Integer> numRenderbuffers) -
glExtGetShadersQCOM
public void glExtGetShadersQCOM(MutPointer<Integer> shaders, int maxShaders, MutPointer<Integer> numShaders) -
glExtGetTexLevelParameterivQCOM
public void glExtGetTexLevelParameterivQCOM(int texture, GLEnum face, int level, GLEnum pname, MutPointer<Integer> params) -
glExtGetTexSubImageQCOM
public void glExtGetTexSubImageQCOM(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, MutPointer<Void> texels) -
glExtGetTexturesQCOM
public void glExtGetTexturesQCOM(MutPointer<Integer> textures, int maxTextures, MutPointer<Integer> numTextures) -
glExtIsProgramBinaryQCOM
public boolean glExtIsProgramBinaryQCOM(int program) -
glExtTexObjectStateOverrideiQCOM
-
glExtractComponentEXT
public void glExtractComponentEXT(int res, int src, int num) -
glFeedbackBuffer
-
glFeedbackBufferxOES
-
glFenceSync
-
glFenceSyncAPPLE
-
glFinalCombinerInputNV
public void glFinalCombinerInputNV(GLCombinerVariableNV variable, GLCombinerRegisterNV input, GLCombinerMappingNV mapping, GLCombinerComponentUsageNV componentUsage) -
glFinish
public void glFinish() -
glFinishAsyncSGIX
-
glFinishFenceAPPLE
public void glFinishFenceAPPLE(int fence) -
glFinishFenceNV
public void glFinishFenceNV(int fence) -
glFinishObjectAPPLE
-
glFinishTextureSUNX
public void glFinishTextureSUNX() -
glFlush
public void glFlush() -
glFlushMappedBufferRange
-
glFlushMappedBufferRangeAPPLE
-
glFlushMappedBufferRangeEXT
-
glFlushMappedNamedBufferRange
public void glFlushMappedNamedBufferRange(int buffer, long offset, long length) -
glFlushMappedNamedBufferRangeEXT
public void glFlushMappedNamedBufferRangeEXT(int buffer, long offset, long length) -
glFlushPixelDataRangeNV
-
glFlushRasterSGIX
public void glFlushRasterSGIX() -
glFlushStaticDataIBM
-
glFlushVertexArrayRangeAPPLE
-
glFlushVertexArrayRangeNV
public void glFlushVertexArrayRangeNV() -
glFogCoordFormatNV
-
glFogCoordPointer
-
glFogCoordPointerEXT
-
glFogCoordPointerListIBM
public void glFogCoordPointerListIBM(GLFogPointerTypeIBM type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glFogCoordd
public void glFogCoordd(double coord) -
glFogCoorddEXT
public void glFogCoorddEXT(double coord) -
glFogCoorddv
-
glFogCoorddvEXT
-
glFogCoordf
public void glFogCoordf(float coord) -
glFogCoordfEXT
public void glFogCoordfEXT(float coord) -
glFogCoordfv
-
glFogCoordfvEXT
-
glFogCoordhNV
public void glFogCoordhNV(char fog) -
glFogCoordhvNV
-
glFogFuncSGIS
-
glFogf
-
glFogfv
-
glFogi
-
glFogiv
-
glFogx
-
glFogxOES
-
glFogxv
-
glFogxvOES
-
glFragmentColorMaterialSGIX
-
glFragmentCoverageColorNV
public void glFragmentCoverageColorNV(int color) -
glFragmentLightModelfSGIX
-
glFragmentLightModelfvSGIX
public void glFragmentLightModelfvSGIX(GLFragmentLightModelParameterSGIX pname, ConstPointer<Float> params) -
glFragmentLightModeliSGIX
-
glFragmentLightModelivSGIX
public void glFragmentLightModelivSGIX(GLFragmentLightModelParameterSGIX pname, ConstPointer<Integer> params) -
glFragmentLightfSGIX
public void glFragmentLightfSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, float param) -
glFragmentLightfvSGIX
public void glFragmentLightfvSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, ConstPointer<Float> params) -
glFragmentLightiSGIX
public void glFragmentLightiSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, int param) -
glFragmentLightivSGIX
public void glFragmentLightivSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, ConstPointer<Integer> params) -
glFragmentMaterialfSGIX
-
glFragmentMaterialfvSGIX
public void glFragmentMaterialfvSGIX(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Float> params) -
glFragmentMaterialiSGIX
-
glFragmentMaterialivSGIX
public void glFragmentMaterialivSGIX(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> params) -
glFrameTerminatorGREMEDY
public void glFrameTerminatorGREMEDY() -
glFrameZoomSGIX
public void glFrameZoomSGIX(int factor) -
glFramebufferDrawBufferEXT
-
glFramebufferDrawBuffersEXT
public void glFramebufferDrawBuffersEXT(int framebuffer, int n, ConstPointer<GLDrawBufferMode> bufs) -
glFramebufferFetchBarrierEXT
public void glFramebufferFetchBarrierEXT() -
glFramebufferFetchBarrierQCOM
public void glFramebufferFetchBarrierQCOM() -
glFramebufferFoveationConfigQCOM
public void glFramebufferFoveationConfigQCOM(int framebuffer, int numLayers, int focalPointsPerLayer, int requestedFeatures, MutPointer<Integer> providedFeatures) -
glFramebufferFoveationParametersQCOM
public void glFramebufferFoveationParametersQCOM(int framebuffer, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) -
glFramebufferParameteri
public void glFramebufferParameteri(GLFramebufferTarget target, GLFramebufferParameterName pname, int param) -
glFramebufferPixelLocalStorageSizeEXT
public void glFramebufferPixelLocalStorageSizeEXT(int target, int size) -
glFramebufferReadBufferEXT
-
glFramebufferRenderbuffer
public void glFramebufferRenderbuffer(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) -
glFramebufferRenderbufferEXT
public void glFramebufferRenderbufferEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) -
glFramebufferRenderbufferOES
public void glFramebufferRenderbufferOES(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) -
glFramebufferSampleLocationsfvARB
public void glFramebufferSampleLocationsfvARB(GLFramebufferTarget target, int start, int count, ConstPointer<Float> v) -
glFramebufferSampleLocationsfvNV
public void glFramebufferSampleLocationsfvNV(GLFramebufferTarget target, int start, int count, ConstPointer<Float> v) -
glFramebufferSamplePositionsfvAMD
public void glFramebufferSamplePositionsfvAMD(GLFramebufferTarget target, int numsamples, int pixelindex, ConstPointer<Float> values) -
glFramebufferShadingRateEXT
public void glFramebufferShadingRateEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int baseLayer, int numLayers, int texelWidth, int texelHeight) -
glFramebufferTexture
public void glFramebufferTexture(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) -
glFramebufferTexture1D
public void glFramebufferTexture1D(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glFramebufferTexture1DEXT
public void glFramebufferTexture1DEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glFramebufferTexture2D
public void glFramebufferTexture2D(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glFramebufferTexture2DEXT
public void glFramebufferTexture2DEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glFramebufferTexture2DDownsampleIMG
public void glFramebufferTexture2DDownsampleIMG(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int xscale, int yscale) -
glFramebufferTexture2DMultisampleEXT
public void glFramebufferTexture2DMultisampleEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int samples) -
glFramebufferTexture2DMultisampleIMG
public void glFramebufferTexture2DMultisampleIMG(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int samples) -
glFramebufferTexture2DOES
public void glFramebufferTexture2DOES(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glFramebufferTexture3D
public void glFramebufferTexture3D(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) -
glFramebufferTexture3DEXT
public void glFramebufferTexture3DEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) -
glFramebufferTexture3DOES
public void glFramebufferTexture3DOES(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) -
glFramebufferTextureARB
public void glFramebufferTextureARB(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) -
glFramebufferTextureEXT
public void glFramebufferTextureEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) -
glFramebufferTextureFaceARB
public void glFramebufferTextureFaceARB(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) -
glFramebufferTextureFaceEXT
public void glFramebufferTextureFaceEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) -
glFramebufferTextureLayer
public void glFramebufferTextureLayer(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) -
glFramebufferTextureLayerARB
public void glFramebufferTextureLayerARB(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) -
glFramebufferTextureLayerEXT
public void glFramebufferTextureLayerEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer) -
glFramebufferTextureLayerDownsampleIMG
public void glFramebufferTextureLayerDownsampleIMG(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int layer, int xscale, int yscale) -
glFramebufferTextureMultisampleMultiviewOVR
public void glFramebufferTextureMultisampleMultiviewOVR(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int samples, int baseViewIndex, int numViews) -
glFramebufferTextureMultiviewOVR
public void glFramebufferTextureMultiviewOVR(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level, int baseViewIndex, int numViews) -
glFramebufferTextureOES
public void glFramebufferTextureOES(GLFramebufferTarget target, GLFramebufferAttachment attachment, int texture, int level) -
glFreeObjectBufferATI
public void glFreeObjectBufferATI(int buffer) -
glFrontFace
-
glFrustum
public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) -
glFrustumf
public void glFrustumf(float l, float r, float b, float t, float n, float f) -
glFrustumfOES
public void glFrustumfOES(float l, float r, float b, float t, float n, float f) -
glFrustumx
public void glFrustumx(int l, int r, int b, int t, int n, int f) -
glFrustumxOES
public void glFrustumxOES(int l, int r, int b, int t, int n, int f) -
glGenAsyncMarkersSGIX
public int glGenAsyncMarkersSGIX(int range) -
glGenBuffers
-
glGenBuffer
public int glGenBuffer() -
glGenBuffersARB
-
glGenFencesAPPLE
-
glGenFencesNV
-
glGenFragmentShadersATI
public int glGenFragmentShadersATI(int range) -
glGenFramebuffers
-
glGenFramebuffersEXT
-
glGenFramebuffersOES
-
glGenLists
public int glGenLists(int range) -
glGenNamesAMD
-
glGenOcclusionQueriesNV
-
glGenPathsNV
public int glGenPathsNV(int range) -
glGenPerfMonitorsAMD
-
glGenProgramPipelines
-
glGenProgramPipelinesEXT
-
glGenProgramsARB
-
glGenProgramsNV
-
glGenQueries
-
glGenQueriesARB
-
glGenQueriesEXT
-
glGenQueryResourceTagNV
-
glGenRenderbuffers
-
glGenRenderbuffersEXT
-
glGenRenderbuffersOES
-
glGenSamplers
-
glGenSemaphoresEXT
-
glGenSymbolsEXT
public int glGenSymbolsEXT(GLDataTypeEXT datatype, GLVertexShaderStorageTypeEXT storagetype, GLParameterRangeEXT range, int components) -
glGenTextures
-
glGenTexture
public int glGenTexture() -
glGenTexturesEXT
-
glGenTransformFeedbacks
-
glGenTransformFeedbacksNV
-
glGenVertexArrays
-
glGenVertexArray
public int glGenVertexArray() -
glGenVertexArraysAPPLE
-
glGenVertexArraysOES
-
glGenVertexShadersEXT
public int glGenVertexShadersEXT(int range) -
glGenerateMipmap
-
glGenerateMipmapEXT
-
glGenerateMipmapOES
-
glGenerateMultiTexMipmapEXT
-
glGenerateTextureMipmap
public void glGenerateTextureMipmap(int texture) -
glGenerateTextureMipmapEXT
-
glGetActiveAtomicCounterBufferiv
public void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, GLAtomicCounterBufferPName pname, MutPointer<Integer> params) -
glGetActiveAttrib
public void glGetActiveAttrib(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) -
glGetActiveAttribARB
public void glGetActiveAttribARB(int programObj, int index, int maxLength, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) -
glGetActiveSubroutineName
public void glGetActiveSubroutineName(int program, GLShaderType shadertype, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) -
glGetActiveSubroutineUniformName
public void glGetActiveSubroutineUniformName(int program, GLShaderType shadertype, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) -
glGetActiveSubroutineUniformiv
public void glGetActiveSubroutineUniformiv(int program, GLShaderType shadertype, int index, GLSubroutineParameterName pname, MutPointer<Integer> values) -
glGetActiveUniform
public void glGetActiveUniform(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLUniformType> type, MutPointer<Byte> name) -
glGetActiveUniformARB
public void glGetActiveUniformARB(int programObj, int index, int maxLength, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLUniformType> type, MutPointer<Byte> name) -
glGetActiveUniformBlockName
public void glGetActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, MutPointer<Integer> length, MutPointer<Byte> uniformBlockName) -
glGetActiveUniformBlockiv
public void glGetActiveUniformBlockiv(int program, int uniformBlockIndex, GLUniformBlockPName pname, MutPointer<Integer> params) -
glGetActiveUniformName
public void glGetActiveUniformName(int program, int uniformIndex, int bufSize, MutPointer<Integer> length, MutPointer<Byte> uniformName) -
glGetActiveUniformsiv
public void glGetActiveUniformsiv(int program, int uniformCount, ConstPointer<Integer> uniformIndices, GLUniformPName pname, MutPointer<Integer> params) -
glGetActiveVaryingNV
public void glGetActiveVaryingNV(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLEnum> type, MutPointer<Byte> name) -
glGetArrayObjectfvATI
public void glGetArrayObjectfvATI(GLEnableCap array, GLArrayObjectPNameATI pname, MutPointer<Float> params) -
glGetArrayObjectivATI
public void glGetArrayObjectivATI(GLEnableCap array, GLArrayObjectPNameATI pname, MutPointer<Integer> params) -
glGetAttachedObjectsARB
public void glGetAttachedObjectsARB(int containerObj, int maxCount, MutPointer<Integer> count, MutPointer<Integer> obj) Could be an alias of glGetAttachedShaders except that GLhandleARB is different on MacOS X -
glGetAttachedShaders
public void glGetAttachedShaders(int program, int maxCount, MutPointer<Integer> count, MutPointer<Integer> shaders) -
glGetAttribLocation
-
glGetAttribLocationARB
-
glGetBooleanIndexedvEXT
-
glGetBooleani_v
-
glGetBooleanv
-
glGetBufferParameteri64v
public void glGetBufferParameteri64v(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Long> params) -
glGetBufferParameteriv
public void glGetBufferParameteriv(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Integer> params) -
glGetBufferParameterivARB
public void glGetBufferParameterivARB(GLBufferTarget target, GLBufferPNameARB pname, MutPointer<Integer> params) -
glGetBufferParameterui64vNV
public void glGetBufferParameterui64vNV(GLBufferTarget target, GLEnum pname, MutPointer<Long> params) -
glGetBufferPointerv
public void glGetBufferPointerv(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) -
glGetBufferPointervARB
public void glGetBufferPointervARB(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) -
glGetBufferPointervOES
public void glGetBufferPointervOES(GLBufferTarget target, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) -
glGetBufferSubData
public void glGetBufferSubData(GLBufferTarget target, long offset, long size, MutPointer<Void> data) -
glGetBufferSubDataARB
public void glGetBufferSubDataARB(GLBufferTarget target, long offset, long size, MutPointer<Void> data) -
glGetClipPlane
-
glGetClipPlanef
-
glGetClipPlanefOES
-
glGetClipPlanex
-
glGetClipPlanexOES
-
glGetColorTable
public void glGetColorTable(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> table) -
glGetColorTableEXT
public void glGetColorTableEXT(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> data) -
glGetColorTableParameterfv
public void glGetColorTableParameterfv(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Float> params) -
glGetColorTableParameterfvEXT
public void glGetColorTableParameterfvEXT(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Float> params) -
glGetColorTableParameterfvSGI
public void glGetColorTableParameterfvSGI(GLColorTableTargetSGI target, GLColorTableParameterPName pname, MutPointer<Float> params) -
glGetColorTableParameteriv
public void glGetColorTableParameteriv(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Integer> params) -
glGetColorTableParameterivEXT
public void glGetColorTableParameterivEXT(GLColorTableTarget target, GLColorTableParameterPName pname, MutPointer<Integer> params) -
glGetColorTableParameterivSGI
public void glGetColorTableParameterivSGI(GLColorTableTargetSGI target, GLColorTableParameterPName pname, MutPointer<Integer> params) -
glGetColorTableSGI
public void glGetColorTableSGI(GLColorTableTargetSGI target, GLPixelFormat format, GLPixelType type, MutPointer<Void> table) -
glGetCombinerInputParameterfvNV
public void glGetCombinerInputParameterfvNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Float> params) -
glGetCombinerInputParameterivNV
public void glGetCombinerInputParameterivNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Integer> params) -
glGetCombinerOutputParameterfvNV
public void glGetCombinerOutputParameterfvNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerParameterNV pname, MutPointer<Float> params) -
glGetCombinerOutputParameterivNV
public void glGetCombinerOutputParameterivNV(GLCombinerStageNV stage, GLCombinerPortionNV portion, GLCombinerParameterNV pname, MutPointer<Integer> params) -
glGetCombinerStageParameterfvNV
public void glGetCombinerStageParameterfvNV(GLCombinerStageNV stage, GLCombinerParameterNV pname, MutPointer<Float> params) -
glGetCommandHeaderNV
-
glGetCompressedMultiTexImageEXT
public void glGetCompressedMultiTexImageEXT(GLTextureUnit texunit, GLTextureTarget target, int lod, MutPointer<Void> img) -
glGetCompressedTexImage
-
glGetCompressedTexImageARB
-
glGetCompressedTextureImage
public void glGetCompressedTextureImage(int texture, int level, int bufSize, MutPointer<Void> pixels) -
glGetCompressedTextureImageEXT
public void glGetCompressedTextureImageEXT(int texture, GLTextureTarget target, int lod, MutPointer<Void> img) -
glGetCompressedTextureSubImage
public void glGetCompressedTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, MutPointer<Void> pixels) -
glGetConvolutionFilter
public void glGetConvolutionFilter(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, MutPointer<Void> image) -
glGetConvolutionFilterEXT
public void glGetConvolutionFilterEXT(GLConvolutionTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> image) -
glGetConvolutionParameterfv
public void glGetConvolutionParameterfv(GLConvolutionTarget target, GLConvolutionParameter pname, MutPointer<Float> params) -
glGetConvolutionParameterfvEXT
public void glGetConvolutionParameterfvEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, MutPointer<Float> params) -
glGetConvolutionParameteriv
public void glGetConvolutionParameteriv(GLConvolutionTarget target, GLConvolutionParameter pname, MutPointer<Integer> params) -
glGetConvolutionParameterivEXT
public void glGetConvolutionParameterivEXT(GLConvolutionTargetEXT target, GLConvolutionParameter pname, MutPointer<Integer> params) -
glGetConvolutionParameterxvOES
-
glGetCoverageModulationTableNV
-
glGetDebugMessageLog
public int glGetDebugMessageLog(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) -
glGetDebugMessageLogAMD
public int glGetDebugMessageLogAMD(int count, int bufSize, MutPointer<GLEnum> categories, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> ids, MutPointer<Integer> lengths, MutPointer<Byte> message) -
glGetDebugMessageLogARB
public int glGetDebugMessageLogARB(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) -
glGetDebugMessageLogKHR
public int glGetDebugMessageLogKHR(int count, int bufSize, MutPointer<GLDebugSource> sources, MutPointer<GLDebugType> types, MutPointer<Integer> ids, MutPointer<GLDebugSeverity> severities, MutPointer<Integer> lengths, MutPointer<Byte> messageLog) -
glGetDetailTexFuncSGIS
-
glGetDoubleIndexedvEXT
-
glGetDoublei_v
-
glGetDoublei_vEXT
-
glGetDoublev
-
glGetDriverControlStringQCOM
public void glGetDriverControlStringQCOM(int driverControl, int bufSize, MutPointer<Integer> length, MutPointer<Byte> driverControlString) -
glGetDriverControlsQCOM
public void glGetDriverControlsQCOM(MutPointer<Integer> num, int size, MutPointer<Integer> driverControls) -
glGetError
-
glGetFenceivNV
-
glGetFinalCombinerInputParameterfvNV
public void glGetFinalCombinerInputParameterfvNV(GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Float> params) -
glGetFinalCombinerInputParameterivNV
public void glGetFinalCombinerInputParameterivNV(GLCombinerVariableNV variable, GLCombinerParameterNV pname, MutPointer<Integer> params) -
glGetFirstPerfQueryIdINTEL
-
glGetFixedv
-
glGetFixedvOES
-
glGetFloatIndexedvEXT
-
glGetFloati_v
-
glGetFloati_vEXT
-
glGetFloati_vNV
-
glGetFloati_vOES
-
glGetFloatv
-
glGetFogFuncSGIS
-
glGetFragDataIndex
-
glGetFragDataIndexEXT
-
glGetFragDataLocation
-
glGetFragDataLocationEXT
-
glGetFragmentLightfvSGIX
public void glGetFragmentLightfvSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, MutPointer<Float> params) -
glGetFragmentLightivSGIX
public void glGetFragmentLightivSGIX(GLFragmentLightNameSGIX light, GLFragmentLightParameterSGIX pname, MutPointer<Integer> params) -
glGetFragmentMaterialfvSGIX
public void glGetFragmentMaterialfvSGIX(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Float> params) -
glGetFragmentMaterialivSGIX
public void glGetFragmentMaterialivSGIX(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) -
glGetFragmentShadingRatesEXT
public void glGetFragmentShadingRatesEXT(int samples, int maxCount, MutPointer<Integer> count, MutPointer<GLShadingRate> shadingRates) -
glGetFramebufferAttachmentParameteriv
public void glGetFramebufferAttachmentParameteriv(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetFramebufferAttachmentParameterivEXT
public void glGetFramebufferAttachmentParameterivEXT(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetFramebufferAttachmentParameterivOES
public void glGetFramebufferAttachmentParameterivOES(GLFramebufferTarget target, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetFramebufferParameterfvAMD
public void glGetFramebufferParameterfvAMD(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, int numsamples, int pixelindex, int size, MutPointer<Float> values) -
glGetFramebufferParameteriv
public void glGetFramebufferParameteriv(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetFramebufferParameterivEXT
public void glGetFramebufferParameterivEXT(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> params) -
glGetFramebufferPixelLocalStorageSizeEXT
public int glGetFramebufferPixelLocalStorageSizeEXT(int target) -
glGetGraphicsResetStatus
-
glGetGraphicsResetStatusARB
-
glGetGraphicsResetStatusEXT
-
glGetGraphicsResetStatusKHR
-
glGetHandleARB
-
glGetHistogram
public void glGetHistogram(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) -
glGetHistogramEXT
public void glGetHistogramEXT(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) -
glGetHistogramParameterfv
public void glGetHistogramParameterfv(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Float> params) -
glGetHistogramParameterfvEXT
public void glGetHistogramParameterfvEXT(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Float> params) -
glGetHistogramParameteriv
public void glGetHistogramParameteriv(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) -
glGetHistogramParameterivEXT
public void glGetHistogramParameterivEXT(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) -
glGetHistogramParameterxvOES
public void glGetHistogramParameterxvOES(GLHistogramTargetEXT target, GLGetHistogramParameterPNameEXT pname, MutPointer<Integer> params) -
glGetImageHandleARB
public long glGetImageHandleARB(int texture, int level, boolean layered, int layer, GLPixelFormat format) -
glGetImageHandleNV
public long glGetImageHandleNV(int texture, int level, boolean layered, int layer, GLPixelFormat format) -
glGetImageTransformParameterfvHP
public void glGetImageTransformParameterfvHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, MutPointer<Float> params) -
glGetImageTransformParameterivHP
public void glGetImageTransformParameterivHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, MutPointer<Integer> params) -
glGetInfoLogARB
public void glGetInfoLogARB(int obj, int maxLength, MutPointer<Integer> length, MutPointer<Byte> infoLog) -
glGetInstrumentsSGIX
public int glGetInstrumentsSGIX() -
glGetInteger64i_v
-
glGetInteger64v
-
glGetInteger64vAPPLE
-
glGetInteger64vEXT
-
glGetIntegerIndexedvEXT
-
glGetIntegeri_v
-
glGetIntegeri_vEXT
-
glGetIntegerui64i_vNV
-
glGetIntegerui64vNV
-
glGetIntegerv
-
glGetInteger
-
glGetInternalformatSampleivNV
public void glGetInternalformatSampleivNV(GLTextureTarget target, GLInternalFormat internalformat, int samples, GLInternalFormatPName pname, int count, MutPointer<Integer> params) -
glGetInternalformati64v
public void glGetInternalformati64v(GLTextureTarget target, GLInternalFormat internalformat, GLInternalFormatPName pname, int count, MutPointer<Long> params) -
glGetInternalformativ
public void glGetInternalformativ(GLTextureTarget target, GLInternalFormat internalformat, GLInternalFormatPName pname, int count, MutPointer<Integer> params) -
glGetInvariantBooleanvEXT
-
glGetInvariantFloatvEXT
-
glGetInvariantIntegervEXT
-
glGetLightfv
-
glGetLightiv
-
glGetLightxOES
-
glGetLightxv
-
glGetLightxvOES
-
glGetListParameterfvSGIX
-
glGetListParameterivSGIX
public void glGetListParameterivSGIX(int list, GLListParameterName pname, MutPointer<Integer> params) -
glGetLocalConstantBooleanvEXT
public void glGetLocalConstantBooleanvEXT(int id, GLGetVariantValueEXT value, MutPointer<Boolean> data) -
glGetLocalConstantFloatvEXT
-
glGetLocalConstantIntegervEXT
public void glGetLocalConstantIntegervEXT(int id, GLGetVariantValueEXT value, MutPointer<Integer> data) -
glGetMapAttribParameterfvNV
public void glGetMapAttribParameterfvNV(GLEvalTargetNV target, int index, GLMapAttribParameterNV pname, MutPointer<Float> params) -
glGetMapAttribParameterivNV
public void glGetMapAttribParameterivNV(GLEvalTargetNV target, int index, GLMapAttribParameterNV pname, MutPointer<Integer> params) -
glGetMapControlPointsNV
public void glGetMapControlPointsNV(GLEvalTargetNV target, int index, GLMapTypeNV type, int ustride, int vstride, boolean packed, MutPointer<Void> points) -
glGetMapParameterfvNV
public void glGetMapParameterfvNV(GLEvalTargetNV target, GLMapParameterNV pname, MutPointer<Float> params) -
glGetMapParameterivNV
public void glGetMapParameterivNV(GLEvalTargetNV target, GLMapParameterNV pname, MutPointer<Integer> params) -
glGetMapdv
-
glGetMapfv
-
glGetMapiv
-
glGetMapxvOES
-
glGetMaterialfv
public void glGetMaterialfv(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Float> params) -
glGetMaterialiv
public void glGetMaterialiv(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) -
glGetMaterialxOES
-
glGetMaterialxv
public void glGetMaterialxv(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) -
glGetMaterialxvOES
public void glGetMaterialxvOES(GLTriangleFace face, GLMaterialParameter pname, MutPointer<Integer> params) -
glGetMemoryObjectDetachedResourcesuivNV
public void glGetMemoryObjectDetachedResourcesuivNV(int memory, GLEnum pname, int first, int count, MutPointer<Integer> params) -
glGetMemoryObjectParameterivEXT
public void glGetMemoryObjectParameterivEXT(int memoryObject, GLMemoryObjectParameterName pname, MutPointer<Integer> params) -
glGetMinmax
public void glGetMinmax(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) -
glGetMinmaxEXT
public void glGetMinmaxEXT(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, MutPointer<Void> values) -
glGetMinmaxParameterfv
public void glGetMinmaxParameterfv(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Float> params) -
glGetMinmaxParameterfvEXT
public void glGetMinmaxParameterfvEXT(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Float> params) -
glGetMinmaxParameteriv
public void glGetMinmaxParameteriv(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Integer> params) -
glGetMinmaxParameterivEXT
public void glGetMinmaxParameterivEXT(GLMinmaxTargetEXT target, GLGetMinmaxParameterPNameEXT pname, MutPointer<Integer> params) -
glGetMultiTexEnvfvEXT
public void glGetMultiTexEnvfvEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Float> params) -
glGetMultiTexEnvivEXT
public void glGetMultiTexEnvivEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) -
glGetMultiTexGendvEXT
public void glGetMultiTexGendvEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Double> params) -
glGetMultiTexGenfvEXT
public void glGetMultiTexGenfvEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) -
glGetMultiTexGenivEXT
public void glGetMultiTexGenivEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) -
glGetMultiTexImageEXT
public void glGetMultiTexImageEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) -
glGetMultiTexLevelParameterfvEXT
public void glGetMultiTexLevelParameterfvEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetMultiTexLevelParameterivEXT
public void glGetMultiTexLevelParameterivEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetMultiTexParameterIivEXT
public void glGetMultiTexParameterIivEXT(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetMultiTexParameterIuivEXT
public void glGetMultiTexParameterIuivEXT(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetMultiTexParameterfvEXT
public void glGetMultiTexParameterfvEXT(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetMultiTexParameterivEXT
public void glGetMultiTexParameterivEXT(GLTextureUnit texunit, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetMultisamplefv
-
glGetMultisamplefvNV
-
glGetNamedBufferParameteri64v
public void glGetNamedBufferParameteri64v(int buffer, GLBufferPNameARB pname, MutPointer<Long> params) -
glGetNamedBufferParameteriv
public void glGetNamedBufferParameteriv(int buffer, GLBufferPNameARB pname, MutPointer<Integer> params) -
glGetNamedBufferParameterivEXT
public void glGetNamedBufferParameterivEXT(int buffer, GLBufferPNameARB pname, MutPointer<Integer> params) -
glGetNamedBufferParameterui64vNV
public void glGetNamedBufferParameterui64vNV(int buffer, GLBufferPNameARB pname, MutPointer<Long> params) -
glGetNamedBufferPointerv
public void glGetNamedBufferPointerv(int buffer, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) -
glGetNamedBufferPointervEXT
public void glGetNamedBufferPointervEXT(int buffer, GLBufferPointerNameARB pname, MutPointer<MutPointer<Void>> params) -
glGetNamedBufferSubData
-
glGetNamedBufferSubDataEXT
-
glGetNamedFramebufferParameterfvAMD
public void glGetNamedFramebufferParameterfvAMD(int framebuffer, GLEnum pname, int numsamples, int pixelindex, int size, MutPointer<Float> values) -
glGetNamedFramebufferAttachmentParameteriv
public void glGetNamedFramebufferAttachmentParameteriv(int framebuffer, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetNamedFramebufferAttachmentParameterivEXT
public void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, GLFramebufferAttachment attachment, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
glGetNamedFramebufferParameteriv
public void glGetNamedFramebufferParameteriv(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> param) -
glGetNamedFramebufferParameterivEXT
public void glGetNamedFramebufferParameterivEXT(int framebuffer, GLGetFramebufferParameter pname, MutPointer<Integer> params) -
glGetNamedProgramLocalParameterIivEXT
public void glGetNamedProgramLocalParameterIivEXT(int program, GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetNamedProgramLocalParameterIuivEXT
public void glGetNamedProgramLocalParameterIuivEXT(int program, GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetNamedProgramLocalParameterdvEXT
public void glGetNamedProgramLocalParameterdvEXT(int program, GLProgramTarget target, int index, MutPointer<Double> params) -
glGetNamedProgramLocalParameterfvEXT
public void glGetNamedProgramLocalParameterfvEXT(int program, GLProgramTarget target, int index, MutPointer<Float> params) -
glGetNamedProgramStringEXT
public void glGetNamedProgramStringEXT(int program, GLProgramTarget target, GLProgramStringProperty pname, MutPointer<Void> string) -
glGetNamedProgramivEXT
public void glGetNamedProgramivEXT(int program, GLProgramTarget target, GLProgramPropertyARB pname, MutPointer<Integer> params) -
glGetNamedRenderbufferParameteriv
public void glGetNamedRenderbufferParameteriv(int renderbuffer, GLRenderbufferParameterName pname, MutPointer<Integer> params) -
glGetNamedRenderbufferParameterivEXT
public void glGetNamedRenderbufferParameterivEXT(int renderbuffer, GLRenderbufferParameterName pname, MutPointer<Integer> params) -
glGetNamedStringARB
public void glGetNamedStringARB(int namelen, ConstPointer<Byte> name, int bufSize, MutPointer<Integer> stringlen, MutPointer<Byte> string) -
glGetNamedStringivARB
public void glGetNamedStringivARB(int namelen, ConstPointer<Byte> name, GLEnum pname, MutPointer<Integer> params) -
glGetNextPerfQueryIdINTEL
-
glGetObjectBufferfvATI
public void glGetObjectBufferfvATI(int buffer, GLArrayObjectPNameATI pname, MutPointer<Float> params) -
glGetObjectBufferivATI
public void glGetObjectBufferivATI(int buffer, GLArrayObjectPNameATI pname, MutPointer<Integer> params) -
glGetObjectLabel
public void glGetObjectLabel(GLObjectIdentifier identifier, int name, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) -
glGetObjectLabelEXT
public void glGetObjectLabelEXT(GLEnum type, int object, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) -
glGetObjectLabelKHR
public void glGetObjectLabelKHR(GLEnum identifier, int name, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) -
glGetObjectParameterfvARB
-
glGetObjectParameterivAPPLE
public void glGetObjectParameterivAPPLE(GLEnum objectType, int name, GLEnum pname, MutPointer<Integer> params) -
glGetObjectParameterivARB
-
glGetObjectPtrLabel
public void glGetObjectPtrLabel(ConstPointer<Void> ptr, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) -
glGetObjectPtrLabelKHR
public void glGetObjectPtrLabelKHR(ConstPointer<Void> ptr, int bufSize, MutPointer<Integer> length, MutPointer<Byte> label) -
glGetOcclusionQueryivNV
public void glGetOcclusionQueryivNV(int id, GLOcclusionQueryParameterNameNV pname, MutPointer<Integer> params) -
glGetOcclusionQueryuivNV
public void glGetOcclusionQueryuivNV(int id, GLOcclusionQueryParameterNameNV pname, MutPointer<Integer> params) -
glGetPathColorGenfvNV
-
glGetPathColorGenivNV
public void glGetPathColorGenivNV(GLPathColor color, GLPathGenMode pname, MutPointer<Integer> value) -
glGetPathCommandsNV
-
glGetPathCoordsNV
-
glGetPathDashArrayNV
-
glGetPathLengthNV
public float glGetPathLengthNV(int path, int startSegment, int numSegments) -
glGetPathMetricRangeNV
public void glGetPathMetricRangeNV(int metricQueryMask, int firstPathName, int numPaths, int stride, MutPointer<Float> metrics) -
glGetPathMetricsNV
public void glGetPathMetricsNV(int metricQueryMask, int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int stride, MutPointer<Float> metrics) -
glGetPathParameterfvNV
-
glGetPathParameterivNV
-
glGetPathSpacingNV
public void glGetPathSpacingNV(GLPathListMode pathListMode, int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, float advanceScale, float kerningScale, GLPathTransformType transformType, MutPointer<Float> returnedSpacing) -
glGetPathTexGenfvNV
public void glGetPathTexGenfvNV(GLTextureUnit texCoordSet, GLPathGenMode pname, MutPointer<Float> value) -
glGetPathTexGenivNV
public void glGetPathTexGenivNV(GLTextureUnit texCoordSet, GLPathGenMode pname, MutPointer<Integer> value) -
glGetPerfCounterInfoINTEL
public void glGetPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, MutPointer<Byte> counterName, int counterDescLength, MutPointer<Byte> counterDesc, MutPointer<Integer> counterOffset, MutPointer<Integer> counterDataSize, MutPointer<Integer> counterTypeEnum, MutPointer<Integer> counterDataTypeEnum, MutPointer<Long> rawCounterMaxValue) -
glGetPerfMonitorCounterDataAMD
public void glGetPerfMonitorCounterDataAMD(int monitor, GLEnum pname, int dataSize, MutPointer<Integer> data, MutPointer<Integer> bytesWritten) -
glGetPerfMonitorCounterInfoAMD
public void glGetPerfMonitorCounterInfoAMD(int group, int counter, GLEnum pname, MutPointer<Void> data) -
glGetPerfMonitorCounterStringAMD
public void glGetPerfMonitorCounterStringAMD(int group, int counter, int bufSize, MutPointer<Integer> length, MutPointer<Byte> counterString) -
glGetPerfMonitorCountersAMD
public void glGetPerfMonitorCountersAMD(int group, MutPointer<Integer> numCounters, MutPointer<Integer> maxActiveCounters, int counterSize, MutPointer<Integer> counters) -
glGetPerfMonitorGroupStringAMD
public void glGetPerfMonitorGroupStringAMD(int group, int bufSize, MutPointer<Integer> length, MutPointer<Byte> groupString) -
glGetPerfMonitorGroupsAMD
public void glGetPerfMonitorGroupsAMD(MutPointer<Integer> numGroups, int groupsSize, MutPointer<Integer> groups) -
glGetPerfQueryDataINTEL
public void glGetPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, MutPointer<Void> data, MutPointer<Integer> bytesWritten) -
glGetPerfQueryIdByNameINTEL
-
glGetPerfQueryInfoINTEL
public void glGetPerfQueryInfoINTEL(int queryId, int queryNameLength, MutPointer<Byte> queryName, MutPointer<Integer> dataSize, MutPointer<Integer> noCounters, MutPointer<Integer> noInstances, MutPointer<Integer> capsMask) -
glGetPixelMapfv
-
glGetPixelMapuiv
-
glGetPixelMapusv
-
glGetPixelMapxv
-
glGetPixelTexGenParameterfvSGIS
public void glGetPixelTexGenParameterfvSGIS(GLPixelTexGenParameterNameSGIS pname, MutPointer<Float> params) -
glGetPixelTexGenParameterivSGIS
public void glGetPixelTexGenParameterivSGIS(GLPixelTexGenParameterNameSGIS pname, MutPointer<Integer> params) -
glGetPixelTransformParameterfvEXT
public void glGetPixelTransformParameterfvEXT(GLEnum target, GLEnum pname, MutPointer<Float> params) -
glGetPixelTransformParameterivEXT
public void glGetPixelTransformParameterivEXT(GLEnum target, GLEnum pname, MutPointer<Integer> params) -
glGetPointerIndexedvEXT
-
glGetPointeri_vEXT
-
glGetPointerv
-
glGetPointervEXT
-
glGetPointervKHR
-
glGetPolygonStipple
-
glGetProgramBinary
public void glGetProgramBinary(int program, int bufSize, MutPointer<Integer> length, MutPointer<GLEnum> binaryFormat, MutPointer<Void> binary) -
glGetProgramBinaryOES
public void glGetProgramBinaryOES(int program, int bufSize, MutPointer<Integer> length, MutPointer<GLEnum> binaryFormat, MutPointer<Void> binary) -
glGetProgramEnvParameterIivNV
public void glGetProgramEnvParameterIivNV(GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetProgramEnvParameterIuivNV
public void glGetProgramEnvParameterIuivNV(GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetProgramEnvParameterdvARB
public void glGetProgramEnvParameterdvARB(GLProgramTarget target, int index, MutPointer<Double> params) -
glGetProgramEnvParameterfvARB
public void glGetProgramEnvParameterfvARB(GLProgramTarget target, int index, MutPointer<Float> params) -
glGetProgramInfoLog
public void glGetProgramInfoLog(int program, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) -
glGetProgramInterfaceiv
public void glGetProgramInterfaceiv(int program, GLProgramInterface programInterface, GLProgramInterfacePName pname, MutPointer<Integer> params) -
glGetProgramLocalParameterIivNV
public void glGetProgramLocalParameterIivNV(GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetProgramLocalParameterIuivNV
public void glGetProgramLocalParameterIuivNV(GLProgramTarget target, int index, MutPointer<Integer> params) -
glGetProgramLocalParameterdvARB
public void glGetProgramLocalParameterdvARB(GLProgramTarget target, int index, MutPointer<Double> params) -
glGetProgramLocalParameterfvARB
public void glGetProgramLocalParameterfvARB(GLProgramTarget target, int index, MutPointer<Float> params) -
glGetProgramNamedParameterdvNV
public void glGetProgramNamedParameterdvNV(int id, int len, ConstPointer<Byte> name, MutPointer<Double> params) -
glGetProgramNamedParameterfvNV
public void glGetProgramNamedParameterfvNV(int id, int len, ConstPointer<Byte> name, MutPointer<Float> params) -
glGetProgramParameterdvNV
public void glGetProgramParameterdvNV(GLVertexAttribEnumNV target, int index, GLVertexAttribEnumNV pname, MutPointer<Double> params) -
glGetProgramParameterfvNV
public void glGetProgramParameterfvNV(GLVertexAttribEnumNV target, int index, GLVertexAttribEnumNV pname, MutPointer<Float> params) -
glGetProgramPipelineInfoLog
public void glGetProgramPipelineInfoLog(int pipeline, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) -
glGetProgramPipelineInfoLogEXT
public void glGetProgramPipelineInfoLogEXT(int pipeline, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) -
glGetProgramPipelineiv
public void glGetProgramPipelineiv(int pipeline, GLPipelineParameterName pname, MutPointer<Integer> params) -
glGetProgramPipelineivEXT
public void glGetProgramPipelineivEXT(int pipeline, GLPipelineParameterName pname, MutPointer<Integer> params) -
glGetProgramResourceIndex
public int glGetProgramResourceIndex(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) -
glGetProgramResourceLocation
public int glGetProgramResourceLocation(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) -
glGetProgramResourceLocationIndex
public int glGetProgramResourceLocationIndex(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) -
glGetProgramResourceLocationIndexEXT
public int glGetProgramResourceLocationIndexEXT(int program, GLProgramInterface programInterface, ConstPointer<Byte> name) -
glGetProgramResourceName
public void glGetProgramResourceName(int program, GLProgramInterface programInterface, int index, int bufSize, MutPointer<Integer> length, MutPointer<Byte> name) -
glGetProgramResourcefvNV
public void glGetProgramResourcefvNV(int program, GLProgramInterface programInterface, int index, int propCount, ConstPointer<GLEnum> props, int count, MutPointer<Integer> length, MutPointer<Float> params) -
glGetProgramResourceiv
public void glGetProgramResourceiv(int program, GLProgramInterface programInterface, int index, int propCount, ConstPointer<GLProgramResourceProperty> props, int count, MutPointer<Integer> length, MutPointer<Integer> params) -
glGetProgramStageiv
public void glGetProgramStageiv(int program, GLShaderType shadertype, GLProgramStagePName pname, MutPointer<Integer> values) -
glGetProgramStringARB
public void glGetProgramStringARB(GLProgramTarget target, GLProgramStringProperty pname, MutPointer<Void> string) -
glGetProgramStringNV
-
glGetProgramSubroutineParameteruivNV
public void glGetProgramSubroutineParameteruivNV(GLEnum target, int index, MutPointer<Integer> param) -
glGetProgramiv
-
glGetProgramivARB
public void glGetProgramivARB(GLProgramTarget target, GLProgramPropertyARB pname, MutPointer<Integer> params) -
glGetProgramivNV
-
glGetQueryBufferObjecti64v
public void glGetQueryBufferObjecti64v(int id, int buffer, GLQueryObjectParameterName pname, long offset) -
glGetQueryBufferObjectiv
public void glGetQueryBufferObjectiv(int id, int buffer, GLQueryObjectParameterName pname, long offset) -
glGetQueryBufferObjectui64v
public void glGetQueryBufferObjectui64v(int id, int buffer, GLQueryObjectParameterName pname, long offset) -
glGetQueryBufferObjectuiv
public void glGetQueryBufferObjectuiv(int id, int buffer, GLQueryObjectParameterName pname, long offset) -
glGetQueryIndexediv
public void glGetQueryIndexediv(GLQueryTarget target, int index, GLQueryParameterName pname, MutPointer<Integer> params) -
glGetQueryObjecti64v
-
glGetQueryObjecti64vEXT
public void glGetQueryObjecti64vEXT(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) -
glGetQueryObjectiv
public void glGetQueryObjectiv(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryObjectivARB
public void glGetQueryObjectivARB(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryObjectivEXT
public void glGetQueryObjectivEXT(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryObjectui64v
public void glGetQueryObjectui64v(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) -
glGetQueryObjectui64vEXT
public void glGetQueryObjectui64vEXT(int id, GLQueryObjectParameterName pname, MutPointer<Long> params) -
glGetQueryObjectuiv
public void glGetQueryObjectuiv(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryObjectuivARB
public void glGetQueryObjectuivARB(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryObjectuivEXT
public void glGetQueryObjectuivEXT(int id, GLQueryObjectParameterName pname, MutPointer<Integer> params) -
glGetQueryiv
public void glGetQueryiv(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) -
glGetQueryivARB
public void glGetQueryivARB(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) -
glGetQueryivEXT
public void glGetQueryivEXT(GLQueryTarget target, GLQueryParameterName pname, MutPointer<Integer> params) -
glGetRenderbufferParameteriv
public void glGetRenderbufferParameteriv(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) -
glGetRenderbufferParameterivEXT
public void glGetRenderbufferParameterivEXT(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) -
glGetRenderbufferParameterivOES
public void glGetRenderbufferParameterivOES(GLRenderbufferTarget target, GLRenderbufferParameterName pname, MutPointer<Integer> params) -
glGetSamplerParameterIiv
public void glGetSamplerParameterIiv(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterIivEXT
public void glGetSamplerParameterIivEXT(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterIivOES
public void glGetSamplerParameterIivOES(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterIuiv
public void glGetSamplerParameterIuiv(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterIuivEXT
public void glGetSamplerParameterIuivEXT(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterIuivOES
public void glGetSamplerParameterIuivOES(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSamplerParameterfv
public void glGetSamplerParameterfv(int sampler, GLSamplerParameterF pname, MutPointer<Float> params) -
glGetSamplerParameteriv
public void glGetSamplerParameteriv(int sampler, GLSamplerParameterI pname, MutPointer<Integer> params) -
glGetSemaphoreParameterivNV
public void glGetSemaphoreParameterivNV(int semaphore, GLSemaphoreParameterName pname, MutPointer<Integer> params) -
glGetSemaphoreParameterui64vEXT
public void glGetSemaphoreParameterui64vEXT(int semaphore, GLSemaphoreParameterName pname, MutPointer<Long> params) -
glGetSeparableFilter
public void glGetSeparableFilter(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> row, MutPointer<Void> column, MutPointer<Void> span) -
glGetSeparableFilterEXT
public void glGetSeparableFilterEXT(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, MutPointer<Void> row, MutPointer<Void> column, MutPointer<Void> span) -
glGetShaderInfoLog
public void glGetShaderInfoLog(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> infoLog) -
glGetShaderPrecisionFormat
public void glGetShaderPrecisionFormat(GLShaderType shadertype, GLPrecisionType precisiontype, MutPointer<Integer> range, MutPointer<Integer> precision) -
glGetShaderSource
public void glGetShaderSource(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> source) -
glGetShaderSourceARB
public void glGetShaderSourceARB(int obj, int maxLength, MutPointer<Integer> length, MutPointer<Byte> source) -
glGetShaderiv
-
glGetShadingRateImagePaletteNV
-
glGetShadingRateSampleLocationivNV
public void glGetShadingRateSampleLocationivNV(GLEnum rate, int samples, int index, MutPointer<Integer> location) -
glGetSharpenTexFuncSGIS
-
glGetStageIndexNV
-
glGetString
-
glGetStringi
-
glGetSubroutineIndex
-
glGetSubroutineUniformLocation
public int glGetSubroutineUniformLocation(int program, GLShaderType shadertype, ConstPointer<Byte> name) -
glGetSynciv
public void glGetSynciv(ConstPointer<Void> sync, GLSyncParameterName pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) -
glGetSyncivAPPLE
public void glGetSyncivAPPLE(ConstPointer<Void> sync, GLSyncParameterName pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) -
glGetTexBumpParameterfvATI
-
glGetTexBumpParameterivATI
-
glGetTexEnvfv
public void glGetTexEnvfv(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Float> params) -
glGetTexEnviv
public void glGetTexEnviv(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) -
glGetTexEnvxv
public void glGetTexEnvxv(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) -
glGetTexEnvxvOES
public void glGetTexEnvxvOES(GLTextureEnvTarget target, GLTextureEnvParameter pname, MutPointer<Integer> params) -
glGetTexFilterFuncSGIS
public void glGetTexFilterFuncSGIS(GLTextureTarget target, GLTextureFilterSGIS filter, MutPointer<Float> weights) -
glGetTexGendv
public void glGetTexGendv(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Double> params) -
glGetTexGenfv
public void glGetTexGenfv(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) -
glGetTexGenfvOES
public void glGetTexGenfvOES(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Float> params) -
glGetTexGeniv
public void glGetTexGeniv(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) -
glGetTexGenivOES
public void glGetTexGenivOES(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) -
glGetTexGenxvOES
public void glGetTexGenxvOES(GLTextureCoordName coord, GLTextureGenParameter pname, MutPointer<Integer> params) -
glGetTexImage
public void glGetTexImage(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) -
glGetTexLevelParameterfv
public void glGetTexLevelParameterfv(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTexLevelParameteriv
public void glGetTexLevelParameteriv(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexLevelParameterxvOES
public void glGetTexLevelParameterxvOES(GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIiv
public void glGetTexParameterIiv(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIivEXT
public void glGetTexParameterIivEXT(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIivOES
public void glGetTexParameterIivOES(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIuiv
public void glGetTexParameterIuiv(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIuivEXT
public void glGetTexParameterIuivEXT(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterIuivOES
public void glGetTexParameterIuivOES(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterPointervAPPLE
public void glGetTexParameterPointervAPPLE(GLEnum target, GLEnum pname, MutPointer<MutPointer<Void>> params) -
glGetTexParameterfv
public void glGetTexParameterfv(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTexParameteriv
public void glGetTexParameteriv(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterxv
public void glGetTexParameterxv(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTexParameterxvOES
public void glGetTexParameterxvOES(GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureHandleARB
public long glGetTextureHandleARB(int texture) -
glGetTextureHandleIMG
public long glGetTextureHandleIMG(int texture) -
glGetTextureHandleNV
public long glGetTextureHandleNV(int texture) -
glGetTextureImage
public void glGetTextureImage(int texture, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) -
glGetTextureImageEXT
public void glGetTextureImageEXT(int texture, GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) -
glGetTextureLevelParameterfv
public void glGetTextureLevelParameterfv(int texture, int level, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTextureLevelParameterfvEXT
public void glGetTextureLevelParameterfvEXT(int texture, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTextureLevelParameteriv
public void glGetTextureLevelParameteriv(int texture, int level, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureLevelParameterivEXT
public void glGetTextureLevelParameterivEXT(int texture, GLTextureTarget target, int level, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterIiv
public void glGetTextureParameterIiv(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterIivEXT
public void glGetTextureParameterIivEXT(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterIuiv
public void glGetTextureParameterIuiv(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterIuivEXT
public void glGetTextureParameterIuivEXT(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterfv
public void glGetTextureParameterfv(int texture, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTextureParameterfvEXT
public void glGetTextureParameterfvEXT(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Float> params) -
glGetTextureParameteriv
public void glGetTextureParameteriv(int texture, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureParameterivEXT
public void glGetTextureParameterivEXT(int texture, GLTextureTarget target, GLGetTextureParameter pname, MutPointer<Integer> params) -
glGetTextureSamplerHandleARB
public long glGetTextureSamplerHandleARB(int texture, int sampler) -
glGetTextureSamplerHandleIMG
public long glGetTextureSamplerHandleIMG(int texture, int sampler) -
glGetTextureSamplerHandleNV
public long glGetTextureSamplerHandleNV(int texture, int sampler) -
glGetTextureSubImage
public void glGetTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) -
glGetTrackMatrixivNV
public void glGetTrackMatrixivNV(GLVertexAttribEnumNV target, int address, GLVertexAttribEnumNV pname, MutPointer<Integer> params) -
glGetTransformFeedbackVarying
public void glGetTransformFeedbackVarying(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) -
glGetTransformFeedbackVaryingEXT
public void glGetTransformFeedbackVaryingEXT(int program, int index, int bufSize, MutPointer<Integer> length, MutPointer<Integer> size, MutPointer<GLAttributeType> type, MutPointer<Byte> name) -
glGetTransformFeedbackVaryingNV
-
glGetTransformFeedbacki64_v
public void glGetTransformFeedbacki64_v(int xfb, GLTransformFeedbackPName pname, int index, MutPointer<Long> param) -
glGetTransformFeedbacki_v
public void glGetTransformFeedbacki_v(int xfb, GLTransformFeedbackPName pname, int index, MutPointer<Integer> param) -
glGetTransformFeedbackiv
public void glGetTransformFeedbackiv(int xfb, GLTransformFeedbackPName pname, MutPointer<Integer> param) -
glGetTranslatedShaderSourceANGLE
public void glGetTranslatedShaderSourceANGLE(int shader, int bufSize, MutPointer<Integer> length, MutPointer<Byte> source) -
glGetUniformBlockIndex
-
glGetUniformBufferSizeEXT
public int glGetUniformBufferSizeEXT(int program, int location) -
glGetUniformIndices
public void glGetUniformIndices(int program, int uniformCount, ConstPointer<ConstPointer<Byte>> uniformNames, MutPointer<Integer> uniformIndices) -
glGetUniformLocation
-
glGetUniformLocationARB
-
glGetUniformOffsetEXT
public long glGetUniformOffsetEXT(int program, int location) -
glGetUniformSubroutineuiv
public void glGetUniformSubroutineuiv(GLShaderType shadertype, int location, MutPointer<Integer> params) -
glGetUniformdv
-
glGetUniformfv
-
glGetUniformfvARB
-
glGetUniformi64vARB
-
glGetUniformi64vNV
-
glGetUniformiv
-
glGetUniformivARB
-
glGetUniformui64vARB
-
glGetUniformui64vNV
-
glGetUniformuiv
-
glGetUniformuivEXT
-
glGetUnsignedBytevEXT
-
glGetUnsignedBytei_vEXT
-
glGetVariantArrayObjectfvATI
public void glGetVariantArrayObjectfvATI(int id, GLArrayObjectPNameATI pname, MutPointer<Float> params) -
glGetVariantArrayObjectivATI
public void glGetVariantArrayObjectivATI(int id, GLArrayObjectPNameATI pname, MutPointer<Integer> params) -
glGetVariantBooleanvEXT
-
glGetVariantFloatvEXT
-
glGetVariantIntegervEXT
-
glGetVariantPointervEXT
public void glGetVariantPointervEXT(int id, GLGetVariantValueEXT value, MutPointer<MutPointer<Void>> data) -
glGetVaryingLocationNV
-
glGetVertexArrayIndexed64iv
public void glGetVertexArrayIndexed64iv(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Long> param) -
glGetVertexArrayIndexediv
public void glGetVertexArrayIndexediv(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Integer> param) -
glGetVertexArrayIntegeri_vEXT
public void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, GLVertexArrayPName pname, MutPointer<Integer> param) -
glGetVertexArrayIntegervEXT
public void glGetVertexArrayIntegervEXT(int vaobj, GLVertexArrayPName pname, MutPointer<Integer> param) -
glGetVertexArrayPointeri_vEXT
public void glGetVertexArrayPointeri_vEXT(int vaobj, int index, GLVertexArrayPName pname, MutPointer<MutPointer<Void>> param) -
glGetVertexArrayPointervEXT
public void glGetVertexArrayPointervEXT(int vaobj, GLVertexArrayPName pname, MutPointer<MutPointer<Void>> param) -
glGetVertexArrayiv
-
glGetVertexAttribArrayObjectfvATI
public void glGetVertexAttribArrayObjectfvATI(int index, GLArrayObjectPNameATI pname, MutPointer<Float> params) -
glGetVertexAttribArrayObjectivATI
public void glGetVertexAttribArrayObjectivATI(int index, GLArrayObjectPNameATI pname, MutPointer<Integer> params) -
glGetVertexAttribIiv
-
glGetVertexAttribIivEXT
public void glGetVertexAttribIivEXT(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) -
glGetVertexAttribIuiv
-
glGetVertexAttribIuivEXT
public void glGetVertexAttribIuivEXT(int index, GLVertexAttribEnum pname, MutPointer<Integer> params) -
glGetVertexAttribLdv
-
glGetVertexAttribLdvEXT
-
glGetVertexAttribLi64vNV
-
glGetVertexAttribLui64vARB
public void glGetVertexAttribLui64vARB(int index, GLVertexAttribEnum pname, MutPointer<Long> params) -
glGetVertexAttribLui64vNV
-
glGetVertexAttribPointerv
public void glGetVertexAttribPointerv(int index, GLVertexAttribPointerPropertyARB pname, MutPointer<MutPointer<Void>> pointer) -
glGetVertexAttribPointervARB
public void glGetVertexAttribPointervARB(int index, GLVertexAttribPointerPropertyARB pname, MutPointer<MutPointer<Void>> pointer) -
glGetVertexAttribPointervNV
public void glGetVertexAttribPointervNV(int index, GLVertexAttribEnumNV pname, MutPointer<MutPointer<Void>> pointer) -
glGetVertexAttribdv
public void glGetVertexAttribdv(int index, GLVertexAttribPropertyARB pname, MutPointer<Double> params) -
glGetVertexAttribdvARB
public void glGetVertexAttribdvARB(int index, GLVertexAttribPropertyARB pname, MutPointer<Double> params) -
glGetVertexAttribdvNV
-
glGetVertexAttribfv
public void glGetVertexAttribfv(int index, GLVertexAttribPropertyARB pname, MutPointer<Float> params) -
glGetVertexAttribfvARB
public void glGetVertexAttribfvARB(int index, GLVertexAttribPropertyARB pname, MutPointer<Float> params) -
glGetVertexAttribfvNV
-
glGetVertexAttribiv
public void glGetVertexAttribiv(int index, GLVertexAttribPropertyARB pname, MutPointer<Integer> params) -
glGetVertexAttribivARB
public void glGetVertexAttribivARB(int index, GLVertexAttribPropertyARB pname, MutPointer<Integer> params) -
glGetVertexAttribivNV
public void glGetVertexAttribivNV(int index, GLVertexAttribEnumNV pname, MutPointer<Integer> params) -
glGetVideoCaptureStreamdvNV
public void glGetVideoCaptureStreamdvNV(int video_capture_slot, int stream, GLEnum pname, MutPointer<Double> params) -
glGetVideoCaptureStreamfvNV
public void glGetVideoCaptureStreamfvNV(int video_capture_slot, int stream, GLEnum pname, MutPointer<Float> params) -
glGetVideoCaptureStreamivNV
public void glGetVideoCaptureStreamivNV(int video_capture_slot, int stream, GLEnum pname, MutPointer<Integer> params) -
glGetVideoCaptureivNV
-
glGetVideoi64vNV
-
glGetVideoivNV
-
glGetVideoui64vNV
-
glGetVideouivNV
-
glGetnColorTable
public void glGetnColorTable(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> table) -
glGetnColorTableARB
public void glGetnColorTableARB(GLColorTableTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> table) -
glGetnCompressedTexImage
public void glGetnCompressedTexImage(GLTextureTarget target, int lod, int bufSize, MutPointer<Void> pixels) -
glGetnCompressedTexImageARB
public void glGetnCompressedTexImageARB(GLTextureTarget target, int lod, int bufSize, MutPointer<Void> img) -
glGetnConvolutionFilter
public void glGetnConvolutionFilter(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> image) -
glGetnConvolutionFilterARB
public void glGetnConvolutionFilterARB(GLConvolutionTarget target, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> image) -
glGetnHistogram
public void glGetnHistogram(GLHistogramTarget target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) -
glGetnHistogramARB
public void glGetnHistogramARB(GLHistogramTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) -
glGetnMapdv
-
glGetnMapdvARB
-
glGetnMapfv
-
glGetnMapfvARB
-
glGetnMapiv
-
glGetnMapivARB
public void glGetnMapivARB(GLMapTarget target, GLMapQuery query, int bufSize, MutPointer<Integer> v) -
glGetnMinmax
public void glGetnMinmax(GLMinmaxTarget target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) -
glGetnMinmaxARB
public void glGetnMinmaxARB(GLMinmaxTargetEXT target, boolean reset, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> values) -
glGetnPixelMapfv
-
glGetnPixelMapfvARB
-
glGetnPixelMapuiv
-
glGetnPixelMapuivARB
-
glGetnPixelMapusv
-
glGetnPixelMapusvARB
-
glGetnPolygonStipple
-
glGetnPolygonStippleARB
-
glGetnSeparableFilter
public void glGetnSeparableFilter(GLSeparableTarget target, GLPixelFormat format, GLPixelType type, int rowBufSize, MutPointer<Void> row, int columnBufSize, MutPointer<Void> column, MutPointer<Void> span) -
glGetnSeparableFilterARB
public void glGetnSeparableFilterARB(GLSeparableTargetEXT target, GLPixelFormat format, GLPixelType type, int rowBufSize, MutPointer<Void> row, int columnBufSize, MutPointer<Void> column, MutPointer<Void> span) -
glGetnTexImage
public void glGetnTexImage(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> pixels) -
glGetnTexImageARB
public void glGetnTexImageARB(GLTextureTarget target, int level, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> img) -
glGetnUniformdv
-
glGetnUniformdvARB
-
glGetnUniformfv
-
glGetnUniformfvARB
-
glGetnUniformfvEXT
-
glGetnUniformfvKHR
-
glGetnUniformi64vARB
-
glGetnUniformiv
-
glGetnUniformivARB
-
glGetnUniformivEXT
-
glGetnUniformivKHR
-
glGetnUniformui64vARB
-
glGetnUniformuiv
-
glGetnUniformuivARB
-
glGetnUniformuivKHR
-
glGlobalAlphaFactorbSUN
public void glGlobalAlphaFactorbSUN(byte factor) -
glGlobalAlphaFactordSUN
public void glGlobalAlphaFactordSUN(double factor) -
glGlobalAlphaFactorfSUN
public void glGlobalAlphaFactorfSUN(float factor) -
glGlobalAlphaFactoriSUN
public void glGlobalAlphaFactoriSUN(int factor) -
glGlobalAlphaFactorsSUN
public void glGlobalAlphaFactorsSUN(short factor) -
glGlobalAlphaFactorubSUN
public void glGlobalAlphaFactorubSUN(byte factor) -
glGlobalAlphaFactoruiSUN
public void glGlobalAlphaFactoruiSUN(int factor) -
glGlobalAlphaFactorusSUN
public void glGlobalAlphaFactorusSUN(char factor) -
glHint
-
glHintPGI
-
glHistogram
public void glHistogram(GLHistogramTargetEXT target, int width, GLInternalFormat internalformat, boolean sink) -
glHistogramEXT
public void glHistogramEXT(GLHistogramTargetEXT target, int width, GLInternalFormat internalformat, boolean sink) -
glIglooInterfaceSGIX
-
glImageTransformParameterfHP
public void glImageTransformParameterfHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, float param) -
glImageTransformParameterfvHP
public void glImageTransformParameterfvHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, ConstPointer<Float> params) -
glImageTransformParameteriHP
public void glImageTransformParameteriHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, int param) -
glImageTransformParameterivHP
public void glImageTransformParameterivHP(GLImageTransformTargetHP target, GLImageTransformPNameHP pname, ConstPointer<Integer> params) -
glImportMemoryFdEXT
-
glImportMemoryWin32HandleEXT
public void glImportMemoryWin32HandleEXT(int memory, long size, GLExternalHandleType handleType, MutPointer<Void> handle) -
glImportMemoryWin32NameEXT
public void glImportMemoryWin32NameEXT(int memory, long size, GLExternalHandleType handleType, ConstPointer<Void> name) -
glImportSemaphoreFdEXT
-
glImportSemaphoreWin32HandleEXT
public void glImportSemaphoreWin32HandleEXT(int semaphore, GLExternalHandleType handleType, MutPointer<Void> handle) -
glImportSemaphoreWin32NameEXT
public void glImportSemaphoreWin32NameEXT(int semaphore, GLExternalHandleType handleType, ConstPointer<Void> name) -
glImportSyncEXT
-
glIndexFormatNV
-
glIndexFuncEXT
-
glIndexMask
public void glIndexMask(int mask) -
glIndexMaterialEXT
-
glIndexPointer
-
glIndexPointerEXT
public void glIndexPointerEXT(GLIndexPointerType type, int stride, int count, ConstPointer<Void> pointer) -
glIndexPointerListIBM
public void glIndexPointerListIBM(GLIndexPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glIndexd
public void glIndexd(double c) -
glIndexdv
-
glIndexf
public void glIndexf(float c) -
glIndexfv
-
glIndexi
public void glIndexi(int c) -
glIndexiv
-
glIndexs
public void glIndexs(short c) -
glIndexsv
-
glIndexub
public void glIndexub(byte c) -
glIndexubv
-
glIndexxOES
public void glIndexxOES(int component) -
glIndexxvOES
-
glInitNames
public void glInitNames() -
glInsertComponentEXT
public void glInsertComponentEXT(int res, int src, int num) -
glInsertEventMarkerEXT
-
glInstrumentsBufferSGIX
-
glInterleavedArrays
public void glInterleavedArrays(GLInterleavedArrayFormat format, int stride, ConstPointer<Void> pointer) -
glInterpolatePathsNV
public void glInterpolatePathsNV(int resultPath, int pathA, int pathB, float weight) -
glInvalidateBufferData
public void glInvalidateBufferData(int buffer) -
glInvalidateBufferSubData
public void glInvalidateBufferSubData(int buffer, long offset, long length) -
glInvalidateFramebuffer
public void glInvalidateFramebuffer(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments) -
glInvalidateNamedFramebufferData
public void glInvalidateNamedFramebufferData(int framebuffer, int numAttachments, ConstPointer<GLFramebufferAttachment> attachments) -
glInvalidateNamedFramebufferSubData
public void glInvalidateNamedFramebufferSubData(int framebuffer, int numAttachments, ConstPointer<GLFramebufferAttachment> attachments, int x, int y, int width, int height) -
glInvalidateSubFramebuffer
public void glInvalidateSubFramebuffer(GLFramebufferTarget target, int numAttachments, ConstPointer<GLInvalidateFramebufferAttachment> attachments, int x, int y, int width, int height) -
glInvalidateTexImage
public void glInvalidateTexImage(int texture, int level) -
glInvalidateTexSubImage
public void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth) -
glIsAsyncMarkerSGIX
public boolean glIsAsyncMarkerSGIX(int marker) -
glIsBuffer
public boolean glIsBuffer(int buffer) -
glIsBufferARB
public boolean glIsBufferARB(int buffer) -
glIsBufferResidentNV
-
glIsCommandListNV
public boolean glIsCommandListNV(int list) -
glIsEnabled
-
glIsEnabledIndexedEXT
-
glIsEnabledi
-
glIsEnablediEXT
-
glIsEnablediNV
-
glIsEnablediOES
-
glIsFenceAPPLE
public boolean glIsFenceAPPLE(int fence) -
glIsFenceNV
public boolean glIsFenceNV(int fence) -
glIsFramebuffer
public boolean glIsFramebuffer(int framebuffer) -
glIsFramebufferEXT
public boolean glIsFramebufferEXT(int framebuffer) -
glIsFramebufferOES
public boolean glIsFramebufferOES(int framebuffer) -
glIsImageHandleResidentARB
public boolean glIsImageHandleResidentARB(long handle) -
glIsImageHandleResidentNV
public boolean glIsImageHandleResidentNV(long handle) -
glIsList
public boolean glIsList(int list) -
glIsMemoryObjectEXT
public boolean glIsMemoryObjectEXT(int memoryObject) -
glIsNameAMD
-
glIsNamedBufferResidentNV
public boolean glIsNamedBufferResidentNV(int buffer) -
glIsNamedStringARB
-
glIsObjectBufferATI
public boolean glIsObjectBufferATI(int buffer) -
glIsOcclusionQueryNV
public boolean glIsOcclusionQueryNV(int id) -
glIsPathNV
public boolean glIsPathNV(int path) -
glIsPointInFillPathNV
public boolean glIsPointInFillPathNV(int path, int mask, float x, float y) -
glIsPointInStrokePathNV
public boolean glIsPointInStrokePathNV(int path, float x, float y) -
glIsProgram
public boolean glIsProgram(int program) -
glIsProgramARB
public boolean glIsProgramARB(int program) -
glIsProgramNV
public boolean glIsProgramNV(int id) -
glIsProgramPipeline
public boolean glIsProgramPipeline(int pipeline) -
glIsProgramPipelineEXT
public boolean glIsProgramPipelineEXT(int pipeline) -
glIsQuery
public boolean glIsQuery(int id) -
glIsQueryARB
public boolean glIsQueryARB(int id) -
glIsQueryEXT
public boolean glIsQueryEXT(int id) -
glIsRenderbuffer
public boolean glIsRenderbuffer(int renderbuffer) -
glIsRenderbufferEXT
public boolean glIsRenderbufferEXT(int renderbuffer) -
glIsRenderbufferOES
public boolean glIsRenderbufferOES(int renderbuffer) -
glIsSemaphoreEXT
public boolean glIsSemaphoreEXT(int semaphore) -
glIsSampler
public boolean glIsSampler(int sampler) -
glIsShader
public boolean glIsShader(int shader) -
glIsStateNV
public boolean glIsStateNV(int state) -
glIsSync
-
glIsSyncAPPLE
-
glIsTexture
public boolean glIsTexture(int texture) -
glIsTextureEXT
public boolean glIsTextureEXT(int texture) -
glIsTextureHandleResidentARB
public boolean glIsTextureHandleResidentARB(long handle) -
glIsTextureHandleResidentNV
public boolean glIsTextureHandleResidentNV(long handle) -
glIsTransformFeedback
public boolean glIsTransformFeedback(int id) -
glIsTransformFeedbackNV
public boolean glIsTransformFeedbackNV(int id) -
glIsVariantEnabledEXT
-
glIsVertexArray
public boolean glIsVertexArray(int array) -
glIsVertexArrayAPPLE
public boolean glIsVertexArrayAPPLE(int array) -
glIsVertexArrayOES
public boolean glIsVertexArrayOES(int array) -
glIsVertexAttribEnabledAPPLE
-
glLGPUCopyImageSubDataNVX
-
glLGPUInterlockNVX
public void glLGPUInterlockNVX() -
glLGPUNamedBufferSubDataNVX
public void glLGPUNamedBufferSubDataNVX(int gpuMask, int buffer, long offset, long size, ConstPointer<Void> data) -
glLabelObjectEXT
-
glLightEnviSGIX
-
glLightModelf
-
glLightModelfv
-
glLightModeli
-
glLightModeliv
-
glLightModelx
-
glLightModelxOES
-
glLightModelxv
-
glLightModelxvOES
-
glLightf
-
glLightfv
-
glLighti
-
glLightiv
-
glLightx
-
glLightxOES
-
glLightxv
-
glLightxvOES
-
glLineStipple
public void glLineStipple(int factor, char pattern) -
glLineWidth
public void glLineWidth(float width) -
glLineWidthx
public void glLineWidthx(int width) -
glLineWidthxOES
public void glLineWidthxOES(int width) -
glLinkProgram
public void glLinkProgram(int program) -
glLinkProgramARB
public void glLinkProgramARB(int programObj) -
glListBase
public void glListBase(int base) -
glListDrawCommandsStatesClientNV
public void glListDrawCommandsStatesClientNV(int list, int segment, MutPointer<ConstPointer<Void>> indirects, ConstPointer<Integer> sizes, ConstPointer<Integer> states, ConstPointer<Integer> fbos, int count) -
glListParameterfSGIX
-
glListParameterfvSGIX
-
glListParameteriSGIX
-
glListParameterivSGIX
public void glListParameterivSGIX(int list, GLListParameterName pname, ConstPointer<Integer> params) -
glLoadIdentity
public void glLoadIdentity() -
glLoadIdentityDeformationMapSGIX
public void glLoadIdentityDeformationMapSGIX(int mask) -
glLoadMatrixd
-
glLoadMatrixf
-
glLoadMatrixx
-
glLoadMatrixxOES
-
glLoadName
public void glLoadName(int name) -
glLoadPaletteFromModelViewMatrixOES
public void glLoadPaletteFromModelViewMatrixOES() -
glLoadProgramNV
public void glLoadProgramNV(GLVertexAttribEnumNV target, int id, int len, ConstPointer<Byte> program) -
glLoadTransposeMatrixd
-
glLoadTransposeMatrixdARB
-
glLoadTransposeMatrixf
-
glLoadTransposeMatrixfARB
-
glLoadTransposeMatrixxOES
-
glLockArraysEXT
public void glLockArraysEXT(int first, int count) -
glLogicOp
-
glMakeBufferNonResidentNV
-
glMakeBufferResidentNV
-
glMakeImageHandleNonResidentARB
public void glMakeImageHandleNonResidentARB(long handle) -
glMakeImageHandleNonResidentNV
public void glMakeImageHandleNonResidentNV(long handle) -
glMakeImageHandleResidentARB
-
glMakeImageHandleResidentNV
-
glMakeNamedBufferNonResidentNV
public void glMakeNamedBufferNonResidentNV(int buffer) -
glMakeNamedBufferResidentNV
-
glMakeTextureHandleNonResidentARB
public void glMakeTextureHandleNonResidentARB(long handle) -
glMakeTextureHandleNonResidentNV
public void glMakeTextureHandleNonResidentNV(long handle) -
glMakeTextureHandleResidentARB
public void glMakeTextureHandleResidentARB(long handle) -
glMakeTextureHandleResidentNV
public void glMakeTextureHandleResidentNV(long handle) -
glMap1d
public void glMap1d(GLMapTarget target, double u1, double u2, int stride, int order, ConstPointer<Double> points) -
glMap1f
public void glMap1f(GLMapTarget target, float u1, float u2, int stride, int order, ConstPointer<Float> points) -
glMap1xOES
-
glMap2d
public void glMap2d(GLMapTarget target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, ConstPointer<Double> points) -
glMap2f
public void glMap2f(GLMapTarget target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, ConstPointer<Float> points) -
glMap2xOES
public void glMap2xOES(GLMapTarget target, int u1, int u2, int ustride, int uorder, int v1, int v2, int vstride, int vorder, int points) -
glMapBuffer
-
glMapBufferARB
-
glMapBufferOES
-
glMapBufferRange
public MutPointer<Void> glMapBufferRange(GLBufferTarget target, long offset, long length, int access) -
glMapBufferRangeEXT
public MutPointer<Void> glMapBufferRangeEXT(GLBufferTarget target, long offset, long length, int access) -
glMapControlPointsNV
public void glMapControlPointsNV(GLEvalTargetNV target, int index, GLMapTypeNV type, int ustride, int vstride, int uorder, int vorder, boolean packed, ConstPointer<Void> points) -
glMapGrid1d
public void glMapGrid1d(int un, double u1, double u2) -
glMapGrid1f
public void glMapGrid1f(int un, float u1, float u2) -
glMapGrid1xOES
public void glMapGrid1xOES(int n, int u1, int u2) -
glMapGrid2d
public void glMapGrid2d(int un, double u1, double u2, int vn, double v1, double v2) -
glMapGrid2f
public void glMapGrid2f(int un, float u1, float u2, int vn, float v1, float v2) -
glMapGrid2xOES
public void glMapGrid2xOES(int n, int u1, int u2, int v1, int v2) -
glMapNamedBuffer
-
glMapNamedBufferEXT
-
glMapNamedBufferRange
-
glMapNamedBufferRangeEXT
-
glMapObjectBufferATI
-
glMapParameterfvNV
public void glMapParameterfvNV(GLEvalTargetNV target, GLMapParameterNV pname, ConstPointer<Float> params) -
glMapParameterivNV
public void glMapParameterivNV(GLEvalTargetNV target, GLMapParameterNV pname, ConstPointer<Integer> params) -
glMapTexture2DINTEL
public MutPointer<Void> glMapTexture2DINTEL(int texture, int level, int access, MutPointer<Integer> stride, MutPointer<GLEnum> layout) -
glMapVertexAttrib1dAPPLE
public void glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, ConstPointer<Double> points) -
glMapVertexAttrib1fAPPLE
public void glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, ConstPointer<Float> points) -
glMapVertexAttrib2dAPPLE
public void glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, ConstPointer<Double> points) -
glMapVertexAttrib2fAPPLE
public void glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, ConstPointer<Float> points) -
glMaterialf
-
glMaterialfv
public void glMaterialfv(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Float> params) -
glMateriali
-
glMaterialiv
public void glMaterialiv(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> params) -
glMaterialx
-
glMaterialxOES
-
glMaterialxv
public void glMaterialxv(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> param) -
glMaterialxvOES
public void glMaterialxvOES(GLTriangleFace face, GLMaterialParameter pname, ConstPointer<Integer> param) -
glMatrixFrustumEXT
public void glMatrixFrustumEXT(GLMatrixMode mode, double left, double right, double bottom, double top, double zNear, double zFar) -
glMatrixIndexPointerARB
public void glMatrixIndexPointerARB(int size, GLMatrixIndexPointerTypeARB type, int stride, ConstPointer<Void> pointer) -
glMatrixIndexPointerOES
public void glMatrixIndexPointerOES(int size, GLMatrixIndexPointerTypeARB type, int stride, ConstPointer<Void> pointer) -
glMatrixIndexubvARB
-
glMatrixIndexuivARB
-
glMatrixIndexusvARB
-
glMatrixLoad3x2fNV
-
glMatrixLoad3x3fNV
-
glMatrixLoadIdentityEXT
-
glMatrixLoadTranspose3x3fNV
-
glMatrixLoadTransposedEXT
-
glMatrixLoadTransposefEXT
-
glMatrixLoaddEXT
-
glMatrixLoadfEXT
-
glMatrixMode
-
glMatrixMult3x2fNV
-
glMatrixMult3x3fNV
-
glMatrixMultTranspose3x3fNV
-
glMatrixMultTransposedEXT
-
glMatrixMultTransposefEXT
-
glMatrixMultdEXT
-
glMatrixMultfEXT
-
glMatrixOrthoEXT
public void glMatrixOrthoEXT(GLMatrixMode mode, double left, double right, double bottom, double top, double zNear, double zFar) -
glMatrixPopEXT
-
glMatrixPushEXT
-
glMatrixRotatedEXT
-
glMatrixRotatefEXT
-
glMatrixScaledEXT
-
glMatrixScalefEXT
-
glMatrixTranslatedEXT
-
glMatrixTranslatefEXT
-
glMaxActiveShaderCoresARM
public void glMaxActiveShaderCoresARM(int count) -
glMaxShaderCompilerThreadsKHR
public void glMaxShaderCompilerThreadsKHR(int count) -
glMaxShaderCompilerThreadsARB
public void glMaxShaderCompilerThreadsARB(int count) -
glMemoryBarrier
public void glMemoryBarrier(int barriers) -
glMemoryBarrierByRegion
public void glMemoryBarrierByRegion(int barriers) -
glMemoryBarrierEXT
public void glMemoryBarrierEXT(int barriers) -
glMemoryObjectParameterivEXT
public void glMemoryObjectParameterivEXT(int memoryObject, GLMemoryObjectParameterName pname, ConstPointer<Integer> params) -
glMinSampleShading
public void glMinSampleShading(float value) -
glMinSampleShadingARB
public void glMinSampleShadingARB(float value) -
glMinSampleShadingOES
public void glMinSampleShadingOES(float value) -
glMinmax
-
glMinmaxEXT
-
glMultMatrixd
-
glMultMatrixf
-
glMultMatrixx
-
glMultMatrixxOES
-
glMultTransposeMatrixd
-
glMultTransposeMatrixdARB
-
glMultTransposeMatrixf
-
glMultTransposeMatrixfARB
-
glMultTransposeMatrixxOES
-
glMultiDrawArrays
public void glMultiDrawArrays(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int drawcount) -
glMultiDrawArraysEXT
public void glMultiDrawArraysEXT(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) -
glMultiDrawArraysIndirect
public void glMultiDrawArraysIndirect(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawcount, int stride) -
glMultiDrawArraysIndirectAMD
public void glMultiDrawArraysIndirectAMD(GLPrimitiveType mode, ConstPointer<Void> indirect, int primcount, int stride) -
glMultiDrawArraysIndirectBindlessCountNV
public void glMultiDrawArraysIndirectBindlessCountNV(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) -
glMultiDrawArraysIndirectBindlessNV
public void glMultiDrawArraysIndirectBindlessNV(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawCount, int stride, int vertexBufferCount) -
glMultiDrawArraysIndirectCount
public void glMultiDrawArraysIndirectCount(GLPrimitiveType mode, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) -
glMultiDrawArraysIndirectCountARB
public void glMultiDrawArraysIndirectCountARB(GLPrimitiveType mode, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) -
glMultiDrawArraysIndirectEXT
public void glMultiDrawArraysIndirectEXT(GLPrimitiveType mode, ConstPointer<Void> indirect, int drawcount, int stride) -
glMultiDrawElementArrayAPPLE
public void glMultiDrawElementArrayAPPLE(GLPrimitiveType mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) -
glMultiDrawElements
public void glMultiDrawElements(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount) -
glMultiDrawElementsBaseVertex
public void glMultiDrawElementsBaseVertex(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount, ConstPointer<Integer> basevertex) -
glMultiDrawElementsBaseVertexEXT
public void glMultiDrawElementsBaseVertexEXT(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int drawcount, ConstPointer<Integer> basevertex) -
glMultiDrawElementsEXT
public void glMultiDrawElementsEXT(GLPrimitiveType mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int primcount) -
glMultiDrawElementsIndirect
public void glMultiDrawElementsIndirect(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawcount, int stride) -
glMultiDrawElementsIndirectAMD
public void glMultiDrawElementsIndirectAMD(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int primcount, int stride) -
glMultiDrawElementsIndirectBindlessCountNV
public void glMultiDrawElementsIndirectBindlessCountNV(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount) -
glMultiDrawElementsIndirectBindlessNV
public void glMultiDrawElementsIndirectBindlessNV(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawCount, int stride, int vertexBufferCount) -
glMultiDrawElementsIndirectCount
public void glMultiDrawElementsIndirectCount(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) -
glMultiDrawElementsIndirectCountARB
public void glMultiDrawElementsIndirectCountARB(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, long drawcount, int maxdrawcount, int stride) -
glMultiDrawElementsIndirectEXT
public void glMultiDrawElementsIndirectEXT(GLPrimitiveType mode, GLDrawElementsType type, ConstPointer<Void> indirect, int drawcount, int stride) -
glMultiDrawMeshTasksIndirectNV
public void glMultiDrawMeshTasksIndirectNV(long indirect, int drawcount, int stride) -
glMultiDrawMeshTasksIndirectCountNV
public void glMultiDrawMeshTasksIndirectCountNV(long indirect, long drawcount, int maxdrawcount, int stride) -
glMultiDrawRangeElementArrayAPPLE
public void glMultiDrawRangeElementArrayAPPLE(GLPrimitiveType mode, int start, int end, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount) -
glMultiModeDrawArraysIBM
public void glMultiModeDrawArraysIBM(ConstPointer<GLPrimitiveType> mode, ConstPointer<Integer> first, ConstPointer<Integer> count, int primcount, int modestride) -
glMultiModeDrawElementsIBM
public void glMultiModeDrawElementsIBM(ConstPointer<GLPrimitiveType> mode, ConstPointer<Integer> count, GLDrawElementsType type, ConstPointer<ConstPointer<Void>> indices, int primcount, int modestride) -
glMultiTexBufferEXT
public void glMultiTexBufferEXT(GLTextureUnit texunit, GLTextureTarget target, GLInternalFormat internalformat, int buffer) -
glMultiTexCoord1bOES
-
glMultiTexCoord1bvOES
-
glMultiTexCoord1d
-
glMultiTexCoord1dARB
-
glMultiTexCoord1dv
-
glMultiTexCoord1dvARB
-
glMultiTexCoord1f
-
glMultiTexCoord1fARB
-
glMultiTexCoord1fv
-
glMultiTexCoord1fvARB
-
glMultiTexCoord1hNV
-
glMultiTexCoord1hvNV
-
glMultiTexCoord1i
-
glMultiTexCoord1iARB
-
glMultiTexCoord1iv
-
glMultiTexCoord1ivARB
-
glMultiTexCoord1s
-
glMultiTexCoord1sARB
-
glMultiTexCoord1sv
-
glMultiTexCoord1svARB
-
glMultiTexCoord1xOES
-
glMultiTexCoord1xvOES
-
glMultiTexCoord2bOES
-
glMultiTexCoord2bvOES
-
glMultiTexCoord2d
-
glMultiTexCoord2dARB
-
glMultiTexCoord2dv
-
glMultiTexCoord2dvARB
-
glMultiTexCoord2f
-
glMultiTexCoord2fARB
-
glMultiTexCoord2fv
-
glMultiTexCoord2fvARB
-
glMultiTexCoord2hNV
-
glMultiTexCoord2hvNV
-
glMultiTexCoord2i
-
glMultiTexCoord2iARB
-
glMultiTexCoord2iv
-
glMultiTexCoord2ivARB
-
glMultiTexCoord2s
-
glMultiTexCoord2sARB
-
glMultiTexCoord2sv
-
glMultiTexCoord2svARB
-
glMultiTexCoord2xOES
-
glMultiTexCoord2xvOES
-
glMultiTexCoord3bOES
-
glMultiTexCoord3bvOES
-
glMultiTexCoord3d
-
glMultiTexCoord3dARB
-
glMultiTexCoord3dv
-
glMultiTexCoord3dvARB
-
glMultiTexCoord3f
-
glMultiTexCoord3fARB
-
glMultiTexCoord3fv
-
glMultiTexCoord3fvARB
-
glMultiTexCoord3hNV
-
glMultiTexCoord3hvNV
-
glMultiTexCoord3i
-
glMultiTexCoord3iARB
-
glMultiTexCoord3iv
-
glMultiTexCoord3ivARB
-
glMultiTexCoord3s
-
glMultiTexCoord3sARB
-
glMultiTexCoord3sv
-
glMultiTexCoord3svARB
-
glMultiTexCoord3xOES
-
glMultiTexCoord3xvOES
-
glMultiTexCoord4bOES
-
glMultiTexCoord4bvOES
-
glMultiTexCoord4d
-
glMultiTexCoord4dARB
-
glMultiTexCoord4dv
-
glMultiTexCoord4dvARB
-
glMultiTexCoord4f
-
glMultiTexCoord4fARB
-
glMultiTexCoord4fv
-
glMultiTexCoord4fvARB
-
glMultiTexCoord4hNV
-
glMultiTexCoord4hvNV
-
glMultiTexCoord4i
-
glMultiTexCoord4iARB
-
glMultiTexCoord4iv
-
glMultiTexCoord4ivARB
-
glMultiTexCoord4s
-
glMultiTexCoord4sARB
-
glMultiTexCoord4sv
-
glMultiTexCoord4svARB
-
glMultiTexCoord4x
-
glMultiTexCoord4xOES
-
glMultiTexCoord4xvOES
-
glMultiTexCoordP1ui
-
glMultiTexCoordP1uiv
public void glMultiTexCoordP1uiv(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) -
glMultiTexCoordP2ui
-
glMultiTexCoordP2uiv
public void glMultiTexCoordP2uiv(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) -
glMultiTexCoordP3ui
-
glMultiTexCoordP3uiv
public void glMultiTexCoordP3uiv(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) -
glMultiTexCoordP4ui
-
glMultiTexCoordP4uiv
public void glMultiTexCoordP4uiv(GLTextureUnit texture, GLTexCoordPointerType type, ConstPointer<Integer> coords) -
glMultiTexCoordPointerEXT
public void glMultiTexCoordPointerEXT(GLTextureUnit texunit, int size, GLTexCoordPointerType type, int stride, ConstPointer<Void> pointer) -
glMultiTexEnvfEXT
public void glMultiTexEnvfEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, float param) -
glMultiTexEnvfvEXT
public void glMultiTexEnvfvEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Float> params) -
glMultiTexEnviEXT
public void glMultiTexEnviEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, int param) -
glMultiTexEnvivEXT
public void glMultiTexEnvivEXT(GLTextureUnit texunit, GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) -
glMultiTexGendEXT
public void glMultiTexGendEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, double param) -
glMultiTexGendvEXT
public void glMultiTexGendvEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Double> params) -
glMultiTexGenfEXT
public void glMultiTexGenfEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, float param) -
glMultiTexGenfvEXT
public void glMultiTexGenfvEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) -
glMultiTexGeniEXT
public void glMultiTexGeniEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, int param) -
glMultiTexGenivEXT
public void glMultiTexGenivEXT(GLTextureUnit texunit, GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) -
glMultiTexImage1DEXT
public void glMultiTexImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMultiTexImage2DEXT
public void glMultiTexImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMultiTexImage3DEXT
public void glMultiTexImage3DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMultiTexParameterIivEXT
public void glMultiTexParameterIivEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glMultiTexParameterIuivEXT
public void glMultiTexParameterIuivEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glMultiTexParameterfEXT
public void glMultiTexParameterfEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, float param) -
glMultiTexParameterfvEXT
public void glMultiTexParameterfvEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) -
glMultiTexParameteriEXT
public void glMultiTexParameteriEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, int param) -
glMultiTexParameterivEXT
public void glMultiTexParameterivEXT(GLTextureUnit texunit, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glMultiTexRenderbufferEXT
public void glMultiTexRenderbufferEXT(GLTextureUnit texunit, GLTextureTarget target, int renderbuffer) -
glMultiTexSubImage1DEXT
public void glMultiTexSubImage1DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMultiTexSubImage2DEXT
public void glMultiTexSubImage2DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMultiTexSubImage3DEXT
public void glMultiTexSubImage3DEXT(GLTextureUnit texunit, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glMulticastBarrierNV
public void glMulticastBarrierNV() -
glMulticastBlitFramebufferNV
public void glMulticastBlitFramebufferNV(int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, GLEnum filter) -
glMulticastBufferSubDataNV
public void glMulticastBufferSubDataNV(int gpuMask, int buffer, long offset, long size, ConstPointer<Void> data) -
glMulticastCopyBufferSubDataNV
public void glMulticastCopyBufferSubDataNV(int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) -
glMulticastCopyImageSubDataNV
-
glMulticastFramebufferSampleLocationsfvNV
public void glMulticastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, ConstPointer<Float> v) -
glMulticastGetQueryObjecti64vNV
-
glMulticastGetQueryObjectivNV
public void glMulticastGetQueryObjectivNV(int gpu, int id, GLEnum pname, MutPointer<Integer> params) -
glMulticastGetQueryObjectui64vNV
public void glMulticastGetQueryObjectui64vNV(int gpu, int id, GLEnum pname, MutPointer<Long> params) -
glMulticastGetQueryObjectuivNV
public void glMulticastGetQueryObjectuivNV(int gpu, int id, GLEnum pname, MutPointer<Integer> params) -
glMulticastScissorArrayvNVX
-
glMulticastViewportArrayvNVX
-
glMulticastViewportPositionWScaleNVX
public void glMulticastViewportPositionWScaleNVX(int gpu, int index, float xcoeff, float ycoeff) -
glMulticastWaitSyncNV
public void glMulticastWaitSyncNV(int signalGpu, int waitGpuMask) -
glNamedBufferAttachMemoryNV
public void glNamedBufferAttachMemoryNV(int buffer, int memory, long offset) -
glNamedBufferData
public void glNamedBufferData(int buffer, long size, ConstPointer<Void> data, GLVertexBufferObjectUsage usage) -
glNamedBufferDataEXT
public void glNamedBufferDataEXT(int buffer, long size, ConstPointer<Void> data, GLVertexBufferObjectUsage usage) -
glNamedBufferPageCommitmentARB
public void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit) -
glNamedBufferPageCommitmentEXT
public void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit) -
glNamedBufferPageCommitmentMemNV
public void glNamedBufferPageCommitmentMemNV(int buffer, long offset, long size, int memory, long memOffset, boolean commit) -
glNamedBufferStorage
-
glNamedBufferStorageExternalEXT
public void glNamedBufferStorageExternalEXT(int buffer, long offset, long size, int clientBuffer, int flags) -
glNamedBufferStorageEXT
-
glNamedBufferStorageMemEXT
public void glNamedBufferStorageMemEXT(int buffer, long size, int memory, long offset) -
glNamedBufferSubData
-
glNamedBufferSubDataEXT
-
glNamedCopyBufferSubDataEXT
public void glNamedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) -
glNamedFramebufferDrawBuffer
-
glNamedFramebufferDrawBuffers
-
glNamedFramebufferParameteri
public void glNamedFramebufferParameteri(int framebuffer, GLFramebufferParameterName pname, int param) -
glNamedFramebufferParameteriEXT
public void glNamedFramebufferParameteriEXT(int framebuffer, GLFramebufferParameterName pname, int param) -
glNamedFramebufferReadBuffer
-
glNamedFramebufferRenderbuffer
public void glNamedFramebufferRenderbuffer(int framebuffer, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) -
glNamedFramebufferRenderbufferEXT
public void glNamedFramebufferRenderbufferEXT(int framebuffer, GLFramebufferAttachment attachment, GLRenderbufferTarget renderbuffertarget, int renderbuffer) -
glNamedFramebufferSampleLocationsfvARB
public void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, ConstPointer<Float> v) -
glNamedFramebufferSampleLocationsfvNV
public void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, ConstPointer<Float> v) -
glNamedFramebufferTexture
public void glNamedFramebufferTexture(int framebuffer, GLFramebufferAttachment attachment, int texture, int level) -
glNamedFramebufferSamplePositionsfvAMD
public void glNamedFramebufferSamplePositionsfvAMD(int framebuffer, int numsamples, int pixelindex, ConstPointer<Float> values) -
glNamedFramebufferTexture1DEXT
public void glNamedFramebufferTexture1DEXT(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glNamedFramebufferTexture2DEXT
public void glNamedFramebufferTexture2DEXT(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level) -
glNamedFramebufferTexture3DEXT
public void glNamedFramebufferTexture3DEXT(int framebuffer, GLFramebufferAttachment attachment, GLTextureTarget textarget, int texture, int level, int zoffset) -
glNamedFramebufferTextureEXT
public void glNamedFramebufferTextureEXT(int framebuffer, GLFramebufferAttachment attachment, int texture, int level) -
glNamedFramebufferTextureFaceEXT
public void glNamedFramebufferTextureFaceEXT(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, GLTextureTarget face) -
glNamedFramebufferTextureLayer
public void glNamedFramebufferTextureLayer(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int layer) -
glNamedFramebufferTextureLayerEXT
public void glNamedFramebufferTextureLayerEXT(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int layer) -
glNamedFramebufferTextureMultiviewOVR
public void glNamedFramebufferTextureMultiviewOVR(int framebuffer, GLFramebufferAttachment attachment, int texture, int level, int baseViewIndex, int numViews) -
glNamedProgramLocalParameter4dEXT
public void glNamedProgramLocalParameter4dEXT(int program, GLProgramTarget target, int index, double x, double y, double z, double w) -
glNamedProgramLocalParameter4dvEXT
public void glNamedProgramLocalParameter4dvEXT(int program, GLProgramTarget target, int index, ConstPointer<Double> params) -
glNamedProgramLocalParameter4fEXT
public void glNamedProgramLocalParameter4fEXT(int program, GLProgramTarget target, int index, float x, float y, float z, float w) -
glNamedProgramLocalParameter4fvEXT
public void glNamedProgramLocalParameter4fvEXT(int program, GLProgramTarget target, int index, ConstPointer<Float> params) -
glNamedProgramLocalParameterI4iEXT
public void glNamedProgramLocalParameterI4iEXT(int program, GLProgramTarget target, int index, int x, int y, int z, int w) -
glNamedProgramLocalParameterI4ivEXT
public void glNamedProgramLocalParameterI4ivEXT(int program, GLProgramTarget target, int index, ConstPointer<Integer> params) -
glNamedProgramLocalParameterI4uiEXT
public void glNamedProgramLocalParameterI4uiEXT(int program, GLProgramTarget target, int index, int x, int y, int z, int w) -
glNamedProgramLocalParameterI4uivEXT
public void glNamedProgramLocalParameterI4uivEXT(int program, GLProgramTarget target, int index, ConstPointer<Integer> params) -
glNamedProgramLocalParameters4fvEXT
public void glNamedProgramLocalParameters4fvEXT(int program, GLProgramTarget target, int index, int count, ConstPointer<Float> params) -
glNamedProgramLocalParametersI4ivEXT
public void glNamedProgramLocalParametersI4ivEXT(int program, GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glNamedProgramLocalParametersI4uivEXT
public void glNamedProgramLocalParametersI4uivEXT(int program, GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glNamedProgramStringEXT
public void glNamedProgramStringEXT(int program, GLProgramTarget target, GLProgramFormat format, int len, ConstPointer<Void> string) -
glNamedRenderbufferStorage
public void glNamedRenderbufferStorage(int renderbuffer, GLInternalFormat internalformat, int width, int height) -
glNamedRenderbufferStorageEXT
public void glNamedRenderbufferStorageEXT(int renderbuffer, GLInternalFormat internalformat, int width, int height) -
glNamedRenderbufferStorageMultisample
public void glNamedRenderbufferStorageMultisample(int renderbuffer, int samples, GLInternalFormat internalformat, int width, int height) -
glNamedRenderbufferStorageMultisampleAdvancedAMD
public void glNamedRenderbufferStorageMultisampleAdvancedAMD(int renderbuffer, int samples, int storageSamples, GLInternalFormat internalformat, int width, int height) -
glNamedRenderbufferStorageMultisampleCoverageEXT
public void glNamedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, GLInternalFormat internalformat, int width, int height) -
glNamedRenderbufferStorageMultisampleEXT
public void glNamedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, GLInternalFormat internalformat, int width, int height) -
glNamedStringARB
public void glNamedStringARB(GLEnum type, int namelen, ConstPointer<Byte> name, int stringlen, ConstPointer<Byte> string) -
glNewList
-
glNewObjectBufferATI
-
glNormal3b
public void glNormal3b(byte nx, byte ny, byte nz) -
glNormal3bv
-
glNormal3d
public void glNormal3d(double nx, double ny, double nz) -
glNormal3dv
-
glNormal3f
public void glNormal3f(float nx, float ny, float nz) -
glNormal3fVertex3fSUN
public void glNormal3fVertex3fSUN(float nx, float ny, float nz, float x, float y, float z) -
glNormal3fVertex3fvSUN
-
glNormal3fv
-
glNormal3hNV
public void glNormal3hNV(char nx, char ny, char nz) -
glNormal3hvNV
-
glNormal3i
public void glNormal3i(int nx, int ny, int nz) -
glNormal3iv
-
glNormal3s
public void glNormal3s(short nx, short ny, short nz) -
glNormal3sv
-
glNormal3x
public void glNormal3x(int nx, int ny, int nz) -
glNormal3xOES
public void glNormal3xOES(int nx, int ny, int nz) -
glNormal3xvOES
-
glNormalFormatNV
-
glNormalP3ui
-
glNormalP3uiv
-
glNormalPointer
-
glNormalPointerEXT
public void glNormalPointerEXT(GLNormalPointerType type, int stride, int count, ConstPointer<Void> pointer) -
glNormalPointerListIBM
public void glNormalPointerListIBM(GLNormalPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glNormalPointervINTEL
-
glNormalStream3bATI
-
glNormalStream3bvATI
-
glNormalStream3dATI
-
glNormalStream3dvATI
-
glNormalStream3fATI
-
glNormalStream3fvATI
-
glNormalStream3iATI
-
glNormalStream3ivATI
-
glNormalStream3sATI
-
glNormalStream3svATI
-
glObjectLabel
public void glObjectLabel(GLObjectIdentifier identifier, int name, int length, ConstPointer<Byte> label) -
glObjectLabelKHR
public void glObjectLabelKHR(GLObjectIdentifier identifier, int name, int length, ConstPointer<Byte> label) -
glObjectPtrLabel
-
glObjectPtrLabelKHR
-
glObjectPurgeableAPPLE
-
glObjectUnpurgeableAPPLE
-
glOrtho
public void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) -
glOrthof
public void glOrthof(float l, float r, float b, float t, float n, float f) -
glOrthofOES
public void glOrthofOES(float l, float r, float b, float t, float n, float f) -
glOrthox
public void glOrthox(int l, int r, int b, int t, int n, int f) -
glOrthoxOES
public void glOrthoxOES(int l, int r, int b, int t, int n, int f) -
glPNTrianglesfATI
-
glPNTrianglesiATI
-
glPassTexCoordATI
-
glPassThrough
public void glPassThrough(float token) -
glPassThroughxOES
public void glPassThroughxOES(int token) -
glPatchParameterfv
-
glPatchParameteri
-
glPatchParameteriEXT
-
glPatchParameteriOES
-
glPathColorGenNV
public void glPathColorGenNV(GLPathColor color, GLPathGenMode genMode, GLPathColorFormat colorFormat, ConstPointer<Float> coeffs) -
glPathCommandsNV
public void glPathCommandsNV(int path, int numCommands, ConstPointer<Byte> commands, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) -
glPathCoordsNV
public void glPathCoordsNV(int path, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) -
glPathCoverDepthFuncNV
-
glPathDashArrayNV
-
glPathFogGenNV
-
glPathGlyphIndexArrayNV
public GLEnum glPathGlyphIndexArrayNV(int firstPathName, GLEnum fontTarget, ConstPointer<Void> fontName, int fontStyle, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) -
glPathGlyphIndexRangeNV
public GLEnum glPathGlyphIndexRangeNV(GLEnum fontTarget, ConstPointer<Void> fontName, int fontStyle, int pathParameterTemplate, float emScale, MutPointer<Integer> baseAndCount) -
glPathGlyphRangeNV
public void glPathGlyphRangeNV(int firstPathName, GLPathFontTarget fontTarget, ConstPointer<Void> fontName, int fontStyle, int firstGlyph, int numGlyphs, GLPathHandleMissingGlyphs handleMissingGlyphs, int pathParameterTemplate, float emScale) -
glPathGlyphsNV
public void glPathGlyphsNV(int firstPathName, GLPathFontTarget fontTarget, ConstPointer<Void> fontName, int fontStyle, int numGlyphs, GLPathElementType type, ConstPointer<Void> charcodes, GLPathHandleMissingGlyphs handleMissingGlyphs, int pathParameterTemplate, float emScale) -
glPathMemoryGlyphIndexArrayNV
public GLEnum glPathMemoryGlyphIndexArrayNV(int firstPathName, GLEnum fontTarget, long fontSize, ConstPointer<Void> fontData, int faceIndex, int firstGlyphIndex, int numGlyphs, int pathParameterTemplate, float emScale) -
glPathParameterfNV
-
glPathParameterfvNV
-
glPathParameteriNV
-
glPathParameterivNV
-
glPathStencilDepthOffsetNV
public void glPathStencilDepthOffsetNV(float factor, float units) -
glPathStencilFuncNV
-
glPathStringNV
public void glPathStringNV(int path, GLPathStringFormat format, int length, ConstPointer<Void> pathString) -
glPathSubCommandsNV
public void glPathSubCommandsNV(int path, int commandStart, int commandsToDelete, int numCommands, ConstPointer<Byte> commands, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) -
glPathSubCoordsNV
public void glPathSubCoordsNV(int path, int coordStart, int numCoords, GLPathCoordType coordType, ConstPointer<Void> coords) -
glPathTexGenNV
public void glPathTexGenNV(GLPathColor texCoordSet, GLPathGenMode genMode, int components, ConstPointer<Float> coeffs) -
glPauseTransformFeedback
public void glPauseTransformFeedback() -
glPauseTransformFeedbackNV
public void glPauseTransformFeedbackNV() -
glPixelDataRangeNV
public void glPixelDataRangeNV(GLPixelDataRangeTargetNV target, int length, ConstPointer<Void> pointer) -
glPixelMapfv
-
glPixelMapuiv
-
glPixelMapusv
-
glPixelMapx
-
glPixelStoref
-
glPixelStorei
-
glPixelStorex
-
glPixelTexGenParameterfSGIS
-
glPixelTexGenParameterfvSGIS
public void glPixelTexGenParameterfvSGIS(GLPixelTexGenParameterNameSGIS pname, ConstPointer<Float> params) -
glPixelTexGenParameteriSGIS
-
glPixelTexGenParameterivSGIS
public void glPixelTexGenParameterivSGIS(GLPixelTexGenParameterNameSGIS pname, ConstPointer<Integer> params) -
glPixelTexGenSGIX
-
glPixelTransferf
-
glPixelTransferi
-
glPixelTransferxOES
-
glPixelTransformParameterfEXT
public void glPixelTransformParameterfEXT(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, float param) -
glPixelTransformParameterfvEXT
public void glPixelTransformParameterfvEXT(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, ConstPointer<Float> params) -
glPixelTransformParameteriEXT
public void glPixelTransformParameteriEXT(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, int param) -
glPixelTransformParameterivEXT
public void glPixelTransformParameterivEXT(GLPixelTransformTargetEXT target, GLPixelTransformPNameEXT pname, ConstPointer<Integer> params) -
glPixelZoom
public void glPixelZoom(float xfactor, float yfactor) -
glPixelZoomxOES
public void glPixelZoomxOES(int xfactor, int yfactor) -
glPointAlongPathNV
public boolean glPointAlongPathNV(int path, int startSegment, int numSegments, float distance, MutPointer<Float> x, MutPointer<Float> y, MutPointer<Float> tangentX, MutPointer<Float> tangentY) -
glPointParameterf
-
glPointParameterfARB
-
glPointParameterfEXT
-
glPointParameterfSGIS
-
glPointParameterfv
-
glPointParameterfvARB
-
glPointParameterfvEXT
-
glPointParameterfvSGIS
-
glPointParameteri
-
glPointParameteriNV
-
glPointParameteriv
-
glPointParameterivNV
-
glPointParameterx
-
glPointParameterxOES
-
glPointParameterxv
-
glPointParameterxvOES
-
glPointSize
public void glPointSize(float size) -
glPointSizePointerOES
-
glPointSizex
public void glPointSizex(int size) -
glPointSizexOES
public void glPointSizexOES(int size) -
glPollAsyncSGIX
-
glPollInstrumentsSGIX
-
glPolygonMode
-
glPolygonModeNV
-
glPolygonOffset
public void glPolygonOffset(float factor, float units) -
glPolygonOffsetClamp
public void glPolygonOffsetClamp(float factor, float units, float clamp) -
glPolygonOffsetClampEXT
public void glPolygonOffsetClampEXT(float factor, float units, float clamp) -
glPolygonOffsetEXT
public void glPolygonOffsetEXT(float factor, float bias) -
glPolygonOffsetx
public void glPolygonOffsetx(int factor, int units) -
glPolygonOffsetxOES
public void glPolygonOffsetxOES(int factor, int units) -
glPolygonStipple
-
glPopAttrib
public void glPopAttrib() -
glPopClientAttrib
public void glPopClientAttrib() -
glPopDebugGroup
public void glPopDebugGroup() -
glPopDebugGroupKHR
public void glPopDebugGroupKHR() -
glPopGroupMarkerEXT
public void glPopGroupMarkerEXT() -
glPopMatrix
public void glPopMatrix() -
glPopName
public void glPopName() -
glPresentFrameDualFillNV
-
glPresentFrameKeyedNV
-
glPrimitiveBoundingBox
public void glPrimitiveBoundingBox(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) -
glPrimitiveBoundingBoxARB
public void glPrimitiveBoundingBoxARB(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) -
glPrimitiveBoundingBoxEXT
public void glPrimitiveBoundingBoxEXT(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) -
glPrimitiveBoundingBoxOES
public void glPrimitiveBoundingBoxOES(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) -
glPrimitiveRestartIndex
public void glPrimitiveRestartIndex(int index) -
glPrimitiveRestartIndexNV
public void glPrimitiveRestartIndexNV(int index) -
glPrimitiveRestartNV
public void glPrimitiveRestartNV() -
glPrioritizeTextures
public void glPrioritizeTextures(int n, ConstPointer<Integer> textures, ConstPointer<Float> priorities) -
glPrioritizeTexturesEXT
public void glPrioritizeTexturesEXT(int n, ConstPointer<Integer> textures, ConstPointer<Float> priorities) -
glPrioritizeTexturesxOES
public void glPrioritizeTexturesxOES(int n, ConstPointer<Integer> textures, ConstPointer<Integer> priorities) -
glProgramBinary
public void glProgramBinary(int program, GLEnum binaryFormat, ConstPointer<Void> binary, int length) -
glProgramBinaryOES
public void glProgramBinaryOES(int program, GLEnum binaryFormat, ConstPointer<Void> binary, int length) -
glProgramBufferParametersIivNV
public void glProgramBufferParametersIivNV(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Integer> params) -
glProgramBufferParametersIuivNV
public void glProgramBufferParametersIuivNV(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Integer> params) -
glProgramBufferParametersfvNV
public void glProgramBufferParametersfvNV(GLProgramTarget target, int bindingIndex, int wordIndex, int count, ConstPointer<Float> params) -
glProgramEnvParameter4dARB
public void glProgramEnvParameter4dARB(GLProgramTarget target, int index, double x, double y, double z, double w) -
glProgramEnvParameter4dvARB
public void glProgramEnvParameter4dvARB(GLProgramTarget target, int index, ConstPointer<Double> params) -
glProgramEnvParameter4fARB
public void glProgramEnvParameter4fARB(GLProgramTarget target, int index, float x, float y, float z, float w) -
glProgramEnvParameter4fvARB
public void glProgramEnvParameter4fvARB(GLProgramTarget target, int index, ConstPointer<Float> params) -
glProgramEnvParameterI4iNV
public void glProgramEnvParameterI4iNV(GLProgramTarget target, int index, int x, int y, int z, int w) -
glProgramEnvParameterI4ivNV
public void glProgramEnvParameterI4ivNV(GLProgramTarget target, int index, ConstPointer<Integer> params) -
glProgramEnvParameterI4uiNV
public void glProgramEnvParameterI4uiNV(GLProgramTarget target, int index, int x, int y, int z, int w) -
glProgramEnvParameterI4uivNV
public void glProgramEnvParameterI4uivNV(GLProgramTarget target, int index, ConstPointer<Integer> params) -
glProgramEnvParameters4fvEXT
public void glProgramEnvParameters4fvEXT(GLProgramTarget target, int index, int count, ConstPointer<Float> params) -
glProgramEnvParametersI4ivNV
public void glProgramEnvParametersI4ivNV(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glProgramEnvParametersI4uivNV
public void glProgramEnvParametersI4uivNV(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glProgramLocalParameter4dARB
public void glProgramLocalParameter4dARB(GLProgramTarget target, int index, double x, double y, double z, double w) -
glProgramLocalParameter4dvARB
public void glProgramLocalParameter4dvARB(GLProgramTarget target, int index, ConstPointer<Double> params) -
glProgramLocalParameter4fARB
public void glProgramLocalParameter4fARB(GLProgramTarget target, int index, float x, float y, float z, float w) -
glProgramLocalParameter4fvARB
public void glProgramLocalParameter4fvARB(GLProgramTarget target, int index, ConstPointer<Float> params) -
glProgramLocalParameterI4iNV
public void glProgramLocalParameterI4iNV(GLProgramTarget target, int index, int x, int y, int z, int w) -
glProgramLocalParameterI4ivNV
public void glProgramLocalParameterI4ivNV(GLProgramTarget target, int index, ConstPointer<Integer> params) -
glProgramLocalParameterI4uiNV
public void glProgramLocalParameterI4uiNV(GLProgramTarget target, int index, int x, int y, int z, int w) -
glProgramLocalParameterI4uivNV
public void glProgramLocalParameterI4uivNV(GLProgramTarget target, int index, ConstPointer<Integer> params) -
glProgramLocalParameters4fvEXT
public void glProgramLocalParameters4fvEXT(GLProgramTarget target, int index, int count, ConstPointer<Float> params) -
glProgramLocalParametersI4ivNV
public void glProgramLocalParametersI4ivNV(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glProgramLocalParametersI4uivNV
public void glProgramLocalParametersI4uivNV(GLProgramTarget target, int index, int count, ConstPointer<Integer> params) -
glProgramNamedParameter4dNV
public void glProgramNamedParameter4dNV(int id, int len, ConstPointer<Byte> name, double x, double y, double z, double w) -
glProgramNamedParameter4dvNV
public void glProgramNamedParameter4dvNV(int id, int len, ConstPointer<Byte> name, ConstPointer<Double> v) -
glProgramNamedParameter4fNV
public void glProgramNamedParameter4fNV(int id, int len, ConstPointer<Byte> name, float x, float y, float z, float w) -
glProgramNamedParameter4fvNV
public void glProgramNamedParameter4fvNV(int id, int len, ConstPointer<Byte> name, ConstPointer<Float> v) -
glProgramParameter4dNV
public void glProgramParameter4dNV(GLVertexAttribEnumNV target, int index, double x, double y, double z, double w) -
glProgramParameter4dvNV
-
glProgramParameter4fNV
public void glProgramParameter4fNV(GLVertexAttribEnumNV target, int index, float x, float y, float z, float w) -
glProgramParameter4fvNV
-
glProgramParameteri
-
glProgramParameteriARB
-
glProgramParameteriEXT
-
glProgramParameters4dvNV
public void glProgramParameters4dvNV(GLVertexAttribEnumNV target, int index, int count, ConstPointer<Double> v) -
glProgramParameters4fvNV
public void glProgramParameters4fvNV(GLVertexAttribEnumNV target, int index, int count, ConstPointer<Float> v) -
glProgramPathFragmentInputGenNV
public void glProgramPathFragmentInputGenNV(int program, int location, GLEnum genMode, int components, ConstPointer<Float> coeffs) -
glProgramStringARB
public void glProgramStringARB(GLProgramTarget target, GLProgramFormat format, int len, ConstPointer<Void> string) -
glProgramSubroutineParametersuivNV
public void glProgramSubroutineParametersuivNV(GLEnum target, int count, ConstPointer<Integer> params) -
glProgramUniform1d
public void glProgramUniform1d(int program, int location, double v0) -
glProgramUniform1dEXT
public void glProgramUniform1dEXT(int program, int location, double x) -
glProgramUniform1dv
-
glProgramUniform1dvEXT
public void glProgramUniform1dvEXT(int program, int location, int count, ConstPointer<Double> value) -
glProgramUniform1f
public void glProgramUniform1f(int program, int location, float v0) -
glProgramUniform1fEXT
public void glProgramUniform1fEXT(int program, int location, float v0) -
glProgramUniform1fv
-
glProgramUniform1fvEXT
-
glProgramUniform1i
public void glProgramUniform1i(int program, int location, int v0) -
glProgramUniform1i64ARB
public void glProgramUniform1i64ARB(int program, int location, long x) -
glProgramUniform1i64NV
public void glProgramUniform1i64NV(int program, int location, long x) -
glProgramUniform1i64vARB
public void glProgramUniform1i64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform1i64vNV
-
glProgramUniform1iEXT
public void glProgramUniform1iEXT(int program, int location, int v0) -
glProgramUniform1iv
-
glProgramUniform1ivEXT
public void glProgramUniform1ivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform1ui
public void glProgramUniform1ui(int program, int location, int v0) -
glProgramUniform1ui64ARB
public void glProgramUniform1ui64ARB(int program, int location, long x) -
glProgramUniform1ui64NV
public void glProgramUniform1ui64NV(int program, int location, long x) -
glProgramUniform1ui64vARB
public void glProgramUniform1ui64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform1ui64vNV
public void glProgramUniform1ui64vNV(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform1uiEXT
public void glProgramUniform1uiEXT(int program, int location, int v0) -
glProgramUniform1uiv
-
glProgramUniform1uivEXT
public void glProgramUniform1uivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform2d
public void glProgramUniform2d(int program, int location, double v0, double v1) -
glProgramUniform2dEXT
public void glProgramUniform2dEXT(int program, int location, double x, double y) -
glProgramUniform2dv
-
glProgramUniform2dvEXT
public void glProgramUniform2dvEXT(int program, int location, int count, ConstPointer<Double> value) -
glProgramUniform2f
public void glProgramUniform2f(int program, int location, float v0, float v1) -
glProgramUniform2fEXT
public void glProgramUniform2fEXT(int program, int location, float v0, float v1) -
glProgramUniform2fv
-
glProgramUniform2fvEXT
-
glProgramUniform2i
public void glProgramUniform2i(int program, int location, int v0, int v1) -
glProgramUniform2i64ARB
public void glProgramUniform2i64ARB(int program, int location, long x, long y) -
glProgramUniform2i64NV
public void glProgramUniform2i64NV(int program, int location, long x, long y) -
glProgramUniform2i64vARB
public void glProgramUniform2i64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform2i64vNV
-
glProgramUniform2iEXT
public void glProgramUniform2iEXT(int program, int location, int v0, int v1) -
glProgramUniform2iv
-
glProgramUniform2ivEXT
public void glProgramUniform2ivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform2ui
public void glProgramUniform2ui(int program, int location, int v0, int v1) -
glProgramUniform2ui64ARB
public void glProgramUniform2ui64ARB(int program, int location, long x, long y) -
glProgramUniform2ui64NV
public void glProgramUniform2ui64NV(int program, int location, long x, long y) -
glProgramUniform2ui64vARB
public void glProgramUniform2ui64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform2ui64vNV
public void glProgramUniform2ui64vNV(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform2uiEXT
public void glProgramUniform2uiEXT(int program, int location, int v0, int v1) -
glProgramUniform2uiv
-
glProgramUniform2uivEXT
public void glProgramUniform2uivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform3d
public void glProgramUniform3d(int program, int location, double v0, double v1, double v2) -
glProgramUniform3dEXT
public void glProgramUniform3dEXT(int program, int location, double x, double y, double z) -
glProgramUniform3dv
-
glProgramUniform3dvEXT
public void glProgramUniform3dvEXT(int program, int location, int count, ConstPointer<Double> value) -
glProgramUniform3f
public void glProgramUniform3f(int program, int location, float v0, float v1, float v2) -
glProgramUniform3fEXT
public void glProgramUniform3fEXT(int program, int location, float v0, float v1, float v2) -
glProgramUniform3fv
-
glProgramUniform3fvEXT
-
glProgramUniform3i
public void glProgramUniform3i(int program, int location, int v0, int v1, int v2) -
glProgramUniform3i64ARB
public void glProgramUniform3i64ARB(int program, int location, long x, long y, long z) -
glProgramUniform3i64NV
public void glProgramUniform3i64NV(int program, int location, long x, long y, long z) -
glProgramUniform3i64vARB
public void glProgramUniform3i64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform3i64vNV
-
glProgramUniform3iEXT
public void glProgramUniform3iEXT(int program, int location, int v0, int v1, int v2) -
glProgramUniform3iv
-
glProgramUniform3ivEXT
public void glProgramUniform3ivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform3ui
public void glProgramUniform3ui(int program, int location, int v0, int v1, int v2) -
glProgramUniform3ui64ARB
public void glProgramUniform3ui64ARB(int program, int location, long x, long y, long z) -
glProgramUniform3ui64NV
public void glProgramUniform3ui64NV(int program, int location, long x, long y, long z) -
glProgramUniform3ui64vARB
public void glProgramUniform3ui64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform3ui64vNV
public void glProgramUniform3ui64vNV(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform3uiEXT
public void glProgramUniform3uiEXT(int program, int location, int v0, int v1, int v2) -
glProgramUniform3uiv
-
glProgramUniform3uivEXT
public void glProgramUniform3uivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform4d
public void glProgramUniform4d(int program, int location, double v0, double v1, double v2, double v3) -
glProgramUniform4dEXT
public void glProgramUniform4dEXT(int program, int location, double x, double y, double z, double w) -
glProgramUniform4dv
-
glProgramUniform4dvEXT
public void glProgramUniform4dvEXT(int program, int location, int count, ConstPointer<Double> value) -
glProgramUniform4f
public void glProgramUniform4f(int program, int location, float v0, float v1, float v2, float v3) -
glProgramUniform4fEXT
public void glProgramUniform4fEXT(int program, int location, float v0, float v1, float v2, float v3) -
glProgramUniform4fv
-
glProgramUniform4fvEXT
-
glProgramUniform4i
public void glProgramUniform4i(int program, int location, int v0, int v1, int v2, int v3) -
glProgramUniform4i64ARB
public void glProgramUniform4i64ARB(int program, int location, long x, long y, long z, long w) -
glProgramUniform4i64NV
public void glProgramUniform4i64NV(int program, int location, long x, long y, long z, long w) -
glProgramUniform4i64vARB
public void glProgramUniform4i64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform4i64vNV
-
glProgramUniform4iEXT
public void glProgramUniform4iEXT(int program, int location, int v0, int v1, int v2, int v3) -
glProgramUniform4iv
-
glProgramUniform4ivEXT
public void glProgramUniform4ivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniform4ui
public void glProgramUniform4ui(int program, int location, int v0, int v1, int v2, int v3) -
glProgramUniform4ui64ARB
public void glProgramUniform4ui64ARB(int program, int location, long x, long y, long z, long w) -
glProgramUniform4ui64NV
public void glProgramUniform4ui64NV(int program, int location, long x, long y, long z, long w) -
glProgramUniform4ui64vARB
public void glProgramUniform4ui64vARB(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform4ui64vNV
public void glProgramUniform4ui64vNV(int program, int location, int count, ConstPointer<Long> value) -
glProgramUniform4uiEXT
public void glProgramUniform4uiEXT(int program, int location, int v0, int v1, int v2, int v3) -
glProgramUniform4uiv
-
glProgramUniform4uivEXT
public void glProgramUniform4uivEXT(int program, int location, int count, ConstPointer<Integer> value) -
glProgramUniformHandleui64ARB
public void glProgramUniformHandleui64ARB(int program, int location, long value) -
glProgramUniformHandleui64IMG
public void glProgramUniformHandleui64IMG(int program, int location, long value) -
glProgramUniformHandleui64NV
public void glProgramUniformHandleui64NV(int program, int location, long value) -
glProgramUniformHandleui64vARB
public void glProgramUniformHandleui64vARB(int program, int location, int count, ConstPointer<Long> values) -
glProgramUniformHandleui64vIMG
public void glProgramUniformHandleui64vIMG(int program, int location, int count, ConstPointer<Long> values) -
glProgramUniformHandleui64vNV
public void glProgramUniformHandleui64vNV(int program, int location, int count, ConstPointer<Long> values) -
glProgramUniformMatrix2dv
public void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2dvEXT
public void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2fv
public void glProgramUniformMatrix2fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix2fvEXT
public void glProgramUniformMatrix2fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix2x3dv
public void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2x3dvEXT
public void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2x3fv
public void glProgramUniformMatrix2x3fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix2x3fvEXT
public void glProgramUniformMatrix2x3fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix2x4dv
public void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2x4dvEXT
public void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix2x4fv
public void glProgramUniformMatrix2x4fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix2x4fvEXT
public void glProgramUniformMatrix2x4fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3dv
public void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3dvEXT
public void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3fv
public void glProgramUniformMatrix3fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3fvEXT
public void glProgramUniformMatrix3fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3x2dv
public void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3x2dvEXT
public void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3x2fv
public void glProgramUniformMatrix3x2fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3x2fvEXT
public void glProgramUniformMatrix3x2fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3x4dv
public void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3x4dvEXT
public void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix3x4fv
public void glProgramUniformMatrix3x4fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix3x4fvEXT
public void glProgramUniformMatrix3x4fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4dv
public void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4dvEXT
public void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4fv
public void glProgramUniformMatrix4fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4fvEXT
public void glProgramUniformMatrix4fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4x2dv
public void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4x2dvEXT
public void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4x2fv
public void glProgramUniformMatrix4x2fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4x2fvEXT
public void glProgramUniformMatrix4x2fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4x3dv
public void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4x3dvEXT
public void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, ConstPointer<Double> value) -
glProgramUniformMatrix4x3fv
public void glProgramUniformMatrix4x3fv(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformMatrix4x3fvEXT
public void glProgramUniformMatrix4x3fvEXT(int program, int location, int count, boolean transpose, ConstPointer<Float> value) -
glProgramUniformui64NV
public void glProgramUniformui64NV(int program, int location, long value) -
glProgramUniformui64vNV
-
glProgramVertexLimitNV
-
glProvokingVertex
-
glProvokingVertexEXT
-
glPushAttrib
public void glPushAttrib(int mask) -
glPushClientAttrib
public void glPushClientAttrib(int mask) -
glPushClientAttribDefaultEXT
public void glPushClientAttribDefaultEXT(int mask) -
glPushDebugGroup
-
glPushDebugGroupKHR
public void glPushDebugGroupKHR(GLDebugSource source, int id, int length, ConstPointer<Byte> message) -
glPushGroupMarkerEXT
-
glPushMatrix
public void glPushMatrix() -
glPushName
public void glPushName(int name) -
glQueryCounter
-
glQueryCounterEXT
-
glQueryMatrixxOES
-
glQueryObjectParameteruiAMD
-
glQueryResourceNV
-
glQueryResourceTagNV
-
glRasterPos2d
public void glRasterPos2d(double x, double y) -
glRasterPos2dv
-
glRasterPos2f
public void glRasterPos2f(float x, float y) -
glRasterPos2fv
-
glRasterPos2i
public void glRasterPos2i(int x, int y) -
glRasterPos2iv
-
glRasterPos2s
public void glRasterPos2s(short x, short y) -
glRasterPos2sv
-
glRasterPos2xOES
public void glRasterPos2xOES(int x, int y) -
glRasterPos2xvOES
-
glRasterPos3d
public void glRasterPos3d(double x, double y, double z) -
glRasterPos3dv
-
glRasterPos3f
public void glRasterPos3f(float x, float y, float z) -
glRasterPos3fv
-
glRasterPos3i
public void glRasterPos3i(int x, int y, int z) -
glRasterPos3iv
-
glRasterPos3s
public void glRasterPos3s(short x, short y, short z) -
glRasterPos3sv
-
glRasterPos3xOES
public void glRasterPos3xOES(int x, int y, int z) -
glRasterPos3xvOES
-
glRasterPos4d
public void glRasterPos4d(double x, double y, double z, double w) -
glRasterPos4dv
-
glRasterPos4f
public void glRasterPos4f(float x, float y, float z, float w) -
glRasterPos4fv
-
glRasterPos4i
public void glRasterPos4i(int x, int y, int z, int w) -
glRasterPos4iv
-
glRasterPos4s
public void glRasterPos4s(short x, short y, short z, short w) -
glRasterPos4sv
-
glRasterPos4xOES
public void glRasterPos4xOES(int x, int y, int z, int w) -
glRasterPos4xvOES
-
glRasterSamplesEXT
public void glRasterSamplesEXT(int samples, boolean fixedsamplelocations) -
glReadBuffer
-
glReadBufferIndexedEXT
-
glReadBufferNV
-
glReadInstrumentsSGIX
public void glReadInstrumentsSGIX(int marker) -
glReadPixels
public void glReadPixels(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, MutPointer<Void> pixels) -
glReadnPixels
public void glReadnPixels(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) -
glReadnPixelsARB
public void glReadnPixelsARB(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) -
glReadnPixelsEXT
public void glReadnPixelsEXT(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) -
glReadnPixelsKHR
public void glReadnPixelsKHR(int x, int y, int width, int height, GLPixelFormat format, GLPixelType type, int bufSize, MutPointer<Void> data) -
glReleaseKeyedMutexWin32EXT
public boolean glReleaseKeyedMutexWin32EXT(int memory, long key) -
glRectd
public void glRectd(double x1, double y1, double x2, double y2) -
glRectdv
-
glRectf
public void glRectf(float x1, float y1, float x2, float y2) -
glRectfv
-
glRecti
public void glRecti(int x1, int y1, int x2, int y2) -
glRectiv
-
glRects
public void glRects(short x1, short y1, short x2, short y2) -
glRectsv
-
glRectxOES
public void glRectxOES(int x1, int y1, int x2, int y2) -
glRectxvOES
-
glReferencePlaneSGIX
-
glReleaseShaderCompiler
public void glReleaseShaderCompiler() -
glRenderGpuMaskNV
public void glRenderGpuMaskNV(int mask) -
glRenderMode
-
glRenderbufferStorage
public void glRenderbufferStorage(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageEXT
public void glRenderbufferStorageEXT(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisample
public void glRenderbufferStorageMultisample(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleANGLE
public void glRenderbufferStorageMultisampleANGLE(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleAPPLE
public void glRenderbufferStorageMultisampleAPPLE(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleAdvancedAMD
public void glRenderbufferStorageMultisampleAdvancedAMD(GLRenderbufferTarget target, int samples, int storageSamples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleCoverageNV
public void glRenderbufferStorageMultisampleCoverageNV(GLRenderbufferTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleEXT
public void glRenderbufferStorageMultisampleEXT(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleIMG
public void glRenderbufferStorageMultisampleIMG(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageMultisampleNV
public void glRenderbufferStorageMultisampleNV(GLRenderbufferTarget target, int samples, GLInternalFormat internalformat, int width, int height) -
glRenderbufferStorageOES
public void glRenderbufferStorageOES(GLRenderbufferTarget target, GLInternalFormat internalformat, int width, int height) -
glReplacementCodePointerSUN
public void glReplacementCodePointerSUN(GLReplacementCodeTypeSUN type, int stride, MutPointer<ConstPointer<Void>> pointer) -
glReplacementCodeubSUN
public void glReplacementCodeubSUN(byte code) -
glReplacementCodeubvSUN
-
glReplacementCodeuiColor3fVertex3fSUN
public void glReplacementCodeuiColor3fVertex3fSUN(int rc, float r, float g, float b, float x, float y, float z) -
glReplacementCodeuiColor3fVertex3fvSUN
public void glReplacementCodeuiColor3fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> c, ConstPointer<Float> v) -
glReplacementCodeuiColor4fNormal3fVertex3fSUN
public void glReplacementCodeuiColor4fNormal3fVertex3fSUN(int rc, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) -
glReplacementCodeuiColor4fNormal3fVertex3fvSUN
public void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) -
glReplacementCodeuiColor4ubVertex3fSUN
public void glReplacementCodeuiColor4ubVertex3fSUN(int rc, byte r, byte g, byte b, byte a, float x, float y, float z) -
glReplacementCodeuiColor4ubVertex3fvSUN
public void glReplacementCodeuiColor4ubVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Byte> c, ConstPointer<Float> v) -
glReplacementCodeuiNormal3fVertex3fSUN
public void glReplacementCodeuiNormal3fVertex3fSUN(int rc, float nx, float ny, float nz, float x, float y, float z) -
glReplacementCodeuiNormal3fVertex3fvSUN
public void glReplacementCodeuiNormal3fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> n, ConstPointer<Float> v) -
glReplacementCodeuiSUN
public void glReplacementCodeuiSUN(int code) -
glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN
public void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int rc, float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) -
glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN
public void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) -
glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN
public void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int rc, float s, float t, float nx, float ny, float nz, float x, float y, float z) -
glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN
public void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> n, ConstPointer<Float> v) -
glReplacementCodeuiTexCoord2fVertex3fSUN
public void glReplacementCodeuiTexCoord2fVertex3fSUN(int rc, float s, float t, float x, float y, float z) -
glReplacementCodeuiTexCoord2fVertex3fvSUN
public void glReplacementCodeuiTexCoord2fVertex3fvSUN(ConstPointer<Integer> rc, ConstPointer<Float> tc, ConstPointer<Float> v) -
glReplacementCodeuiVertex3fSUN
public void glReplacementCodeuiVertex3fSUN(int rc, float x, float y, float z) -
glReplacementCodeuiVertex3fvSUN
-
glReplacementCodeuivSUN
-
glReplacementCodeusSUN
public void glReplacementCodeusSUN(char code) -
glReplacementCodeusvSUN
-
glRequestResidentProgramsNV
-
glResetHistogram
-
glResetHistogramEXT
-
glResetMemoryObjectParameterNV
-
glResetMinmax
-
glResetMinmaxEXT
-
glResizeBuffersMESA
public void glResizeBuffersMESA() -
glResolveDepthValuesNV
public void glResolveDepthValuesNV() -
glResolveMultisampleFramebufferAPPLE
public void glResolveMultisampleFramebufferAPPLE() -
glResumeTransformFeedback
public void glResumeTransformFeedback() -
glResumeTransformFeedbackNV
public void glResumeTransformFeedbackNV() -
glRotated
public void glRotated(double angle, double x, double y, double z) -
glRotatef
public void glRotatef(float angle, float x, float y, float z) -
glRotatex
public void glRotatex(int angle, int x, int y, int z) -
glRotatexOES
public void glRotatexOES(int angle, int x, int y, int z) -
glSampleCoverage
public void glSampleCoverage(float value, boolean invert) -
glSampleCoverageARB
public void glSampleCoverageARB(float value, boolean invert) -
glSampleCoveragex
public void glSampleCoveragex(int value, boolean invert) -
glSampleCoveragexOES
public void glSampleCoveragexOES(int value, boolean invert) -
glSampleMapATI
-
glSampleMaskEXT
public void glSampleMaskEXT(float value, boolean invert) -
glSampleMaskIndexedNV
public void glSampleMaskIndexedNV(int index, int mask) -
glSampleMaskSGIS
public void glSampleMaskSGIS(float value, boolean invert) -
glSampleMaski
public void glSampleMaski(int maskNumber, int mask) -
glSamplePatternEXT
-
glSamplePatternSGIS
-
glSamplerParameterIiv
public void glSamplerParameterIiv(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterIivEXT
public void glSamplerParameterIivEXT(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterIivOES
public void glSamplerParameterIivOES(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterIuiv
public void glSamplerParameterIuiv(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterIuivEXT
public void glSamplerParameterIuivEXT(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterIuivOES
public void glSamplerParameterIuivOES(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glSamplerParameterf
-
glSamplerParameterfv
-
glSamplerParameteri
-
glSamplerParameteriv
public void glSamplerParameteriv(int sampler, GLSamplerParameterI pname, ConstPointer<Integer> param) -
glScaled
public void glScaled(double x, double y, double z) -
glScalef
public void glScalef(float x, float y, float z) -
glScalex
public void glScalex(int x, int y, int z) -
glScalexOES
public void glScalexOES(int x, int y, int z) -
glScissor
public void glScissor(int x, int y, int width, int height) -
glScissorArrayv
-
glScissorArrayvNV
-
glScissorArrayvOES
-
glScissorExclusiveArrayvNV
-
glScissorExclusiveNV
public void glScissorExclusiveNV(int x, int y, int width, int height) -
glScissorIndexed
public void glScissorIndexed(int index, int left, int bottom, int width, int height) -
glScissorIndexedNV
public void glScissorIndexedNV(int index, int left, int bottom, int width, int height) -
glScissorIndexedOES
public void glScissorIndexedOES(int index, int left, int bottom, int width, int height) -
glScissorIndexedv
-
glScissorIndexedvNV
-
glScissorIndexedvOES
-
glSecondaryColor3b
public void glSecondaryColor3b(byte red, byte green, byte blue) -
glSecondaryColor3bEXT
public void glSecondaryColor3bEXT(byte red, byte green, byte blue) -
glSecondaryColor3bv
-
glSecondaryColor3bvEXT
-
glSecondaryColor3d
public void glSecondaryColor3d(double red, double green, double blue) -
glSecondaryColor3dEXT
public void glSecondaryColor3dEXT(double red, double green, double blue) -
glSecondaryColor3dv
-
glSecondaryColor3dvEXT
-
glSecondaryColor3f
public void glSecondaryColor3f(float red, float green, float blue) -
glSecondaryColor3fEXT
public void glSecondaryColor3fEXT(float red, float green, float blue) -
glSecondaryColor3fv
-
glSecondaryColor3fvEXT
-
glSecondaryColor3hNV
public void glSecondaryColor3hNV(char red, char green, char blue) -
glSecondaryColor3hvNV
-
glSecondaryColor3i
public void glSecondaryColor3i(int red, int green, int blue) -
glSecondaryColor3iEXT
public void glSecondaryColor3iEXT(int red, int green, int blue) -
glSecondaryColor3iv
-
glSecondaryColor3ivEXT
-
glSecondaryColor3s
public void glSecondaryColor3s(short red, short green, short blue) -
glSecondaryColor3sEXT
public void glSecondaryColor3sEXT(short red, short green, short blue) -
glSecondaryColor3sv
-
glSecondaryColor3svEXT
-
glSecondaryColor3ub
public void glSecondaryColor3ub(byte red, byte green, byte blue) -
glSecondaryColor3ubEXT
public void glSecondaryColor3ubEXT(byte red, byte green, byte blue) -
glSecondaryColor3ubv
-
glSecondaryColor3ubvEXT
-
glSecondaryColor3ui
public void glSecondaryColor3ui(int red, int green, int blue) -
glSecondaryColor3uiEXT
public void glSecondaryColor3uiEXT(int red, int green, int blue) -
glSecondaryColor3uiv
-
glSecondaryColor3uivEXT
-
glSecondaryColor3us
public void glSecondaryColor3us(char red, char green, char blue) -
glSecondaryColor3usEXT
public void glSecondaryColor3usEXT(char red, char green, char blue) -
glSecondaryColor3usv
-
glSecondaryColor3usvEXT
-
glSecondaryColorFormatNV
-
glSecondaryColorP3ui
-
glSecondaryColorP3uiv
-
glSecondaryColorPointer
public void glSecondaryColorPointer(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) -
glSecondaryColorPointerEXT
public void glSecondaryColorPointerEXT(int size, GLColorPointerType type, int stride, ConstPointer<Void> pointer) -
glSecondaryColorPointerListIBM
public void glSecondaryColorPointerListIBM(int size, GLSecondaryColorPointerTypeIBM type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glSelectBuffer
-
glSelectPerfMonitorCountersAMD
public void glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, int numCounters, MutPointer<Integer> counterList) -
glSemaphoreParameterivNV
public void glSemaphoreParameterivNV(int semaphore, GLSemaphoreParameterName pname, ConstPointer<Integer> params) -
glSemaphoreParameterui64vEXT
public void glSemaphoreParameterui64vEXT(int semaphore, GLSemaphoreParameterName pname, ConstPointer<Long> params) -
glSeparableFilter2D
public void glSeparableFilter2D(GLSeparableTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> row, ConstPointer<Void> column) -
glSeparableFilter2DEXT
public void glSeparableFilter2DEXT(GLSeparableTargetEXT target, GLInternalFormat internalformat, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> row, ConstPointer<Void> column) -
glSetFenceAPPLE
public void glSetFenceAPPLE(int fence) -
glSetFenceNV
-
glSetFragmentShaderConstantATI
-
glSetInvariantEXT
-
glSetLocalConstantEXT
-
glSetMultisamplefvAMD
-
glShadeModel
-
glShaderBinary
public void glShaderBinary(int count, ConstPointer<Integer> shaders, GLShaderBinaryFormat binaryFormat, ConstPointer<Void> binary, int length) -
glShaderOp1EXT
-
glShaderOp2EXT
-
glShaderOp3EXT
-
glShaderSource
public void glShaderSource(int shader, int count, ConstPointer<ConstPointer<Byte>> string, ConstPointer<Integer> length) -
glShaderSourceARB
public void glShaderSourceARB(int shaderObj, int count, MutPointer<ConstPointer<Byte>> string, ConstPointer<Integer> length) -
glShaderStorageBlockBinding
public void glShaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding) -
glShadingRateEXT
-
glShadingRateCombinerOpsEXT
public void glShadingRateCombinerOpsEXT(GLShadingRateCombinerOp combinerOp0, GLShadingRateCombinerOp combinerOp1) -
glShadingRateImageBarrierNV
public void glShadingRateImageBarrierNV(boolean synchronize) -
glShadingRateQCOM
-
glShadingRateImagePaletteNV
public void glShadingRateImagePaletteNV(int viewport, int first, int count, ConstPointer<GLEnum> rates) -
glShadingRateSampleOrderNV
-
glShadingRateSampleOrderCustomNV
public void glShadingRateSampleOrderCustomNV(GLEnum rate, int samples, ConstPointer<Integer> locations) -
glSharpenTexFuncSGIS
-
glSignalSemaphoreEXT
public void glSignalSemaphoreEXT(int semaphore, int numBufferBarriers, ConstPointer<Integer> buffers, int numTextureBarriers, ConstPointer<Integer> textures, ConstPointer<GLTextureLayout> dstLayouts) -
glSignalSemaphoreui64NVX
public void glSignalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) -
glSpecializeShader
public void glSpecializeShader(int shader, ConstPointer<Byte> pEntryPoint, int numSpecializationConstants, ConstPointer<Integer> pConstantIndex, ConstPointer<Integer> pConstantValue) -
glSpecializeShaderARB
public void glSpecializeShaderARB(int shader, ConstPointer<Byte> pEntryPoint, int numSpecializationConstants, ConstPointer<Integer> pConstantIndex, ConstPointer<Integer> pConstantValue) -
glSpriteParameterfSGIX
-
glSpriteParameterfvSGIX
-
glSpriteParameteriSGIX
-
glSpriteParameterivSGIX
public void glSpriteParameterivSGIX(GLSpriteParameterNameSGIX pname, ConstPointer<GLSpriteModeSGIX> params) -
glStartInstrumentsSGIX
public void glStartInstrumentsSGIX() -
glStartTilingQCOM
public void glStartTilingQCOM(int x, int y, int width, int height, int preserveMask) -
glStateCaptureNV
-
glStencilClearTagEXT
public void glStencilClearTagEXT(int stencilTagBits, int stencilClearTag) -
glStencilFillPathInstancedNV
public void glStencilFillPathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLPathFillMode fillMode, int mask, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glStencilFillPathNV
-
glStencilFunc
-
glStencilFuncSeparate
-
glStencilFuncSeparateATI
public void glStencilFuncSeparateATI(GLStencilFunction frontfunc, GLStencilFunction backfunc, int ref, int mask) -
glStencilMask
public void glStencilMask(int mask) -
glStencilMaskSeparate
-
glStencilOp
-
glStencilOpSeparate
public void glStencilOpSeparate(GLTriangleFace face, GLStencilOp sfail, GLStencilOp dpfail, GLStencilOp dppass) -
glStencilOpSeparateATI
public void glStencilOpSeparateATI(GLTriangleFace face, GLStencilOp sfail, GLStencilOp dpfail, GLStencilOp dppass) -
glStencilOpValueAMD
-
glStencilStrokePathInstancedNV
public void glStencilStrokePathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int reference, int mask, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glStencilStrokePathNV
public void glStencilStrokePathNV(int path, int reference, int mask) -
glStencilThenCoverFillPathInstancedNV
public void glStencilThenCoverFillPathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, GLPathFillMode fillMode, int mask, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glStencilThenCoverFillPathNV
public void glStencilThenCoverFillPathNV(int path, GLPathFillMode fillMode, int mask, GLPathCoverMode coverMode) -
glStencilThenCoverStrokePathInstancedNV
public void glStencilThenCoverStrokePathInstancedNV(int numPaths, GLPathElementType pathNameType, ConstPointer<Void> paths, int pathBase, int reference, int mask, GLInstancedPathCoverMode coverMode, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glStencilThenCoverStrokePathNV
public void glStencilThenCoverStrokePathNV(int path, int reference, int mask, GLPathCoverMode coverMode) -
glStopInstrumentsSGIX
public void glStopInstrumentsSGIX(int marker) -
glStringMarkerGREMEDY
-
glSubpixelPrecisionBiasNV
public void glSubpixelPrecisionBiasNV(int xbits, int ybits) -
glSwizzleEXT
public void glSwizzleEXT(int res, int in, GLVertexShaderCoordOutEXT outX, GLVertexShaderCoordOutEXT outY, GLVertexShaderCoordOutEXT outZ, GLVertexShaderCoordOutEXT outW) -
glSyncTextureINTEL
public void glSyncTextureINTEL(int texture) -
glTagSampleBufferSGIX
public void glTagSampleBufferSGIX() -
glTangent3bEXT
public void glTangent3bEXT(byte tx, byte ty, byte tz) -
glTangent3bvEXT
-
glTangent3dEXT
public void glTangent3dEXT(double tx, double ty, double tz) -
glTangent3dvEXT
-
glTangent3fEXT
public void glTangent3fEXT(float tx, float ty, float tz) -
glTangent3fvEXT
-
glTangent3iEXT
public void glTangent3iEXT(int tx, int ty, int tz) -
glTangent3ivEXT
-
glTangent3sEXT
public void glTangent3sEXT(short tx, short ty, short tz) -
glTangent3svEXT
-
glTangentPointerEXT
public void glTangentPointerEXT(GLTangentPointerTypeEXT type, int stride, ConstPointer<Void> pointer) -
glTbufferMask3DFX
public void glTbufferMask3DFX(int mask) -
glTessellationFactorAMD
public void glTessellationFactorAMD(float factor) -
glTessellationModeAMD
-
glTestFenceAPPLE
public boolean glTestFenceAPPLE(int fence) -
glTestFenceNV
public boolean glTestFenceNV(int fence) -
glTestObjectAPPLE
-
glTexAttachMemoryNV
-
glTexBuffer
-
glTexBufferARB
public void glTexBufferARB(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) -
glTexBufferEXT
public void glTexBufferEXT(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) -
glTexBufferOES
public void glTexBufferOES(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) -
glTexBufferRange
public void glTexBufferRange(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) -
glTexBufferRangeEXT
public void glTexBufferRangeEXT(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) -
glTexBufferRangeOES
public void glTexBufferRangeOES(GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) -
glTexBumpParameterfvATI
-
glTexBumpParameterivATI
-
glTexCoord1bOES
public void glTexCoord1bOES(byte s) -
glTexCoord1bvOES
-
glTexCoord1d
public void glTexCoord1d(double s) -
glTexCoord1dv
-
glTexCoord1f
public void glTexCoord1f(float s) -
glTexCoord1fv
-
glTexCoord1hNV
public void glTexCoord1hNV(char s) -
glTexCoord1hvNV
-
glTexCoord1i
public void glTexCoord1i(int s) -
glTexCoord1iv
-
glTexCoord1s
public void glTexCoord1s(short s) -
glTexCoord1sv
-
glTexCoord1xOES
public void glTexCoord1xOES(int s) -
glTexCoord1xvOES
-
glTexCoord2bOES
public void glTexCoord2bOES(byte s, byte t) -
glTexCoord2bvOES
-
glTexCoord2d
public void glTexCoord2d(double s, double t) -
glTexCoord2dv
-
glTexCoord2f
public void glTexCoord2f(float s, float t) -
glTexCoord2fColor3fVertex3fSUN
public void glTexCoord2fColor3fVertex3fSUN(float s, float t, float r, float g, float b, float x, float y, float z) -
glTexCoord2fColor3fVertex3fvSUN
public void glTexCoord2fColor3fVertex3fvSUN(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> v) -
glTexCoord2fColor4fNormal3fVertex3fSUN
public void glTexCoord2fColor4fNormal3fVertex3fSUN(float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) -
glTexCoord2fColor4fNormal3fVertex3fvSUN
public void glTexCoord2fColor4fNormal3fVertex3fvSUN(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) -
glTexCoord2fColor4ubVertex3fSUN
public void glTexCoord2fColor4ubVertex3fSUN(float s, float t, byte r, byte g, byte b, byte a, float x, float y, float z) -
glTexCoord2fColor4ubVertex3fvSUN
public void glTexCoord2fColor4ubVertex3fvSUN(ConstPointer<Float> tc, ConstPointer<Byte> c, ConstPointer<Float> v) -
glTexCoord2fNormal3fVertex3fSUN
public void glTexCoord2fNormal3fVertex3fSUN(float s, float t, float nx, float ny, float nz, float x, float y, float z) -
glTexCoord2fNormal3fVertex3fvSUN
public void glTexCoord2fNormal3fVertex3fvSUN(ConstPointer<Float> tc, ConstPointer<Float> n, ConstPointer<Float> v) -
glTexCoord2fVertex3fSUN
public void glTexCoord2fVertex3fSUN(float s, float t, float x, float y, float z) -
glTexCoord2fVertex3fvSUN
-
glTexCoord2fv
-
glTexCoord2hNV
public void glTexCoord2hNV(char s, char t) -
glTexCoord2hvNV
-
glTexCoord2i
public void glTexCoord2i(int s, int t) -
glTexCoord2iv
-
glTexCoord2s
public void glTexCoord2s(short s, short t) -
glTexCoord2sv
-
glTexCoord2xOES
public void glTexCoord2xOES(int s, int t) -
glTexCoord2xvOES
-
glTexCoord3bOES
public void glTexCoord3bOES(byte s, byte t, byte r) -
glTexCoord3bvOES
-
glTexCoord3d
public void glTexCoord3d(double s, double t, double r) -
glTexCoord3dv
-
glTexCoord3f
public void glTexCoord3f(float s, float t, float r) -
glTexCoord3fv
-
glTexCoord3hNV
public void glTexCoord3hNV(char s, char t, char r) -
glTexCoord3hvNV
-
glTexCoord3i
public void glTexCoord3i(int s, int t, int r) -
glTexCoord3iv
-
glTexCoord3s
public void glTexCoord3s(short s, short t, short r) -
glTexCoord3sv
-
glTexCoord3xOES
public void glTexCoord3xOES(int s, int t, int r) -
glTexCoord3xvOES
-
glTexCoord4bOES
public void glTexCoord4bOES(byte s, byte t, byte r, byte q) -
glTexCoord4bvOES
-
glTexCoord4d
public void glTexCoord4d(double s, double t, double r, double q) -
glTexCoord4dv
-
glTexCoord4f
public void glTexCoord4f(float s, float t, float r, float q) -
glTexCoord4fColor4fNormal3fVertex4fSUN
public void glTexCoord4fColor4fNormal3fVertex4fSUN(float s, float t, float p, float q, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z, float w) -
glTexCoord4fColor4fNormal3fVertex4fvSUN
public void glTexCoord4fColor4fNormal3fVertex4fvSUN(ConstPointer<Float> tc, ConstPointer<Float> c, ConstPointer<Float> n, ConstPointer<Float> v) -
glTexCoord4fVertex4fSUN
public void glTexCoord4fVertex4fSUN(float s, float t, float p, float q, float x, float y, float z, float w) -
glTexCoord4fVertex4fvSUN
-
glTexCoord4fv
-
glTexCoord4hNV
public void glTexCoord4hNV(char s, char t, char r, char q) -
glTexCoord4hvNV
-
glTexCoord4i
public void glTexCoord4i(int s, int t, int r, int q) -
glTexCoord4iv
-
glTexCoord4s
public void glTexCoord4s(short s, short t, short r, short q) -
glTexCoord4sv
-
glTexCoord4xOES
public void glTexCoord4xOES(int s, int t, int r, int q) -
glTexCoord4xvOES
-
glTexCoordFormatNV
-
glTexCoordP1ui
-
glTexCoordP1uiv
-
glTexCoordP2ui
-
glTexCoordP2uiv
-
glTexCoordP3ui
-
glTexCoordP3uiv
-
glTexCoordP4ui
-
glTexCoordP4uiv
-
glTexCoordPointer
public void glTexCoordPointer(int size, GLTexCoordPointerType type, int stride, ConstPointer<Void> pointer) -
glTexCoordPointerEXT
public void glTexCoordPointerEXT(int size, GLTexCoordPointerType type, int stride, int count, ConstPointer<Void> pointer) -
glTexCoordPointerListIBM
public void glTexCoordPointerListIBM(int size, GLTexCoordPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glTexCoordPointervINTEL
public void glTexCoordPointervINTEL(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) -
glTexEnvf
-
glTexEnvfv
public void glTexEnvfv(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Float> params) -
glTexEnvi
-
glTexEnviv
public void glTexEnviv(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) -
glTexEnvx
-
glTexEnvxOES
-
glTexEnvxv
public void glTexEnvxv(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) -
glTexEnvxvOES
public void glTexEnvxvOES(GLTextureEnvTarget target, GLTextureEnvParameter pname, ConstPointer<Integer> params) -
glTexEstimateMotionQCOM
public void glTexEstimateMotionQCOM(int ref, int target, int output) -
glTexEstimateMotionRegionsQCOM
public void glTexEstimateMotionRegionsQCOM(int ref, int target, int output, int mask) -
glExtrapolateTex2DQCOM
public void glExtrapolateTex2DQCOM(int src1, int src2, int output, float scaleFactor) -
glTexFilterFuncSGIS
public void glTexFilterFuncSGIS(GLTextureTarget target, GLTextureFilterSGIS filter, int n, ConstPointer<Float> weights) -
glTexGend
-
glTexGendv
public void glTexGendv(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Double> params) -
glTexGenf
-
glTexGenfOES
-
glTexGenfv
public void glTexGenfv(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) -
glTexGenfvOES
public void glTexGenfvOES(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Float> params) -
glTexGeni
-
glTexGeniOES
-
glTexGeniv
public void glTexGeniv(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) -
glTexGenivOES
public void glTexGenivOES(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) -
glTexGenxOES
-
glTexGenxvOES
public void glTexGenxvOES(GLTextureCoordName coord, GLTextureGenParameter pname, ConstPointer<Integer> params) -
glTexImage1D
public void glTexImage1D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexImage2D
public void glTexImage2D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexImage2DMultisample
public void glTexImage2DMultisample(GLTextureTarget target, int samples, GLInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) -
glTexImage2DMultisampleCoverageNV
public void glTexImage2DMultisampleCoverageNV(GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) -
glTexImage3D
public void glTexImage3D(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexImage3DEXT
public void glTexImage3DEXT(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexImage3DMultisample
public void glTexImage3DMultisample(GLTextureTarget target, int samples, GLInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glTexImage3DMultisampleCoverageNV
public void glTexImage3DMultisampleCoverageNV(GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) -
glTexImage3DOES
public void glTexImage3DOES(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexImage4DSGIS
public void glTexImage4DSGIS(GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int size4d, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexPageCommitmentARB
public void glTexPageCommitmentARB(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) -
glTexPageCommitmentEXT
public void glTexPageCommitmentEXT(GLEnum target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) -
glTexPageCommitmentMemNV
public void glTexPageCommitmentMemNV(GLTextureTarget target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit) -
glTexParameterIiv
public void glTexParameterIiv(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterIivEXT
public void glTexParameterIivEXT(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterIivOES
public void glTexParameterIivOES(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterIuiv
public void glTexParameterIuiv(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterIuivEXT
public void glTexParameterIuivEXT(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterIuivOES
public void glTexParameterIuivOES(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterf
-
glTexParameterfv
public void glTexParameterfv(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) -
glTexParameteri
-
glTexParameteriv
public void glTexParameteriv(GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTexParameterx
-
glTexParameterxOES
-
glTexParameterxv
public void glTexParameterxv(GLTextureTarget target, GLGetTextureParameter pname, ConstPointer<Integer> params) -
glTexParameterxvOES
public void glTexParameterxvOES(GLTextureTarget target, GLGetTextureParameter pname, ConstPointer<Integer> params) -
glTexRenderbufferNV
-
glTexStorage1D
public void glTexStorage1D(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width) -
glTexStorage1DEXT
public void glTexStorage1DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width) -
glTexStorage2D
public void glTexStorage2D(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height) -
glTexStorage2DEXT
public void glTexStorage2DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height) -
glTexStorage2DMultisample
public void glTexStorage2DMultisample(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) -
glTexStorage3D
public void glTexStorage3D(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) -
glTexStorage3DEXT
public void glTexStorage3DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) -
glTexStorage3DMultisample
public void glTexStorage3DMultisample(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glTexStorage3DMultisampleOES
public void glTexStorage3DMultisampleOES(GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glTexStorageAttribs2DEXT
public void glTexStorageAttribs2DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, ConstPointer<GLTexStorageAttribs> attrib_list) -
glTexStorageAttribs3DEXT
public void glTexStorageAttribs3DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth, ConstPointer<GLTexStorageAttribs> attrib_list) -
glTexStorageMem1DEXT
public void glTexStorageMem1DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int memory, long offset) -
glTexStorageMem2DEXT
public void glTexStorageMem2DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int height, int memory, long offset) -
glTexStorageMem2DMultisampleEXT
public void glTexStorageMem2DMultisampleEXT(GLTextureTarget target, int samples, GLSizedInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset) -
glTexStorageMem3DEXT
public void glTexStorageMem3DEXT(GLTextureTarget target, int levels, GLSizedInternalFormat internalFormat, int width, int height, int depth, int memory, long offset) -
glTexStorageMem3DMultisampleEXT
public void glTexStorageMem3DMultisampleEXT(GLTextureTarget target, int samples, GLSizedInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset) -
glTexStorageSparseAMD
public void glTexStorageSparseAMD(GLTextureTarget target, GLSizedInternalFormat internalFormat, int width, int height, int depth, int layers, int flags) -
glTexSubImage1D
public void glTexSubImage1D(GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage1DEXT
public void glTexSubImage1DEXT(GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage2D
public void glTexSubImage2D(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage2DEXT
public void glTexSubImage2DEXT(GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage3D
public void glTexSubImage3D(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage3DEXT
public void glTexSubImage3DEXT(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage3DOES
public void glTexSubImage3DOES(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTexSubImage4DSGIS
public void glTexSubImage4DSGIS(GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureAttachMemoryNV
public void glTextureAttachMemoryNV(int texture, int memory, long offset) -
glTextureBarrier
public void glTextureBarrier() -
glTextureBarrierNV
public void glTextureBarrierNV() -
glTextureBuffer
-
glTextureBufferEXT
public void glTextureBufferEXT(int texture, GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer) -
glTextureBufferRange
public void glTextureBufferRange(int texture, GLSizedInternalFormat internalformat, int buffer, long offset, long size) -
glTextureBufferRangeEXT
public void glTextureBufferRangeEXT(int texture, GLTextureTarget target, GLSizedInternalFormat internalformat, int buffer, long offset, long size) -
glTextureColorMaskSGIS
public void glTextureColorMaskSGIS(boolean red, boolean green, boolean blue, boolean alpha) -
glTextureFoveationParametersQCOM
public void glTextureFoveationParametersQCOM(int texture, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) -
glTextureImage1DEXT
public void glTextureImage1DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureImage2DEXT
public void glTextureImage2DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureImage2DMultisampleCoverageNV
public void glTextureImage2DMultisampleCoverageNV(int texture, GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) -
glTextureImage2DMultisampleNV
public void glTextureImage2DMultisampleNV(int texture, GLTextureTarget target, int samples, GLInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations) -
glTextureImage3DEXT
public void glTextureImage3DEXT(int texture, GLTextureTarget target, int level, GLInternalFormat internalformat, int width, int height, int depth, int border, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureImage3DMultisampleCoverageNV
public void glTextureImage3DMultisampleCoverageNV(int texture, GLTextureTarget target, int coverageSamples, int colorSamples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) -
glTextureImage3DMultisampleNV
public void glTextureImage3DMultisampleNV(int texture, GLTextureTarget target, int samples, GLInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations) -
glTextureLightEXT
-
glTextureMaterialEXT
-
glTextureNormalEXT
-
glTexturePageCommitmentEXT
public void glTexturePageCommitmentEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) -
glTexturePageCommitmentMemNV
public void glTexturePageCommitmentMemNV(int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit) -
glTextureParameterIiv
public void glTextureParameterIiv(int texture, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTextureParameterIivEXT
public void glTextureParameterIivEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTextureParameterIuiv
public void glTextureParameterIuiv(int texture, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTextureParameterIuivEXT
public void glTextureParameterIuivEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTextureParameterf
-
glTextureParameterfEXT
public void glTextureParameterfEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, float param) -
glTextureParameterfv
public void glTextureParameterfv(int texture, GLTextureParameterName pname, ConstPointer<Float> param) -
glTextureParameterfvEXT
public void glTextureParameterfvEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Float> params) -
glTextureParameteri
-
glTextureParameteriEXT
public void glTextureParameteriEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, int param) -
glTextureParameteriv
public void glTextureParameteriv(int texture, GLTextureParameterName pname, ConstPointer<Integer> param) -
glTextureParameterivEXT
public void glTextureParameterivEXT(int texture, GLTextureTarget target, GLTextureParameterName pname, ConstPointer<Integer> params) -
glTextureRangeAPPLE
-
glTextureRenderbufferEXT
-
glTextureStorage1D
public void glTextureStorage1D(int texture, int levels, GLSizedInternalFormat internalformat, int width) -
glTextureStorage1DEXT
public void glTextureStorage1DEXT(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width) -
glTextureStorage2D
public void glTextureStorage2D(int texture, int levels, GLSizedInternalFormat internalformat, int width, int height) -
glTextureStorage2DEXT
public void glTextureStorage2DEXT(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width, int height) -
glTextureStorage2DMultisample
public void glTextureStorage2DMultisample(int texture, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) -
glTextureStorage2DMultisampleEXT
public void glTextureStorage2DMultisampleEXT(int texture, GLTextureTarget target, int samples, GLSizedInternalFormat internalformat, int width, int height, boolean fixedsamplelocations) -
glTextureStorage3D
public void glTextureStorage3D(int texture, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) -
glTextureStorage3DEXT
public void glTextureStorage3DEXT(int texture, GLEnum target, int levels, GLSizedInternalFormat internalformat, int width, int height, int depth) -
glTextureStorage3DMultisample
public void glTextureStorage3DMultisample(int texture, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glTextureStorage3DMultisampleEXT
public void glTextureStorage3DMultisampleEXT(int texture, GLEnum target, int samples, GLSizedInternalFormat internalformat, int width, int height, int depth, boolean fixedsamplelocations) -
glTextureStorageMem1DEXT
public void glTextureStorageMem1DEXT(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int memory, long offset) -
glTextureStorageMem2DEXT
public void glTextureStorageMem2DEXT(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int height, int memory, long offset) -
glTextureStorageMem2DMultisampleEXT
public void glTextureStorageMem2DMultisampleEXT(int texture, int samples, GLSizedInternalFormat internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset) -
glTextureStorageMem3DEXT
public void glTextureStorageMem3DEXT(int texture, int levels, GLSizedInternalFormat internalFormat, int width, int height, int depth, int memory, long offset) -
glTextureStorageMem3DMultisampleEXT
public void glTextureStorageMem3DMultisampleEXT(int texture, int samples, GLSizedInternalFormat internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset) -
glTextureStorageSparseAMD
public void glTextureStorageSparseAMD(int texture, GLEnum target, GLSizedInternalFormat internalFormat, int width, int height, int depth, int layers, int flags) -
glTextureSubImage1D
public void glTextureSubImage1D(int texture, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureSubImage1DEXT
public void glTextureSubImage1DEXT(int texture, GLTextureTarget target, int level, int xoffset, int width, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureSubImage2D
public void glTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureSubImage2DEXT
public void glTextureSubImage2DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int width, int height, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureSubImage3D
public void glTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureSubImage3DEXT
public void glTextureSubImage3DEXT(int texture, GLTextureTarget target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLPixelFormat format, GLPixelType type, ConstPointer<Void> pixels) -
glTextureView
public void glTextureView(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) -
glTextureViewEXT
public void glTextureViewEXT(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) -
glTextureViewOES
public void glTextureViewOES(int texture, GLTextureTarget target, int origtexture, GLSizedInternalFormat internalformat, int minlevel, int numlevels, int minlayer, int numlayers) -
glTrackMatrixNV
public void glTrackMatrixNV(GLVertexAttribEnumNV target, int address, GLVertexAttribEnumNV matrix, GLVertexAttribEnumNV transform) -
glTransformFeedbackAttribsNV
public void glTransformFeedbackAttribsNV(int count, ConstPointer<Integer> attribs, GLEnum bufferMode) -
glTransformFeedbackBufferBase
public void glTransformFeedbackBufferBase(int xfb, int index, int buffer) -
glTransformFeedbackBufferRange
public void glTransformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size) -
glTransformFeedbackStreamAttribsNV
public void glTransformFeedbackStreamAttribsNV(int count, ConstPointer<Integer> attribs, int nbuffers, ConstPointer<Integer> bufstreams, GLEnum bufferMode) -
glTransformFeedbackVaryings
public void glTransformFeedbackVaryings(int program, int count, ConstPointer<ConstPointer<Byte>> varyings, GLTransformFeedbackBufferMode bufferMode) -
glTransformFeedbackVaryingsEXT
public void glTransformFeedbackVaryingsEXT(int program, int count, ConstPointer<ConstPointer<Byte>> varyings, GLTransformFeedbackBufferMode bufferMode) -
glTransformFeedbackVaryingsNV
public void glTransformFeedbackVaryingsNV(int program, int count, ConstPointer<GLTransformFeedbackTokenNV> locations, GLTransformFeedbackBufferMode bufferMode) -
glTransformPathNV
public void glTransformPathNV(int resultPath, int srcPath, GLPathTransformType transformType, ConstPointer<Float> transformValues) -
glTranslated
public void glTranslated(double x, double y, double z) -
glTranslatef
public void glTranslatef(float x, float y, float z) -
glTranslatex
public void glTranslatex(int x, int y, int z) -
glTranslatexOES
public void glTranslatexOES(int x, int y, int z) -
glUniform1d
public void glUniform1d(int location, double x) -
glUniform1dv
-
glUniform1f
public void glUniform1f(int location, float v0) -
glUniform1fARB
public void glUniform1fARB(int location, float v0) -
glUniform1fv
-
glUniform1fvARB
-
glUniform1i
public void glUniform1i(int location, int v0) -
glUniform1i64ARB
public void glUniform1i64ARB(int location, long x) -
glUniform1i64NV
public void glUniform1i64NV(int location, long x) -
glUniform1i64vARB
-
glUniform1i64vNV
-
glUniform1iARB
public void glUniform1iARB(int location, int v0) -
glUniform1iv
-
glUniform1ivARB
-
glUniform1ui
public void glUniform1ui(int location, int v0) -
glUniform1ui64ARB
public void glUniform1ui64ARB(int location, long x) -
glUniform1ui64NV
public void glUniform1ui64NV(int location, long x) -
glUniform1ui64vARB
-
glUniform1ui64vNV
-
glUniform1uiEXT
public void glUniform1uiEXT(int location, int v0) -
glUniform1uiv
-
glUniform1uivEXT
-
glUniform2d
public void glUniform2d(int location, double x, double y) -
glUniform2dv
-
glUniform2f
public void glUniform2f(int location, float v0, float v1) -
glUniform2fARB
public void glUniform2fARB(int location, float v0, float v1) -
glUniform2fv
-
glUniform2fvARB
-
glUniform2i
public void glUniform2i(int location, int v0, int v1) -
glUniform2i64ARB
public void glUniform2i64ARB(int location, long x, long y) -
glUniform2i64NV
public void glUniform2i64NV(int location, long x, long y) -
glUniform2i64vARB
-
glUniform2i64vNV
-
glUniform2iARB
public void glUniform2iARB(int location, int v0, int v1) -
glUniform2iv
-
glUniform2ivARB
-
glUniform2ui
public void glUniform2ui(int location, int v0, int v1) -
glUniform2ui64ARB
public void glUniform2ui64ARB(int location, long x, long y) -
glUniform2ui64NV
public void glUniform2ui64NV(int location, long x, long y) -
glUniform2ui64vARB
-
glUniform2ui64vNV
-
glUniform2uiEXT
public void glUniform2uiEXT(int location, int v0, int v1) -
glUniform2uiv
-
glUniform2uivEXT
-
glUniform3d
public void glUniform3d(int location, double x, double y, double z) -
glUniform3dv
-
glUniform3f
public void glUniform3f(int location, float v0, float v1, float v2) -
glUniform3fARB
public void glUniform3fARB(int location, float v0, float v1, float v2) -
glUniform3fv
-
glUniform3fvARB
-
glUniform3i
public void glUniform3i(int location, int v0, int v1, int v2) -
glUniform3i64ARB
public void glUniform3i64ARB(int location, long x, long y, long z) -
glUniform3i64NV
public void glUniform3i64NV(int location, long x, long y, long z) -
glUniform3i64vARB
-
glUniform3i64vNV
-
glUniform3iARB
public void glUniform3iARB(int location, int v0, int v1, int v2) -
glUniform3iv
-
glUniform3ivARB
-
glUniform3ui
public void glUniform3ui(int location, int v0, int v1, int v2) -
glUniform3ui64ARB
public void glUniform3ui64ARB(int location, long x, long y, long z) -
glUniform3ui64NV
public void glUniform3ui64NV(int location, long x, long y, long z) -
glUniform3ui64vARB
-
glUniform3ui64vNV
-
glUniform3uiEXT
public void glUniform3uiEXT(int location, int v0, int v1, int v2) -
glUniform3uiv
-
glUniform3uivEXT
-
glUniform4d
public void glUniform4d(int location, double x, double y, double z, double w) -
glUniform4dv
-
glUniform4f
public void glUniform4f(int location, float v0, float v1, float v2, float v3) -
glUniform4fARB
public void glUniform4fARB(int location, float v0, float v1, float v2, float v3) -
glUniform4fv
-
glUniform4fvARB
-
glUniform4i
public void glUniform4i(int location, int v0, int v1, int v2, int v3) -
glUniform4i64ARB
public void glUniform4i64ARB(int location, long x, long y, long z, long w) -
glUniform4i64NV
public void glUniform4i64NV(int location, long x, long y, long z, long w) -
glUniform4i64vARB
-
glUniform4i64vNV
-
glUniform4iARB
public void glUniform4iARB(int location, int v0, int v1, int v2, int v3) -
glUniform4iv
-
glUniform4ivARB
-
glUniform4ui
public void glUniform4ui(int location, int v0, int v1, int v2, int v3) -
glUniform4ui64ARB
public void glUniform4ui64ARB(int location, long x, long y, long z, long w) -
glUniform4ui64NV
public void glUniform4ui64NV(int location, long x, long y, long z, long w) -
glUniform4ui64vARB
-
glUniform4ui64vNV
-
glUniform4uiEXT
public void glUniform4uiEXT(int location, int v0, int v1, int v2, int v3) -
glUniform4uiv
-
glUniform4uivEXT
-
glUniformBlockBinding
public void glUniformBlockBinding(int program, int uniformBlockIndex, int uniformBlockBinding) -
glUniformBufferEXT
public void glUniformBufferEXT(int program, int location, int buffer) -
glUniformHandleui64ARB
public void glUniformHandleui64ARB(int location, long value) -
glUniformHandleui64IMG
public void glUniformHandleui64IMG(int location, long value) -
glUniformHandleui64NV
public void glUniformHandleui64NV(int location, long value) -
glUniformHandleui64vARB
-
glUniformHandleui64vIMG
-
glUniformHandleui64vNV
-
glUniformMatrix2dv
public void glUniformMatrix2dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix2fv
public void glUniformMatrix2fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix2fvARB
public void glUniformMatrix2fvARB(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix2x3dv
public void glUniformMatrix2x3dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix2x3fv
public void glUniformMatrix2x3fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix2x3fvNV
public void glUniformMatrix2x3fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix2x4dv
public void glUniformMatrix2x4dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix2x4fv
public void glUniformMatrix2x4fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix2x4fvNV
public void glUniformMatrix2x4fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3dv
public void glUniformMatrix3dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix3fv
public void glUniformMatrix3fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3fvARB
public void glUniformMatrix3fvARB(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3x2dv
public void glUniformMatrix3x2dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix3x2fv
public void glUniformMatrix3x2fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3x2fvNV
public void glUniformMatrix3x2fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3x4dv
public void glUniformMatrix3x4dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix3x4fv
public void glUniformMatrix3x4fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix3x4fvNV
public void glUniformMatrix3x4fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4dv
public void glUniformMatrix4dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix4fv
public void glUniformMatrix4fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4fvARB
public void glUniformMatrix4fvARB(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4x2dv
public void glUniformMatrix4x2dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix4x2fv
public void glUniformMatrix4x2fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4x2fvNV
public void glUniformMatrix4x2fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4x3dv
public void glUniformMatrix4x3dv(int location, int count, boolean transpose, ConstPointer<Double> value) -
glUniformMatrix4x3fv
public void glUniformMatrix4x3fv(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformMatrix4x3fvNV
public void glUniformMatrix4x3fvNV(int location, int count, boolean transpose, ConstPointer<Float> value) -
glUniformSubroutinesuiv
public void glUniformSubroutinesuiv(GLShaderType shadertype, int count, ConstPointer<Integer> indices) -
glUniformui64NV
public void glUniformui64NV(int location, long value) -
glUniformui64vNV
-
glUnlockArraysEXT
public void glUnlockArraysEXT() -
glUnmapBuffer
-
glUnmapBufferARB
-
glUnmapBufferOES
-
glUnmapNamedBuffer
public boolean glUnmapNamedBuffer(int buffer) -
glUnmapNamedBufferEXT
public boolean glUnmapNamedBufferEXT(int buffer) -
glUnmapObjectBufferATI
public void glUnmapObjectBufferATI(int buffer) -
glUnmapTexture2DINTEL
public void glUnmapTexture2DINTEL(int texture, int level) -
glUpdateObjectBufferATI
public void glUpdateObjectBufferATI(int buffer, int offset, int size, ConstPointer<Void> pointer, GLPreserveModeATI preserve) -
glUploadGpuMaskNVX
public void glUploadGpuMaskNVX(int mask) -
glUseProgram
public void glUseProgram(int program) -
glUseProgramObjectARB
public void glUseProgramObjectARB(int programObj) -
glUseProgramStages
public void glUseProgramStages(int pipeline, int stages, int program) -
glUseProgramStagesEXT
public void glUseProgramStagesEXT(int pipeline, int stages, int program) -
glUseShaderProgramEXT
-
glVDPAUFiniNV
public void glVDPAUFiniNV() -
glVDPAUGetSurfaceivNV
public void glVDPAUGetSurfaceivNV(int surface, GLEnum pname, int count, MutPointer<Integer> length, MutPointer<Integer> values) -
glVDPAUInitNV
-
glVDPAUIsSurfaceNV
public boolean glVDPAUIsSurfaceNV(int surface) -
glVDPAUMapSurfacesNV
-
glVDPAURegisterOutputSurfaceNV
public int glVDPAURegisterOutputSurfaceNV(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames) -
glVDPAURegisterVideoSurfaceNV
public int glVDPAURegisterVideoSurfaceNV(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames) -
glVDPAURegisterVideoSurfaceWithPictureStructureNV
public int glVDPAURegisterVideoSurfaceWithPictureStructureNV(ConstPointer<Void> vdpSurface, GLEnum target, int numTextureNames, ConstPointer<Integer> textureNames, boolean isFrameStructure) -
glVDPAUSurfaceAccessNV
-
glVDPAUUnmapSurfacesNV
-
glVDPAUUnregisterSurfaceNV
public void glVDPAUUnregisterSurfaceNV(int surface) -
glValidateProgram
public void glValidateProgram(int program) -
glValidateProgramARB
public void glValidateProgramARB(int programObj) -
glValidateProgramPipeline
public void glValidateProgramPipeline(int pipeline) -
glValidateProgramPipelineEXT
public void glValidateProgramPipelineEXT(int pipeline) -
glVariantArrayObjectATI
-
glVariantPointerEXT
-
glVariantbvEXT
-
glVariantdvEXT
-
glVariantfvEXT
-
glVariantivEXT
-
glVariantsvEXT
-
glVariantubvEXT
-
glVariantuivEXT
-
glVariantusvEXT
-
glVertex2bOES
public void glVertex2bOES(byte x, byte y) -
glVertex2bvOES
-
glVertex2d
public void glVertex2d(double x, double y) -
glVertex2dv
-
glVertex2f
public void glVertex2f(float x, float y) -
glVertex2fv
-
glVertex2hNV
public void glVertex2hNV(char x, char y) -
glVertex2hvNV
-
glVertex2i
public void glVertex2i(int x, int y) -
glVertex2iv
-
glVertex2s
public void glVertex2s(short x, short y) -
glVertex2sv
-
glVertex2xOES
public void glVertex2xOES(int x) -
glVertex2xvOES
-
glVertex3bOES
public void glVertex3bOES(byte x, byte y, byte z) -
glVertex3bvOES
-
glVertex3d
public void glVertex3d(double x, double y, double z) -
glVertex3dv
-
glVertex3f
public void glVertex3f(float x, float y, float z) -
glVertex3fv
-
glVertex3hNV
public void glVertex3hNV(char x, char y, char z) -
glVertex3hvNV
-
glVertex3i
public void glVertex3i(int x, int y, int z) -
glVertex3iv
-
glVertex3s
public void glVertex3s(short x, short y, short z) -
glVertex3sv
-
glVertex3xOES
public void glVertex3xOES(int x, int y) -
glVertex3xvOES
-
glVertex4bOES
public void glVertex4bOES(byte x, byte y, byte z, byte w) -
glVertex4bvOES
-
glVertex4d
public void glVertex4d(double x, double y, double z, double w) -
glVertex4dv
-
glVertex4f
public void glVertex4f(float x, float y, float z, float w) -
glVertex4fv
-
glVertex4hNV
public void glVertex4hNV(char x, char y, char z, char w) -
glVertex4hvNV
-
glVertex4i
public void glVertex4i(int x, int y, int z, int w) -
glVertex4iv
-
glVertex4s
public void glVertex4s(short x, short y, short z, short w) -
glVertex4sv
-
glVertex4xOES
public void glVertex4xOES(int x, int y, int z) -
glVertex4xvOES
-
glVertexArrayAttribBinding
public void glVertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex) -
glVertexArrayAttribFormat
public void glVertexArrayAttribFormat(int vaobj, int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) -
glVertexArrayAttribIFormat
public void glVertexArrayAttribIFormat(int vaobj, int attribindex, int size, GLVertexAttribIType type, int relativeoffset) -
glVertexArrayAttribLFormat
public void glVertexArrayAttribLFormat(int vaobj, int attribindex, int size, GLVertexAttribLType type, int relativeoffset) -
glVertexArrayBindVertexBufferEXT
public void glVertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride) -
glVertexArrayBindingDivisor
public void glVertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor) -
glVertexArrayColorOffsetEXT
public void glVertexArrayColorOffsetEXT(int vaobj, int buffer, int size, GLColorPointerType type, int stride, long offset) -
glVertexArrayEdgeFlagOffsetEXT
public void glVertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset) -
glVertexArrayElementBuffer
public void glVertexArrayElementBuffer(int vaobj, int buffer) -
glVertexArrayFogCoordOffsetEXT
public void glVertexArrayFogCoordOffsetEXT(int vaobj, int buffer, GLFogCoordinatePointerType type, int stride, long offset) -
glVertexArrayIndexOffsetEXT
public void glVertexArrayIndexOffsetEXT(int vaobj, int buffer, GLIndexPointerType type, int stride, long offset) -
glVertexArrayMultiTexCoordOffsetEXT
public void glVertexArrayMultiTexCoordOffsetEXT(int vaobj, int buffer, GLEnum texunit, int size, GLTexCoordPointerType type, int stride, long offset) -
glVertexArrayNormalOffsetEXT
public void glVertexArrayNormalOffsetEXT(int vaobj, int buffer, GLNormalPointerType type, int stride, long offset) -
glVertexArrayParameteriAPPLE
-
glVertexArrayRangeAPPLE
-
glVertexArrayRangeNV
-
glVertexArraySecondaryColorOffsetEXT
public void glVertexArraySecondaryColorOffsetEXT(int vaobj, int buffer, int size, GLColorPointerType type, int stride, long offset) -
glVertexArrayTexCoordOffsetEXT
public void glVertexArrayTexCoordOffsetEXT(int vaobj, int buffer, int size, GLTexCoordPointerType type, int stride, long offset) -
glVertexArrayVertexAttribBindingEXT
public void glVertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex) -
glVertexArrayVertexAttribDivisorEXT
public void glVertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor) -
glVertexArrayVertexAttribFormatEXT
public void glVertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) -
glVertexArrayVertexAttribIFormatEXT
public void glVertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, GLVertexAttribIType type, int relativeoffset) -
glVertexArrayVertexAttribIOffsetEXT
public void glVertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, GLVertexAttribType type, int stride, long offset) -
glVertexArrayVertexAttribLFormatEXT
public void glVertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, GLVertexAttribLType type, int relativeoffset) -
glVertexArrayVertexAttribLOffsetEXT
public void glVertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, GLVertexAttribLType type, int stride, long offset) -
glVertexArrayVertexAttribOffsetEXT
public void glVertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, long offset) -
glVertexArrayVertexBindingDivisorEXT
public void glVertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor) -
glVertexArrayVertexBuffer
public void glVertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride) -
glVertexArrayVertexBuffers
public void glVertexArrayVertexBuffers(int vaobj, int first, int count, ConstPointer<Integer> buffers, ConstPointer<Long> offsets, ConstPointer<Integer> strides) -
glVertexArrayVertexOffsetEXT
public void glVertexArrayVertexOffsetEXT(int vaobj, int buffer, int size, GLVertexPointerType type, int stride, long offset) -
glVertexAttrib1d
public void glVertexAttrib1d(int index, double x) -
glVertexAttrib1dARB
public void glVertexAttrib1dARB(int index, double x) -
glVertexAttrib1dNV
public void glVertexAttrib1dNV(int index, double x) -
glVertexAttrib1dv
-
glVertexAttrib1dvARB
-
glVertexAttrib1dvNV
-
glVertexAttrib1f
public void glVertexAttrib1f(int index, float x) -
glVertexAttrib1fARB
public void glVertexAttrib1fARB(int index, float x) -
glVertexAttrib1fNV
public void glVertexAttrib1fNV(int index, float x) -
glVertexAttrib1fv
-
glVertexAttrib1fvARB
-
glVertexAttrib1fvNV
-
glVertexAttrib1hNV
public void glVertexAttrib1hNV(int index, char x) -
glVertexAttrib1hvNV
-
glVertexAttrib1s
public void glVertexAttrib1s(int index, short x) -
glVertexAttrib1sARB
public void glVertexAttrib1sARB(int index, short x) -
glVertexAttrib1sNV
public void glVertexAttrib1sNV(int index, short x) -
glVertexAttrib1sv
-
glVertexAttrib1svARB
-
glVertexAttrib1svNV
-
glVertexAttrib2d
public void glVertexAttrib2d(int index, double x, double y) -
glVertexAttrib2dARB
public void glVertexAttrib2dARB(int index, double x, double y) -
glVertexAttrib2dNV
public void glVertexAttrib2dNV(int index, double x, double y) -
glVertexAttrib2dv
-
glVertexAttrib2dvARB
-
glVertexAttrib2dvNV
-
glVertexAttrib2f
public void glVertexAttrib2f(int index, float x, float y) -
glVertexAttrib2fARB
public void glVertexAttrib2fARB(int index, float x, float y) -
glVertexAttrib2fNV
public void glVertexAttrib2fNV(int index, float x, float y) -
glVertexAttrib2fv
-
glVertexAttrib2fvARB
-
glVertexAttrib2fvNV
-
glVertexAttrib2hNV
public void glVertexAttrib2hNV(int index, char x, char y) -
glVertexAttrib2hvNV
-
glVertexAttrib2s
public void glVertexAttrib2s(int index, short x, short y) -
glVertexAttrib2sARB
public void glVertexAttrib2sARB(int index, short x, short y) -
glVertexAttrib2sNV
public void glVertexAttrib2sNV(int index, short x, short y) -
glVertexAttrib2sv
-
glVertexAttrib2svARB
-
glVertexAttrib2svNV
-
glVertexAttrib3d
public void glVertexAttrib3d(int index, double x, double y, double z) -
glVertexAttrib3dARB
public void glVertexAttrib3dARB(int index, double x, double y, double z) -
glVertexAttrib3dNV
public void glVertexAttrib3dNV(int index, double x, double y, double z) -
glVertexAttrib3dv
-
glVertexAttrib3dvARB
-
glVertexAttrib3dvNV
-
glVertexAttrib3f
public void glVertexAttrib3f(int index, float x, float y, float z) -
glVertexAttrib3fARB
public void glVertexAttrib3fARB(int index, float x, float y, float z) -
glVertexAttrib3fNV
public void glVertexAttrib3fNV(int index, float x, float y, float z) -
glVertexAttrib3fv
-
glVertexAttrib3fvARB
-
glVertexAttrib3fvNV
-
glVertexAttrib3hNV
public void glVertexAttrib3hNV(int index, char x, char y, char z) -
glVertexAttrib3hvNV
-
glVertexAttrib3s
public void glVertexAttrib3s(int index, short x, short y, short z) -
glVertexAttrib3sARB
public void glVertexAttrib3sARB(int index, short x, short y, short z) -
glVertexAttrib3sNV
public void glVertexAttrib3sNV(int index, short x, short y, short z) -
glVertexAttrib3sv
-
glVertexAttrib3svARB
-
glVertexAttrib3svNV
-
glVertexAttrib4Nbv
-
glVertexAttrib4NbvARB
-
glVertexAttrib4Niv
-
glVertexAttrib4NivARB
-
glVertexAttrib4Nsv
-
glVertexAttrib4NsvARB
-
glVertexAttrib4Nub
public void glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) -
glVertexAttrib4NubARB
public void glVertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) -
glVertexAttrib4Nubv
-
glVertexAttrib4NubvARB
-
glVertexAttrib4Nuiv
-
glVertexAttrib4NuivARB
-
glVertexAttrib4Nusv
-
glVertexAttrib4NusvARB
-
glVertexAttrib4bv
-
glVertexAttrib4bvARB
-
glVertexAttrib4d
public void glVertexAttrib4d(int index, double x, double y, double z, double w) -
glVertexAttrib4dARB
public void glVertexAttrib4dARB(int index, double x, double y, double z, double w) -
glVertexAttrib4dNV
public void glVertexAttrib4dNV(int index, double x, double y, double z, double w) -
glVertexAttrib4dv
-
glVertexAttrib4dvARB
-
glVertexAttrib4dvNV
-
glVertexAttrib4f
public void glVertexAttrib4f(int index, float x, float y, float z, float w) -
glVertexAttrib4fARB
public void glVertexAttrib4fARB(int index, float x, float y, float z, float w) -
glVertexAttrib4fNV
public void glVertexAttrib4fNV(int index, float x, float y, float z, float w) -
glVertexAttrib4fv
-
glVertexAttrib4fvARB
-
glVertexAttrib4fvNV
-
glVertexAttrib4hNV
public void glVertexAttrib4hNV(int index, char x, char y, char z, char w) -
glVertexAttrib4hvNV
-
glVertexAttrib4iv
-
glVertexAttrib4ivARB
-
glVertexAttrib4s
public void glVertexAttrib4s(int index, short x, short y, short z, short w) -
glVertexAttrib4sARB
public void glVertexAttrib4sARB(int index, short x, short y, short z, short w) -
glVertexAttrib4sNV
public void glVertexAttrib4sNV(int index, short x, short y, short z, short w) -
glVertexAttrib4sv
-
glVertexAttrib4svARB
-
glVertexAttrib4svNV
-
glVertexAttrib4ubNV
public void glVertexAttrib4ubNV(int index, byte x, byte y, byte z, byte w) -
glVertexAttrib4ubv
-
glVertexAttrib4ubvARB
-
glVertexAttrib4ubvNV
-
glVertexAttrib4uiv
-
glVertexAttrib4uivARB
-
glVertexAttrib4usv
-
glVertexAttrib4usvARB
-
glVertexAttribArrayObjectATI
public void glVertexAttribArrayObjectATI(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, int buffer, int offset) -
glVertexAttribBinding
public void glVertexAttribBinding(int attribindex, int bindingindex) -
glVertexAttribDivisor
public void glVertexAttribDivisor(int index, int divisor) -
glVertexAttribDivisorANGLE
public void glVertexAttribDivisorANGLE(int index, int divisor) -
glVertexAttribDivisorARB
public void glVertexAttribDivisorARB(int index, int divisor) -
glVertexAttribDivisorEXT
public void glVertexAttribDivisorEXT(int index, int divisor) -
glVertexAttribDivisorNV
public void glVertexAttribDivisorNV(int index, int divisor) -
glVertexAttribFormat
public void glVertexAttribFormat(int attribindex, int size, GLVertexAttribType type, boolean normalized, int relativeoffset) -
glVertexAttribFormatNV
public void glVertexAttribFormatNV(int index, int size, GLVertexAttribType type, boolean normalized, int stride) -
glVertexAttribI1i
public void glVertexAttribI1i(int index, int x) -
glVertexAttribI1iEXT
public void glVertexAttribI1iEXT(int index, int x) -
glVertexAttribI1iv
-
glVertexAttribI1ivEXT
-
glVertexAttribI1ui
public void glVertexAttribI1ui(int index, int x) -
glVertexAttribI1uiEXT
public void glVertexAttribI1uiEXT(int index, int x) -
glVertexAttribI1uiv
-
glVertexAttribI1uivEXT
-
glVertexAttribI2i
public void glVertexAttribI2i(int index, int x, int y) -
glVertexAttribI2iEXT
public void glVertexAttribI2iEXT(int index, int x, int y) -
glVertexAttribI2iv
-
glVertexAttribI2ivEXT
-
glVertexAttribI2ui
public void glVertexAttribI2ui(int index, int x, int y) -
glVertexAttribI2uiEXT
public void glVertexAttribI2uiEXT(int index, int x, int y) -
glVertexAttribI2uiv
-
glVertexAttribI2uivEXT
-
glVertexAttribI3i
public void glVertexAttribI3i(int index, int x, int y, int z) -
glVertexAttribI3iEXT
public void glVertexAttribI3iEXT(int index, int x, int y, int z) -
glVertexAttribI3iv
-
glVertexAttribI3ivEXT
-
glVertexAttribI3ui
public void glVertexAttribI3ui(int index, int x, int y, int z) -
glVertexAttribI3uiEXT
public void glVertexAttribI3uiEXT(int index, int x, int y, int z) -
glVertexAttribI3uiv
-
glVertexAttribI3uivEXT
-
glVertexAttribI4bv
-
glVertexAttribI4bvEXT
-
glVertexAttribI4i
public void glVertexAttribI4i(int index, int x, int y, int z, int w) -
glVertexAttribI4iEXT
public void glVertexAttribI4iEXT(int index, int x, int y, int z, int w) -
glVertexAttribI4iv
-
glVertexAttribI4ivEXT
-
glVertexAttribI4sv
-
glVertexAttribI4svEXT
-
glVertexAttribI4ubv
-
glVertexAttribI4ubvEXT
-
glVertexAttribI4ui
public void glVertexAttribI4ui(int index, int x, int y, int z, int w) -
glVertexAttribI4uiEXT
public void glVertexAttribI4uiEXT(int index, int x, int y, int z, int w) -
glVertexAttribI4uiv
-
glVertexAttribI4uivEXT
-
glVertexAttribI4usv
-
glVertexAttribI4usvEXT
-
glVertexAttribIFormat
public void glVertexAttribIFormat(int attribindex, int size, GLVertexAttribIType type, int relativeoffset) -
glVertexAttribIFormatNV
-
glVertexAttribIPointer
public void glVertexAttribIPointer(int index, int size, GLVertexAttribIType type, int stride, ConstPointer<Void> pointer) -
glVertexAttribIPointerEXT
public void glVertexAttribIPointerEXT(int index, int size, GLVertexAttribIType type, int stride, ConstPointer<Void> pointer) -
glVertexAttribL1d
public void glVertexAttribL1d(int index, double x) -
glVertexAttribL1dEXT
public void glVertexAttribL1dEXT(int index, double x) -
glVertexAttribL1dv
-
glVertexAttribL1dvEXT
-
glVertexAttribL1i64NV
public void glVertexAttribL1i64NV(int index, long x) -
glVertexAttribL1i64vNV
-
glVertexAttribL1ui64ARB
public void glVertexAttribL1ui64ARB(int index, long x) -
glVertexAttribL1ui64NV
public void glVertexAttribL1ui64NV(int index, long x) -
glVertexAttribL1ui64vARB
-
glVertexAttribL1ui64vNV
-
glVertexAttribL2d
public void glVertexAttribL2d(int index, double x, double y) -
glVertexAttribL2dEXT
public void glVertexAttribL2dEXT(int index, double x, double y) -
glVertexAttribL2dv
-
glVertexAttribL2dvEXT
-
glVertexAttribL2i64NV
public void glVertexAttribL2i64NV(int index, long x, long y) -
glVertexAttribL2i64vNV
-
glVertexAttribL2ui64NV
public void glVertexAttribL2ui64NV(int index, long x, long y) -
glVertexAttribL2ui64vNV
-
glVertexAttribL3d
public void glVertexAttribL3d(int index, double x, double y, double z) -
glVertexAttribL3dEXT
public void glVertexAttribL3dEXT(int index, double x, double y, double z) -
glVertexAttribL3dv
-
glVertexAttribL3dvEXT
-
glVertexAttribL3i64NV
public void glVertexAttribL3i64NV(int index, long x, long y, long z) -
glVertexAttribL3i64vNV
-
glVertexAttribL3ui64NV
public void glVertexAttribL3ui64NV(int index, long x, long y, long z) -
glVertexAttribL3ui64vNV
-
glVertexAttribL4d
public void glVertexAttribL4d(int index, double x, double y, double z, double w) -
glVertexAttribL4dEXT
public void glVertexAttribL4dEXT(int index, double x, double y, double z, double w) -
glVertexAttribL4dv
-
glVertexAttribL4dvEXT
-
glVertexAttribL4i64NV
public void glVertexAttribL4i64NV(int index, long x, long y, long z, long w) -
glVertexAttribL4i64vNV
-
glVertexAttribL4ui64NV
public void glVertexAttribL4ui64NV(int index, long x, long y, long z, long w) -
glVertexAttribL4ui64vNV
-
glVertexAttribLFormat
public void glVertexAttribLFormat(int attribindex, int size, GLVertexAttribLType type, int relativeoffset) -
glVertexAttribLFormatNV
-
glVertexAttribLPointer
public void glVertexAttribLPointer(int index, int size, GLVertexAttribLType type, int stride, ConstPointer<Void> pointer) -
glVertexAttribLPointerEXT
public void glVertexAttribLPointerEXT(int index, int size, GLVertexAttribLType type, int stride, ConstPointer<Void> pointer) -
glVertexAttribP1ui
public void glVertexAttribP1ui(int index, GLVertexAttribPointerType type, boolean normalized, int value) -
glVertexAttribP1uiv
public void glVertexAttribP1uiv(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) -
glVertexAttribP2ui
public void glVertexAttribP2ui(int index, GLVertexAttribPointerType type, boolean normalized, int value) -
glVertexAttribP2uiv
public void glVertexAttribP2uiv(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) -
glVertexAttribP3ui
public void glVertexAttribP3ui(int index, GLVertexAttribPointerType type, boolean normalized, int value) -
glVertexAttribP3uiv
public void glVertexAttribP3uiv(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) -
glVertexAttribP4ui
public void glVertexAttribP4ui(int index, GLVertexAttribPointerType type, boolean normalized, int value) -
glVertexAttribP4uiv
public void glVertexAttribP4uiv(int index, GLVertexAttribPointerType type, boolean normalized, ConstPointer<Integer> value) -
glVertexAttribParameteriAMD
-
glVertexAttribPointer
public void glVertexAttribPointer(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, ConstPointer<Void> pointer) -
glVertexAttribPointerARB
public void glVertexAttribPointerARB(int index, int size, GLVertexAttribPointerType type, boolean normalized, int stride, ConstPointer<Void> pointer) -
glVertexAttribPointerNV
public void glVertexAttribPointerNV(int index, int fsize, GLVertexAttribEnumNV type, int stride, ConstPointer<Void> pointer) -
glVertexAttribs1dvNV
-
glVertexAttribs1fvNV
-
glVertexAttribs1hvNV
-
glVertexAttribs1svNV
-
glVertexAttribs2dvNV
-
glVertexAttribs2fvNV
-
glVertexAttribs2hvNV
-
glVertexAttribs2svNV
-
glVertexAttribs3dvNV
-
glVertexAttribs3fvNV
-
glVertexAttribs3hvNV
-
glVertexAttribs3svNV
-
glVertexAttribs4dvNV
-
glVertexAttribs4fvNV
-
glVertexAttribs4hvNV
-
glVertexAttribs4svNV
-
glVertexAttribs4ubvNV
-
glVertexBindingDivisor
public void glVertexBindingDivisor(int bindingindex, int divisor) -
glVertexBlendARB
public void glVertexBlendARB(int count) -
glVertexBlendEnvfATI
-
glVertexBlendEnviATI
-
glVertexFormatNV
-
glVertexP2ui
-
glVertexP2uiv
-
glVertexP3ui
-
glVertexP3uiv
-
glVertexP4ui
-
glVertexP4uiv
-
glVertexPointer
public void glVertexPointer(int size, GLVertexPointerType type, int stride, ConstPointer<Void> pointer) -
glVertexPointerEXT
public void glVertexPointerEXT(int size, GLVertexPointerType type, int stride, int count, ConstPointer<Void> pointer) -
glVertexPointerListIBM
public void glVertexPointerListIBM(int size, GLVertexPointerType type, int stride, MutPointer<ConstPointer<Void>> pointer, int ptrstride) -
glVertexPointervINTEL
public void glVertexPointervINTEL(int size, GLVertexPointerType type, MutPointer<ConstPointer<Void>> pointer) -
glVertexStream1dATI
-
glVertexStream1dvATI
-
glVertexStream1fATI
-
glVertexStream1fvATI
-
glVertexStream1iATI
-
glVertexStream1ivATI
-
glVertexStream1sATI
-
glVertexStream1svATI
-
glVertexStream2dATI
-
glVertexStream2dvATI
-
glVertexStream2fATI
-
glVertexStream2fvATI
-
glVertexStream2iATI
-
glVertexStream2ivATI
-
glVertexStream2sATI
-
glVertexStream2svATI
-
glVertexStream3dATI
-
glVertexStream3dvATI
-
glVertexStream3fATI
-
glVertexStream3fvATI
-
glVertexStream3iATI
-
glVertexStream3ivATI
-
glVertexStream3sATI
-
glVertexStream3svATI
-
glVertexStream4dATI
-
glVertexStream4dvATI
-
glVertexStream4fATI
-
glVertexStream4fvATI
-
glVertexStream4iATI
-
glVertexStream4ivATI
-
glVertexStream4sATI
-
glVertexStream4svATI
-
glVertexWeightPointerEXT
public void glVertexWeightPointerEXT(int size, GLVertexWeightPointerTypeEXT type, int stride, ConstPointer<Void> pointer) -
glVertexWeightfEXT
public void glVertexWeightfEXT(float weight) -
glVertexWeightfvEXT
-
glVertexWeighthNV
public void glVertexWeighthNV(char weight) -
glVertexWeighthvNV
-
glVideoCaptureNV
public GLEnum glVideoCaptureNV(int video_capture_slot, MutPointer<Integer> sequence_num, MutPointer<Long> capture_time) -
glVideoCaptureStreamParameterdvNV
public void glVideoCaptureStreamParameterdvNV(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Double> params) -
glVideoCaptureStreamParameterfvNV
public void glVideoCaptureStreamParameterfvNV(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Float> params) -
glVideoCaptureStreamParameterivNV
public void glVideoCaptureStreamParameterivNV(int video_capture_slot, int stream, GLEnum pname, ConstPointer<Integer> params) -
glViewport
public void glViewport(int x, int y, int width, int height) -
glViewportArrayv
-
glViewportArrayvNV
-
glViewportArrayvOES
-
glViewportIndexedf
public void glViewportIndexedf(int index, float x, float y, float w, float h) -
glViewportIndexedfOES
public void glViewportIndexedfOES(int index, float x, float y, float w, float h) -
glViewportIndexedfNV
public void glViewportIndexedfNV(int index, float x, float y, float w, float h) -
glViewportIndexedfv
-
glViewportIndexedfvOES
-
glViewportIndexedfvNV
-
glViewportPositionWScaleNV
public void glViewportPositionWScaleNV(int index, float xcoeff, float ycoeff) -
glViewportSwizzleNV
-
glWaitSemaphoreEXT
public void glWaitSemaphoreEXT(int semaphore, int numBufferBarriers, ConstPointer<Integer> buffers, int numTextureBarriers, ConstPointer<Integer> textures, ConstPointer<GLTextureLayout> srcLayouts) -
glWaitSemaphoreui64NVX
public void glWaitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, ConstPointer<Integer> semaphoreArray, ConstPointer<Long> fenceValueArray) -
glWaitSync
-
glWaitSyncAPPLE
-
glWeightPathsNV
public void glWeightPathsNV(int resultPath, int numPaths, ConstPointer<Integer> paths, ConstPointer<Float> weights) -
glWeightPointerARB
public void glWeightPointerARB(int size, GLWeightPointerTypeARB type, int stride, ConstPointer<Void> pointer) -
glWeightPointerOES
-
glWeightbvARB
-
glWeightdvARB
-
glWeightfvARB
-
glWeightivARB
-
glWeightsvARB
-
glWeightubvARB
-
glWeightuivARB
-
glWeightusvARB
-
glWindowPos2d
public void glWindowPos2d(double x, double y) -
glWindowPos2dARB
public void glWindowPos2dARB(double x, double y) -
glWindowPos2dMESA
public void glWindowPos2dMESA(double x, double y) -
glWindowPos2dv
-
glWindowPos2dvARB
-
glWindowPos2dvMESA
-
glWindowPos2f
public void glWindowPos2f(float x, float y) -
glWindowPos2fARB
public void glWindowPos2fARB(float x, float y) -
glWindowPos2fMESA
public void glWindowPos2fMESA(float x, float y) -
glWindowPos2fv
-
glWindowPos2fvARB
-
glWindowPos2fvMESA
-
glWindowPos2i
public void glWindowPos2i(int x, int y) -
glWindowPos2iARB
public void glWindowPos2iARB(int x, int y) -
glWindowPos2iMESA
public void glWindowPos2iMESA(int x, int y) -
glWindowPos2iv
-
glWindowPos2ivARB
-
glWindowPos2ivMESA
-
glWindowPos2s
public void glWindowPos2s(short x, short y) -
glWindowPos2sARB
public void glWindowPos2sARB(short x, short y) -
glWindowPos2sMESA
public void glWindowPos2sMESA(short x, short y) -
glWindowPos2sv
-
glWindowPos2svARB
-
glWindowPos2svMESA
-
glWindowPos3d
public void glWindowPos3d(double x, double y, double z) -
glWindowPos3dARB
public void glWindowPos3dARB(double x, double y, double z) -
glWindowPos3dMESA
public void glWindowPos3dMESA(double x, double y, double z) -
glWindowPos3dv
-
glWindowPos3dvARB
-
glWindowPos3dvMESA
-
glWindowPos3f
public void glWindowPos3f(float x, float y, float z) -
glWindowPos3fARB
public void glWindowPos3fARB(float x, float y, float z) -
glWindowPos3fMESA
public void glWindowPos3fMESA(float x, float y, float z) -
glWindowPos3fv
-
glWindowPos3fvARB
-
glWindowPos3fvMESA
-
glWindowPos3i
public void glWindowPos3i(int x, int y, int z) -
glWindowPos3iARB
public void glWindowPos3iARB(int x, int y, int z) -
glWindowPos3iMESA
public void glWindowPos3iMESA(int x, int y, int z) -
glWindowPos3iv
-
glWindowPos3ivARB
-
glWindowPos3ivMESA
-
glWindowPos3s
public void glWindowPos3s(short x, short y, short z) -
glWindowPos3sARB
public void glWindowPos3sARB(short x, short y, short z) -
glWindowPos3sMESA
public void glWindowPos3sMESA(short x, short y, short z) -
glWindowPos3sv
-
glWindowPos3svARB
-
glWindowPos3svMESA
-
glWindowPos4dMESA
public void glWindowPos4dMESA(double x, double y, double z, double w) -
glWindowPos4dvMESA
-
glWindowPos4fMESA
public void glWindowPos4fMESA(float x, float y, float z, float w) -
glWindowPos4fvMESA
-
glWindowPos4iMESA
public void glWindowPos4iMESA(int x, int y, int z, int w) -
glWindowPos4ivMESA
-
glWindowPos4sMESA
public void glWindowPos4sMESA(short x, short y, short z, short w) -
glWindowPos4svMESA
-
glWindowRectanglesEXT
-
glWriteMaskEXT
public void glWriteMaskEXT(int res, int in, GLVertexShaderWriteMaskEXT outX, GLVertexShaderWriteMaskEXT outY, GLVertexShaderWriteMaskEXT outZ, GLVertexShaderWriteMaskEXT outW) -
glDrawVkImageNV
public void glDrawVkImageNV(long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1) -
glGetVkProcAddrNV
-
glWaitVkSemaphoreNV
public void glWaitVkSemaphoreNV(long vkSemaphore) -
glSignalVkSemaphoreNV
public void glSignalVkSemaphoreNV(long vkSemaphore) -
glSignalVkFenceNV
public void glSignalVkFenceNV(long vkFence) -
glFramebufferParameteriMESA
public void glFramebufferParameteriMESA(GLFramebufferTarget target, GLFramebufferParameterName pname, int param) -
glGetFramebufferParameterivMESA
public void glGetFramebufferParameterivMESA(GLFramebufferTarget target, GLFramebufferAttachmentParameterName pname, MutPointer<Integer> params) -
checkError
public void checkError() -
glGetAttribLocation
-
glGetUniformLocation
-