javax.media.opengl.GLES1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jogl Show documentation
Show all versions of jogl Show documentation
Java™ Binding for the OpenGL® API (Atomic Jar files)
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sat Oct 19 05:22:12 CEST 2013 ----! */
package javax.media.opengl;
import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;
import javax.media.opengl.GLES1;
import javax.media.opengl.GLES2;
import javax.media.opengl.GL2;
import com.jogamp.common.nio.Buffers;
import com.jogamp.opengl.util.GLBuffers;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;
/**
* This interface contains all OpenGL ES [ 1.0 .. 1.1 ] methods,
* as well as most of it's extensions defined at the time of this specification.
*/
public interface GLES1 extends GL2ES1{
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE4_RGB8_OES = 0x8B90;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE4_RGBA8_OES = 0x8B91;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE4_R5_G6_B5_OES = 0x8B92;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE4_RGBA4_OES = 0x8B93;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE4_RGB5_A1_OES = 0x8B94;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE8_RGB8_OES = 0x8B95;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE8_RGBA8_OES = 0x8B96;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE8_R5_G6_B5_OES = 0x8B97;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE8_RGBA4_OES = 0x8B98;
/** Part of GL_OES_compressed_paletted_texture
*/
public static final int GL_PALETTE8_RGB5_A1_OES = 0x8B99;
/** Part of GL_OES_point_size_array
*/
public static final int GL_POINT_SIZE_ARRAY_OES = 0x8B9C;
/** Part of GL_OES_point_size_array
*/
public static final int GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898A;
/** Part of GL_OES_point_size_array
*/
public static final int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B;
/** Part of GL_OES_point_size_array
*/
public static final int GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898C;
/** Part of GL_OES_point_size_array
*/
public static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8B9F;
/** Part of GL_OES_compressed_ETC1_RGB8_texture
*/
public static final int GL_ETC1_RGB8_OES = 0x8D64;
/** Part of GL_OES_draw_texture
*/
public static final int GL_TEXTURE_CROP_RECT_OES = 0x8B9D;
/** Part of GL_OES_EGL_image_external
*/
public static final int GL_TEXTURE_EXTERNAL_OES = 0x8D65;
/** Part of GL_OES_EGL_image_external
*/
public static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67;
/** Part of GL_OES_EGL_image_external
*/
public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68;
/** Part of GL_OES_matrix_get
*/
public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898D;
/** Part of GL_OES_matrix_get
*/
public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898E;
/** Part of GL_OES_matrix_get
*/
public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898F;
/** Part of GL_OES_matrix_palette
*/
public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E;
/** Part of GL_OES_vertex_array_object
*/
public static final int GL_VERTEX_ARRAY_BINDING_OES = 0x85B5;
/** Part of GL_AMD_compressed_3DC_texture
*/
public static final int GL_3DC_X_AMD = 0x87F9;
/** Part of GL_AMD_compressed_3DC_texture
*/
public static final int GL_3DC_XY_AMD = 0x87FA;
/** Part of GL_AMD_compressed_ATC_texture
*/
public static final int GL_ATC_RGB_AMD = 0x8C92;
/** Part of GL_AMD_compressed_ATC_texture
*/
public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93;
/** Part of GL_AMD_compressed_ATC_texture
*/
public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_MAX_SAMPLES_APPLE = 0x8D57;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_READ_FRAMEBUFFER_APPLE = 0x8CA8;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6;
/** Part of GL_APPLE_framebuffer_multisample
*/
public static final int GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA;
/** Part of GL_APPLE_texture_max_level
*/
public static final int GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D;
/** Part of GL_EXT_discard_framebuffer
*/
public static final int GL_COLOR_EXT = 0x1800;
/** Part of GL_EXT_discard_framebuffer
*/
public static final int GL_DEPTH_EXT = 0x1801;
/** Part of GL_EXT_discard_framebuffer
*/
public static final int GL_STENCIL_EXT = 0x1802;
/** Part of GL_EXT_multisampled_render_to_texture
*/
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C;
/** Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE8 = 0x8040;
/** Part of GL_VERSION_1_1
; GL_EXT_texture
, GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE8_ALPHA8 = 0x8045;
/** Part of GL_ARB_texture_float
; GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE32F = 0x8818;
/** Part of GL_ARB_texture_float
; GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE_ALPHA32F = 0x8819;
/** Part of GL_ARB_texture_float
; GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE16F = 0x881E;
/** Part of GL_ARB_texture_float
; GL_EXT_texture_storage
*/
public static final int GL_LUMINANCE_ALPHA16F = 0x881F;
/** Part of GL_IMG_read_format
*/
public static final int GL_BGRA_IMG = 0x80E1;
/** Part of GL_IMG_read_format
*/
public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365;
/** Part of GL_IMG_texture_compression_pvrtc
*/
public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00;
/** Part of GL_IMG_texture_compression_pvrtc
*/
public static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01;
/** Part of GL_IMG_texture_compression_pvrtc
*/
public static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02;
/** Part of GL_IMG_texture_compression_pvrtc
*/
public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_MODULATE_COLOR_IMG = 0x8C04;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8C05;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8C06;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_FACTOR_ALPHA_MODULATE_IMG = 0x8C07;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8C08;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_ADD_BLEND_IMG = 0x8C09;
/** Part of GL_IMG_texture_env_enhanced_fixed_function
*/
public static final int GL_DOT3_RGBA_IMG = 0x86AF;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE0_IMG = 0x3000;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE1_IMG = 0x3001;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE2_IMG = 0x3002;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE3_IMG = 0x3003;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE4_IMG = 0x3004;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_CLIP_PLANE5_IMG = 0x3005;
/** Part of GL_IMG_user_clip_plane
*/
public static final int GL_MAX_CLIP_PLANES_IMG = 0x0D32;
/** Part of GL_IMG_multisampled_render_to_texture
*/
public static final int GL_RENDERBUFFER_SAMPLES_IMG = 0x9133;
/** Part of GL_IMG_multisampled_render_to_texture
*/
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134;
/** Part of GL_IMG_multisampled_render_to_texture
*/
public static final int GL_MAX_SAMPLES_IMG = 0x9135;
/** Part of GL_IMG_multisampled_render_to_texture
*/
public static final int GL_TEXTURE_SAMPLES_IMG = 0x9136;
/** Part of GL_NV_fence
*/
public static final int GL_ALL_COMPLETED_NV = 0x84F2;
/** Part of GL_NV_fence
*/
public static final int GL_FENCE_STATUS_NV = 0x84F3;
/** Part of GL_NV_fence
*/
public static final int GL_FENCE_CONDITION_NV = 0x84F4;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_WIDTH_QCOM = 0x8BD2;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_HEIGHT_QCOM = 0x8BD3;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_DEPTH_QCOM = 0x8BD4;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_FORMAT_QCOM = 0x8BD6;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_TYPE_QCOM = 0x8BD7;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_TARGET_QCOM = 0x8BDA;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB;
/** Part of GL_QCOM_extended_get
*/
public static final int GL_STATE_RESTORE = 0x8BDC;
/** Part of GL_QCOM_perfmon_global_mode
*/
public static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0;
/** Part of GL_QCOM_writeonly_rendering
*/
public static final int GL_WRITEONLY_RENDERING_QCOM = 0x8823;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final int GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000;
/** Part of GL_QCOM_tiled_rendering
*/
public static final long GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000;
/** Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref);
Part of GL_VERSION_ES_CL_CM
*/
public void glAlphaFuncx(int func, int ref);
/** Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array);
Part of GL_OES_vertex_array_object
*/
public void glBindVertexArrayOES(int array);
/** Entry point to C language function: void {@native glClearColorx}(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
Part of GL_VERSION_ES_CL_CM
*/
public void glClearColorx(int red, int green, int blue, int alpha);
/** Entry point to C language function: void {@native glClearDepthx}(GLclampx depth);
Part of GL_VERSION_ES_CL_CM
*/
public void glClearDepthx(int depth);
/** Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation);
Part of GL_VERSION_ES_CM
; GL_OES_single_precision
@param equation a direct or array-backed {@link java.nio.FloatBuffer} */
public void glClipPlanef(int plane, FloatBuffer equation);
/** Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation);
Part of GL_VERSION_ES_CM
; GL_OES_single_precision
*/
public void glClipPlanef(int plane, float[] equation, int equation_offset);
/** Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * );
Part of GL_IMG_user_clip_plane
@param arg1 a direct or array-backed {@link java.nio.FloatBuffer} */
public void glClipPlanefIMG(int arg0, FloatBuffer arg1);
/** Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * );
Part of GL_IMG_user_clip_plane
*/
public void glClipPlanefIMG(int arg0, float[] arg1, int arg1_offset);
/** Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation);
Part of GL_VERSION_ES_CL_CM
@param equation a direct or array-backed {@link java.nio.IntBuffer} */
public void glClipPlanex(int plane, IntBuffer equation);
/** Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation);
Part of GL_VERSION_ES_CL_CM
*/
public void glClipPlanex(int plane, int[] equation, int equation_offset);
/** Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * );
Part of GL_IMG_user_clip_plane
@param arg1 a direct or array-backed {@link java.nio.IntBuffer} */
public void glClipPlanexIMG(int arg0, IntBuffer arg1);
/** Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * );
Part of GL_IMG_user_clip_plane
*/
public void glClipPlanexIMG(int arg0, int[] arg1, int arg1_offset);
/** Entry point to C language function: void {@native glColor4x}(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
Part of GL_VERSION_ES_CL_CM
*/
public void glColor4x(int red, int green, int blue, int alpha);
/** Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount);
Part of GL_APPLE_copy_texture_levels
*/
public void glCopyTextureLevelsAPPLE(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount);
/** Entry point to C language function: void {@native glCurrentPaletteMatrix}(GLuint matrixpaletteindex);
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
*/
public void glCurrentPaletteMatrix(int matrixpaletteindex);
/** Entry point to C language function: void {@native glDeleteFencesNV}(GLsizei, const GLuint * );
Part of GL_NV_fence
@param arg1 a direct or array-backed {@link java.nio.IntBuffer} */
public void glDeleteFencesNV(int arg0, IntBuffer arg1);
/** Entry point to C language function: void {@native glDeleteFencesNV}(GLsizei, const GLuint * );
Part of GL_NV_fence
*/
public void glDeleteFencesNV(int arg0, int[] arg1, int arg1_offset);
/** Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays);
Part of GL_OES_vertex_array_object
@param arrays a direct or array-backed {@link java.nio.IntBuffer} */
public void glDeleteVertexArraysOES(int n, IntBuffer arrays);
/** Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays);
Part of GL_OES_vertex_array_object
*/
public void glDeleteVertexArraysOES(int n, int[] arrays, int arrays_offset);
/** Entry point to C language function: void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar);
Part of GL_VERSION_ES_CL_CM
*/
public void glDepthRangex(int zNear, int zFar);
/** Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl);
Part of GL_QCOM_driver_control
*/
public void glDisableDriverControlQCOM(int driverControl);
/** Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments);
Part of GL_EXT_discard_framebuffer
@param attachments a direct or array-backed {@link java.nio.IntBuffer} */
public void glDiscardFramebufferEXT(int target, int numAttachments, IntBuffer attachments);
/** Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments);
Part of GL_EXT_discard_framebuffer
*/
public void glDiscardFramebufferEXT(int target, int numAttachments, int[] attachments, int attachments_offset);
/** Entry point to C language function: void {@native glDrawTexfOES}(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
Part of GL_OES_draw_texture
*/
public void glDrawTexfOES(float x, float y, float z, float width, float height);
/** Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords);
Part of GL_OES_draw_texture
@param coords a direct or array-backed {@link java.nio.FloatBuffer} */
public void glDrawTexfvOES(FloatBuffer coords);
/** Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords);
Part of GL_OES_draw_texture
*/
public void glDrawTexfvOES(float[] coords, int coords_offset);
/** Entry point to C language function: void {@native glDrawTexiOES}(GLint x, GLint y, GLint z, GLint width, GLint height);
Part of GL_OES_draw_texture
*/
public void glDrawTexiOES(int x, int y, int z, int width, int height);
/** Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords);
Part of GL_OES_draw_texture
@param coords a direct or array-backed {@link java.nio.IntBuffer} */
public void glDrawTexivOES(IntBuffer coords);
/** Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords);
Part of GL_OES_draw_texture
*/
public void glDrawTexivOES(int[] coords, int coords_offset);
/** Entry point to C language function: void {@native glDrawTexsOES}(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
Part of GL_OES_draw_texture
*/
public void glDrawTexsOES(short x, short y, short z, short width, short height);
/** Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords);
Part of GL_OES_draw_texture
@param coords a direct or array-backed {@link java.nio.ShortBuffer} */
public void glDrawTexsvOES(ShortBuffer coords);
/** Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords);
Part of GL_OES_draw_texture
*/
public void glDrawTexsvOES(short[] coords, int coords_offset);
/** Entry point to C language function: void {@native glDrawTexxOES}(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
Part of GL_OES_draw_texture
*/
public void glDrawTexxOES(int x, int y, int z, int width, int height);
/** Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords);
Part of GL_OES_draw_texture
@param coords a direct or array-backed {@link java.nio.IntBuffer} */
public void glDrawTexxvOES(IntBuffer coords);
/** Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords);
Part of GL_OES_draw_texture
*/
public void glDrawTexxvOES(int[] coords, int coords_offset);
/** Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image);
Part of GL_OES_EGL_image
*/
public void glEGLImageTargetRenderbufferStorageOES(int target, long image);
/** Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image);
Part of GL_OES_EGL_image
*/
public void glEGLImageTargetTexture2DOES(int target, long image);
/** Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl);
Part of GL_QCOM_driver_control
*/
public void glEnableDriverControlQCOM(int driverControl);
/** Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask);
Part of GL_QCOM_tiled_rendering
*/
public void glEndTilingQCOM(int preserveMask);
/** Entry point to C language function: void {@native glExtGetBufferPointervQCOM}(GLenum target, GLvoid * * params);
Part of GL_QCOM_extended_get
@param params a direct only {@link com.jogamp.common.nio.PointerBuffer} */
public void glExtGetBufferPointervQCOM(int target, PointerBuffer params);
/** Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers);
Part of GL_QCOM_extended_get
@param buffers a direct or array-backed {@link java.nio.IntBuffer}
@param numBuffers a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetBuffersQCOM(IntBuffer buffers, int maxBuffers, IntBuffer numBuffers);
/** Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers);
Part of GL_QCOM_extended_get
*/
public void glExtGetBuffersQCOM(int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset);
/** Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers);
Part of GL_QCOM_extended_get
@param framebuffers a direct or array-backed {@link java.nio.IntBuffer}
@param numFramebuffers a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetFramebuffersQCOM(IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers);
/** Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers);
Part of GL_QCOM_extended_get
*/
public void glExtGetFramebuffersQCOM(int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset);
/** Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length);
Part of GL_QCOM_extended_get2
@param source a direct or array-backed {@link java.nio.ByteBuffer}
@param length a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length);
/** Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length);
Part of GL_QCOM_extended_get2
*/
public void glExtGetProgramBinarySourceQCOM(int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset);
/** Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms);
Part of GL_QCOM_extended_get2
@param programs a direct or array-backed {@link java.nio.IntBuffer}
@param numPrograms a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetProgramsQCOM(IntBuffer programs, int maxPrograms, IntBuffer numPrograms);
/** Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms);
Part of GL_QCOM_extended_get2
*/
public void glExtGetProgramsQCOM(int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset);
/** Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers);
Part of GL_QCOM_extended_get
@param renderbuffers a direct or array-backed {@link java.nio.IntBuffer}
@param numRenderbuffers a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetRenderbuffersQCOM(IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers);
/** Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers);
Part of GL_QCOM_extended_get
*/
public void glExtGetRenderbuffersQCOM(int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset);
/** Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders);
Part of GL_QCOM_extended_get2
@param shaders a direct or array-backed {@link java.nio.IntBuffer}
@param numShaders a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetShadersQCOM(IntBuffer shaders, int maxShaders, IntBuffer numShaders);
/** Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders);
Part of GL_QCOM_extended_get2
*/
public void glExtGetShadersQCOM(int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset);
/** Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params);
Part of GL_QCOM_extended_get
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params);
Part of GL_QCOM_extended_get
*/
public void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glExtGetTexSubImageQCOM}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels);
Part of GL_QCOM_extended_get
@param texels a direct or array-backed {@link java.nio.Buffer} */
public void glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels);
/** Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures);
Part of GL_QCOM_extended_get
@param textures a direct or array-backed {@link java.nio.IntBuffer}
@param numTextures a direct or array-backed {@link java.nio.IntBuffer} */
public void glExtGetTexturesQCOM(IntBuffer textures, int maxTextures, IntBuffer numTextures);
/** Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures);
Part of GL_QCOM_extended_get
*/
public void glExtGetTexturesQCOM(int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset);
/** Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program);
Part of GL_QCOM_extended_get2
*/
public boolean glExtIsProgramBinaryQCOM(int program);
/** Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param);
Part of GL_QCOM_extended_get
*/
public void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param);
/** Entry point to C language function: void {@native glFinishFenceNV}(GLuint);
Part of GL_NV_fence
*/
public void glFinishFenceNV(int arg0);
/** Entry point to C language function: void {@native glFogx}(GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glFogx(int pname, int param);
/** Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glFogxv(int pname, IntBuffer params);
/** Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glFogxv(int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
Part of GL_EXT_multisampled_render_to_texture
*/
public void glFramebufferTexture2DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5);
/** Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
Part of GL_IMG_multisampled_render_to_texture
*/
public void glFramebufferTexture2DMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5);
/** Entry point to C language function: void {@native glFrustumx}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
Part of GL_VERSION_ES_CL_CM
*/
public void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar);
/** Entry point to C language function: void {@native glGenFencesNV}(GLsizei, GLuint * );
Part of GL_NV_fence
@param arg1 a direct or array-backed {@link java.nio.IntBuffer} */
public void glGenFencesNV(int arg0, IntBuffer arg1);
/** Entry point to C language function: void {@native glGenFencesNV}(GLsizei, GLuint * );
Part of GL_NV_fence
*/
public void glGenFencesNV(int arg0, int[] arg1, int arg1_offset);
/** Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays);
Part of GL_OES_vertex_array_object
@param arrays a direct or array-backed {@link java.nio.IntBuffer} */
public void glGenVertexArraysOES(int n, IntBuffer arrays);
/** Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays);
Part of GL_OES_vertex_array_object
*/
public void glGenVertexArraysOES(int n, int[] arrays, int arrays_offset);
/** Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation);
Part of GL_VERSION_ES_CM
; GL_OES_single_precision
@param equation a direct or array-backed {@link java.nio.FloatBuffer} */
public void glGetClipPlanef(int pname, FloatBuffer equation);
/** Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation);
Part of GL_VERSION_ES_CM
; GL_OES_single_precision
*/
public void glGetClipPlanef(int pname, float[] equation, int equation_offset);
/** Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn);
Part of GL_VERSION_ES_CL_CM
@param eqn a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetClipPlanex(int pname, IntBuffer eqn);
/** Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetClipPlanex(int pname, int[] eqn, int eqn_offset);
/** Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString);
Part of GL_QCOM_driver_control
@param length a direct or array-backed {@link java.nio.IntBuffer}
@param driverControlString a direct or array-backed {@link java.nio.ByteBuffer} */
public void glGetDriverControlStringQCOM(int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString);
/** Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString);
Part of GL_QCOM_driver_control
*/
public void glGetDriverControlStringQCOM(int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset);
/** Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls);
Part of GL_QCOM_driver_control
@param num a direct or array-backed {@link java.nio.IntBuffer}
@param driverControls a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetDriverControlsQCOM(IntBuffer num, int size, IntBuffer driverControls);
/** Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls);
Part of GL_QCOM_driver_control
*/
public void glGetDriverControlsQCOM(int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset);
/** Entry point to C language function: void {@native glGetFenceivNV}(GLuint, GLenum, GLint * );
Part of GL_NV_fence
@param arg2 a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetFenceivNV(int arg0, int arg1, IntBuffer arg2);
/** Entry point to C language function: void {@native glGetFenceivNV}(GLuint, GLenum, GLint * );
Part of GL_NV_fence
*/
public void glGetFenceivNV(int arg0, int arg1, int[] arg2, int arg2_offset);
/** Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetFixedv(int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetFixedv(int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetLightxv(int light, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetLightxv(int light, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetMaterialxv(int face, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetMaterialxv(int face, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetTexEnvxv(int tenv, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetTexEnvxv(int tenv, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetTexParameterxv(int target, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glGetTexParameterxv(int target, int pname, int[] params, int params_offset);
/** Entry point to C language function: GLboolean {@native glIsFenceNV}(GLuint);
Part of GL_NV_fence
*/
public boolean glIsFenceNV(int arg0);
/** Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array);
Part of GL_OES_vertex_array_object
*/
public boolean glIsVertexArrayOES(int array);
/** Entry point to C language function: void {@native glLightModelx}(GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glLightModelx(int pname, int param);
/** Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glLightModelxv(int pname, IntBuffer params);
/** Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glLightModelxv(int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glLightx}(GLenum light, GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glLightx(int light, int pname, int param);
/** Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glLightxv(int light, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glLightxv(int light, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glLineWidthx}(GLfixed width);
Part of GL_VERSION_ES_CL_CM
*/
public void glLineWidthx(int width);
/** Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m);
Part of GL_VERSION_ES_CL_CM
@param m a direct or array-backed {@link java.nio.IntBuffer} */
public void glLoadMatrixx(IntBuffer m);
/** Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m);
Part of GL_VERSION_ES_CL_CM
*/
public void glLoadMatrixx(int[] m, int m_offset);
/** Entry point to C language function: void {@native glLoadPaletteFromModelViewMatrixOES}(void);
Part of GL_OES_matrix_palette
*/
public void glLoadPaletteFromModelViewMatrixOES();
/** Entry point to C language function: void {@native glMaterialx}(GLenum face, GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glMaterialx(int face, int pname, int param);
/** Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glMaterialxv(int face, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glMaterialxv(int face, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glMatrixIndexPointer}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_ARB_matrix_palette
; GL_OES_matrix_palette
@param pointer a direct or array-backed {@link java.nio.Buffer} */
public void glMatrixIndexPointer(int size, int type, int stride, Buffer pointer);
/** Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m);
Part of GL_VERSION_ES_CL_CM
@param m a direct or array-backed {@link java.nio.IntBuffer} */
public void glMultMatrixx(IntBuffer m);
/** Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m);
Part of GL_VERSION_ES_CL_CM
*/
public void glMultMatrixx(int[] m, int m_offset);
/** Entry point to C language function: void {@native glMultiTexCoord4x}(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
Part of GL_VERSION_ES_CL_CM
*/
public void glMultiTexCoord4x(int target, int s, int t, int r, int q);
/** Entry point to C language function: void {@native glNormal3x}(GLfixed nx, GLfixed ny, GLfixed nz);
Part of GL_VERSION_ES_CL_CM
*/
public void glNormal3x(int nx, int ny, int nz);
/** Entry point to C language function: void {@native glOrthox}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
Part of GL_VERSION_ES_CL_CM
*/
public void glOrthox(int left, int right, int bottom, int top, int zNear, int zFar);
/** Entry point to C language function: void {@native glPointParameterx}(GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glPointParameterx(int pname, int param);
/** Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glPointParameterxv(int pname, IntBuffer params);
/** Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glPointParameterxv(int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glPointSizePointerOES}(GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_OES_point_size_array
@param pointer a direct or array-backed {@link java.nio.Buffer} */
public void glPointSizePointerOES(int type, int stride, Buffer pointer);
/** Entry point to C language function: void {@native glPointSizex}(GLfixed size);
Part of GL_VERSION_ES_CL_CM
*/
public void glPointSizex(int size);
/** Entry point to C language function: void {@native glPolygonOffsetx}(GLfixed factor, GLfixed units);
Part of GL_VERSION_ES_CL_CM
*/
public void glPolygonOffsetx(int factor, int units);
/** Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent);
Part of GL_OES_query_matrix
@param mantissa a direct or array-backed {@link java.nio.IntBuffer}
@param exponent a direct or array-backed {@link java.nio.IntBuffer} */
public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent);
/** Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent);
Part of GL_OES_query_matrix
*/
public int glQueryMatrixxOES(int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset);
/** Entry point to C language function: void {@native glRenderbufferStorageMultisampleAPPLE}(GLenum, GLsizei, GLenum, GLsizei, GLsizei);
Part of GL_APPLE_framebuffer_multisample
*/
public void glRenderbufferStorageMultisampleAPPLE(int arg0, int arg1, int arg2, int arg3, int arg4);
/** Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum, GLsizei, GLenum, GLsizei, GLsizei);
Part of GL_IMG_multisampled_render_to_texture
*/
public void glRenderbufferStorageMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4);
/** Entry point to C language function: void {@native glResolveMultisampleFramebufferAPPLE}(void);
Part of GL_APPLE_framebuffer_multisample
*/
public void glResolveMultisampleFramebufferAPPLE();
/** Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
Part of GL_VERSION_ES_CL_CM
*/
public void glRotatex(int angle, int x, int y, int z);
/** Entry point to C language function: void {@native glSampleCoveragex}(GLclampx value, GLboolean invert);
Part of GL_VERSION_ES_CL_CM
*/
public void glSampleCoveragex(int value, boolean invert);
/** Entry point to C language function: void {@native glScalex}(GLfixed x, GLfixed y, GLfixed z);
Part of GL_VERSION_ES_CL_CM
*/
public void glScalex(int x, int y, int z);
/** Entry point to C language function: void {@native glSetFenceNV}(GLuint, GLenum);
Part of GL_NV_fence
*/
public void glSetFenceNV(int arg0, int arg1);
/** Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
Part of GL_QCOM_tiled_rendering
*/
public void glStartTilingQCOM(int x, int y, int width, int height, int preserveMask);
/** Entry point to C language function: GLboolean {@native glTestFenceNV}(GLuint);
Part of GL_NV_fence
*/
public boolean glTestFenceNV(int arg0);
/** Entry point to C language function: void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glTexEnvx(int target, int pname, int param);
/** Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glTexEnvxv(int target, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glTexEnvxv(int target, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glTexParameterx}(GLenum target, GLenum pname, GLfixed param);
Part of GL_VERSION_ES_CL_CM
*/
public void glTexParameterx(int target, int pname, int param);
/** Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glTexParameterxv(int target, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params);
Part of GL_VERSION_ES_CL_CM
*/
public void glTexParameterxv(int target, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glTranslatex}(GLfixed x, GLfixed y, GLfixed z);
Part of GL_VERSION_ES_CL_CM
*/
public void glTranslatex(int x, int y, int z);
/** Entry point to C language function: void {@native glWeightPointer}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_ARB_vertex_blend
; GL_OES_matrix_palette
@param pointer a direct or array-backed {@link java.nio.Buffer} */
public void glWeightPointer(int size, int type, int stride, Buffer pointer);
} // end of class GLES1