All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jogamp.opengl.GLES1 Maven / Gradle / Ivy

/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Wed Mar 11 20:50:44 CET 2015 ----! */

package com.jogamp.opengl;

import java.util.*;
import com.jogamp.opengl.*;
import com.jogamp.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.opengl.GLES1;
import com.jogamp.opengl.GLES2;
import com.jogamp.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_AMD_compressed_3DC_texture */ public static final int GL_3DC_XY_AMD = 0x87FA; /** Part of GL_AMD_compressed_3DC_texture */ public static final int GL_3DC_X_AMD = 0x87F9; /** Part of GL_IMG_texture_env_enhanced_fixed_function */ public static final int GL_ADD_BLEND_IMG = 0x8C09; /** 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_AMD_compressed_ATC_texture */ public static final int GL_ATC_RGB_AMD = 0x8C92; /** Part of GL_IMG_read_format */ public static final int GL_BGRA_IMG = 0x80E1; /** 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_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_EXT_discard_framebuffer */ public static final int GL_COLOR_EXT = 0x1800; /** Part of GL_IMG_texture_compression_pvrtc */ public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03; /** 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_RGB_PVRTC_2BPPV1_IMG = 0x8C01; /** Part of GL_IMG_texture_compression_pvrtc */ public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00; /** Part of GL_OES_matrix_palette */ public static final int GL_CURRENT_PALETTE_MATRIX_OES = 0x8843; /** 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_EXT_discard_framebuffer */ public static final int GL_DEPTH_EXT = 0x1801; /** Part of GL_IMG_texture_env_enhanced_fixed_function */ public static final int GL_DOT3_RGBA_IMG = 0x86AF; /** Part of GL_OES_compressed_ETC1_RGB8_texture */ public static final int GL_ETC1_RGB8_OES = 0x8D64; /** 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_EXT_multisampled_render_to_texture */ public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C; /** Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample */ public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56; /** Part of GL_IMG_multisampled_render_to_texture */ public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_OES = 0x8844; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847; /** Part of GL_OES_matrix_palette */ public static final int GL_MATRIX_PALETTE_OES = 0x8840; /** Part of GL_IMG_user_clip_plane */ public static final int GL_MAX_CLIP_PLANES_IMG = 0x0D32; /** Part of GL_OES_matrix_palette */ public static final int GL_MAX_PALETTE_MATRICES_OES = 0x8842; /** Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample */ public static final int GL_MAX_SAMPLES_EXT = 0x8D57; /** Part of GL_IMG_multisampled_render_to_texture */ public static final int GL_MAX_SAMPLES_IMG = 0x9135; /** Part of GL_OES_matrix_palette */ public static final int GL_MAX_VERTEX_UNITS_OES = 0x86A4; /** Part of GL_OES_matrix_get */ public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898D; /** Part of GL_IMG_texture_env_enhanced_fixed_function */ public static final int GL_MODULATE_COLOR_IMG = 0x8C04; /** 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; /** Part of GL_VERSION_1_3, GL_OES_texture_cube_map, GL_NV_texgen_reflection, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_NORMAL_MAP_OES, GL_NORMAL_MAP_NV, GL_NORMAL_MAP_ARB, GL_NORMAL_MAP_EXT */ public static final int GL_NORMAL_MAP = 0x8511; /** Part of GL_QCOM_perfmon_global_mode */ public static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0; /** Part of GL_OES_point_size_array */ public static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8B9F; /** 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_POINTER_OES = 0x898C; /** 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_TYPE_OES = 0x898A; /** Part of GL_OES_matrix_get */ public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898E; /** Part of GL_IMG_texture_env_enhanced_fixed_function */ public static final int GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8C05; /** Part of GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_NV_texgen_reflection
Alias for: GL_REFLECTION_MAP_OES, GL_REFLECTION_MAP_ARB, GL_REFLECTION_MAP_EXT, GL_REFLECTION_MAP_NV */ public static final int GL_REFLECTION_MAP = 0x8512; /** Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample */ public static final int GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB; /** Part of GL_IMG_multisampled_render_to_texture */ public static final int GL_RENDERBUFFER_SAMPLES_IMG = 0x9133; /** Part of GL_OES_EGL_image_external */ public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68; /** Part of GL_QCOM_extended_get */ public static final int GL_STATE_RESTORE = 0x8BDC; /** 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_EXT_discard_framebuffer */ public static final int GL_STENCIL_EXT = 0x1802; /** Part of GL_IMG_texture_env_enhanced_fixed_function */ public static final int GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8C06; /** Part of GL_OES_EGL_image_external */ public static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67; /** Part of GL_OES_draw_texture */ public static final int GL_TEXTURE_CROP_RECT_OES = 0x8B9D; /** Part of GL_QCOM_extended_get */ public static final int GL_TEXTURE_DEPTH_QCOM = 0x8BD4; /** Part of GL_OES_EGL_image_external */ public static final int GL_TEXTURE_EXTERNAL_OES = 0x8D65; /** Part of GL_QCOM_extended_get */ public static final int GL_TEXTURE_FORMAT_QCOM = 0x8BD6; /** Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_GEN_MODE_OES */ public static final int GL_TEXTURE_GEN_MODE = 0x2500; /** Part of GL_OES_texture_cube_map
Alias for: GL_TEXTURE_GEN_STR_OES */ public static final int GL_TEXTURE_GEN_STR = 0x8D60; /** 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_IMAGE_VALID_QCOM = 0x8BD8; /** Part of GL_QCOM_extended_get */ public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5; /** Part of GL_OES_matrix_get */ public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898F; /** Part of GL_APPLE_texture_max_level */ public static final int GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D; /** 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_OBJECT_VALID_QCOM = 0x8BDB; /** Part of GL_IMG_multisampled_render_to_texture */ public static final int GL_TEXTURE_SAMPLES_IMG = 0x9136; /** 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_TYPE_QCOM = 0x8BD7; /** Part of GL_QCOM_extended_get */ public static final int GL_TEXTURE_WIDTH_QCOM = 0x8BD2; /** Part of GL_IMG_read_format */ public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365; /** Part of GL_OES_vertex_array_object */ public static final int GL_VERTEX_ARRAY_BINDING_OES = 0x85B5; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889E; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_OES = 0x86AD; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_POINTER_OES = 0x86AC; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_SIZE_OES = 0x86AB; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_STRIDE_OES = 0x86AA; /** Part of GL_OES_matrix_palette */ public static final int GL_WEIGHT_ARRAY_TYPE_OES = 0x86A9; /** Part of GL_QCOM_writeonly_rendering */ public static final int GL_WRITEONLY_RENDERING_QCOM = 0x8823; /** Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glAlphaFuncxOES */ 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, GL_OES_fixed_point
Alias for: glClearColorxOES */ 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, GL_OES_fixed_point
Alias for: glClearDepthxOES */ 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_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES @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_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES */ 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, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG @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, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG */ 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, GL_OES_fixed_point
Alias for: glColor4xOES */ 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 glCurrentPaletteMatrixOES}(GLuint matrixpaletteindex)
Part of GL_OES_matrix_palette
*/ public void glCurrentPaletteMatrixOES(int matrixpaletteindex); /** 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, GL_OES_fixed_point
Alias for: glDepthRangexOES */ 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 glFogx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxOES */ 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, GL_OES_fixed_point
Alias for: glFogxvOES @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, GL_OES_fixed_point
Alias for: glFogxvOES */ 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, GL_OES_fixed_point
Alias for: glFrustumxOES */ public void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar); /** 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
Alias for: glGetClipPlanefOES @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
Alias for: glGetClipPlanefOES */ 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, GL_OES_fixed_point
Alias for: glGetClipPlanexOES @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, GL_OES_fixed_point
Alias for: glGetClipPlanexOES */ 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 glGetFixedv}(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetFixedvOES @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, GL_OES_fixed_point
Alias for: glGetFixedvOES */ 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, GL_OES_fixed_point
Alias for: glGetLightxvOES @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, GL_OES_fixed_point
Alias for: glGetLightxvOES */ 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, GL_OES_fixed_point
Alias for: glGetMaterialxvOES @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, GL_OES_fixed_point
Alias for: glGetMaterialxvOES */ 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, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES @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, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES */ public void glGetTexEnvxv(int tenv, int pname, int[] params, int params_offset); /** Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES @param params a direct or array-backed {@link java.nio.FloatBuffer} */ public void glGetTexGenfv(int coord, int pname, FloatBuffer params); /** Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES */ public void glGetTexGenfv(int coord, int pname, float[] params, int params_offset); /** Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES @param params a direct or array-backed {@link java.nio.IntBuffer} */ public void glGetTexGeniv(int coord, int pname, IntBuffer params); /** Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES */ public void glGetTexGeniv(int coord, int pname, int[] params, int params_offset); /** Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES @param params a direct or array-backed {@link java.nio.IntBuffer} */ public void glGetTexGenxv(int coord, int pname, IntBuffer params); /** Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES */ public void glGetTexGenxv(int coord, 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, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES @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, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES */ public void glGetTexParameterxv(int target, int pname, int[] params, int params_offset); /** 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, GL_OES_fixed_point
Alias for: glLightModelxOES */ 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, GL_OES_fixed_point
Alias for: glLightModelxvOES @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, GL_OES_fixed_point
Alias for: glLightModelxvOES */ 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, GL_OES_fixed_point
Alias for: glLightxOES */ 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, GL_OES_fixed_point
Alias for: glLightxvOES @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, GL_OES_fixed_point
Alias for: glLightxvOES */ 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, GL_OES_fixed_point
Alias for: glLineWidthxOES */ public void glLineWidthx(int width); /** Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLoadMatrixxOES @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, GL_OES_fixed_point
Alias for: glLoadMatrixxOES */ 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, GL_OES_fixed_point
Alias for: glMaterialxOES */ 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, GL_OES_fixed_point
Alias for: glMaterialxvOES @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, GL_OES_fixed_point
Alias for: glMaterialxvOES */ public void glMaterialxv(int face, int pname, int[] params, int params_offset); /** Entry point to C language function: void {@native glMatrixIndexPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
@param pointer a direct or array-backed {@link java.nio.Buffer} */ public void glMatrixIndexPointerOES(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, GL_OES_fixed_point
Alias for: glMultMatrixxOES @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, GL_OES_fixed_point
Alias for: glMultMatrixxOES */ 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, GL_OES_fixed_point
Alias for: glMultiTexCoord4xOES */ 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, GL_OES_fixed_point
Alias for: glNormal3xOES */ 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, GL_OES_fixed_point
Alias for: glOrthoxOES */ 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, GL_OES_fixed_point
Alias for: glPointParameterxOES */ 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, GL_OES_fixed_point
Alias for: glPointParameterxvOES @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, GL_OES_fixed_point
Alias for: glPointParameterxvOES */ 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, GL_OES_fixed_point
Alias for: glPointSizexOES */ 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, GL_OES_fixed_point
Alias for: glPolygonOffsetxOES */ 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 glRenderbufferStorageMultisampleEXT}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample
*/ public void glRenderbufferStorageMultisampleEXT(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 glResolveMultisampleFramebuffer}(void)
Part of GL_APPLE_framebuffer_multisample
Alias for: glResolveMultisampleFramebufferAPPLE */ public void glResolveMultisampleFramebuffer(); /** Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glRotatexOES */ 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, GL_OES_fixed_point
Alias for: glSampleCoveragexOES */ 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, GL_OES_fixed_point
Alias for: glScalexOES */ public void glScalex(int x, int y, int z); /** 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: void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxOES */ 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, GL_OES_fixed_point
Alias for: glTexEnvxvOES @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, GL_OES_fixed_point
Alias for: glTexEnvxvOES */ public void glTexEnvxv(int target, int pname, int[] params, int params_offset); /** Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES */ public void glTexGenf(int coord, int pname, float param); /** Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES @param params a direct or array-backed {@link java.nio.FloatBuffer} */ public void glTexGenfv(int coord, int pname, FloatBuffer params); /** Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES */ public void glTexGenfv(int coord, int pname, float[] params, int params_offset); /** Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES */ public void glTexGeni(int coord, int pname, int param); /** Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES @param params a direct or array-backed {@link java.nio.IntBuffer} */ public void glTexGeniv(int coord, int pname, IntBuffer params); /** Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES */ public void glTexGeniv(int coord, int pname, int[] params, int params_offset); /** Entry point to C language function: void {@native glTexGenx}(GLenum coord, GLenum pname, GLfixed param)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxOES */ public void glTexGenx(int coord, int pname, int param); /** Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES @param params a direct or array-backed {@link java.nio.IntBuffer} */ public void glTexGenxv(int coord, int pname, IntBuffer params); /** Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES */ public void glTexGenxv(int coord, 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, GL_OES_fixed_point
Alias for: glTexParameterxOES */ 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, GL_OES_fixed_point
Alias for: glTexParameterxvOES @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, GL_OES_fixed_point
Alias for: glTexParameterxvOES */ 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, GL_OES_fixed_point
Alias for: glTranslatexOES */ public void glTranslatex(int x, int y, int z); /** Entry point to C language function: void {@native glWeightPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
@param pointer a direct or array-backed {@link java.nio.Buffer} */ public void glWeightPointerOES(int size, int type, int stride, Buffer pointer); } // end of class GLES1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy