
com.jogamp.opengl.GL2ES1 Maven / Gradle / Ivy
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Fri Mar 27 16:41:37 CET 2015 ----! */
package com.jogamp.opengl;
import java.util.*;
import com.jogamp.opengl.*;
import com.jogamp.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;
/**
*
* Interface containing the common subset of GL2 and GLES1.
* This interface reflects only the fixed functionality of OpenGL
*
*/
public interface GL2ES1 extends GL, GLMatrixFunc, GLPointerFunc, GLLightingFunc{
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_ATI_fragment_shader
Alias for: GL_ADD_ATI
*/
public static final int GL_ADD = 0x0104;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_ADD_SIGNED_EXT
, GL_ADD_SIGNED_ARB
*/
public static final int GL_ADD_SIGNED = 0x8574;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_ALPHA_SCALE = 0x0D1C;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_QCOM
*/
public static final int GL_ALPHA_TEST = 0x0BC0;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_FUNC_QCOM
*/
public static final int GL_ALPHA_TEST_FUNC = 0x0BC1;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_REF_QCOM
*/
public static final int GL_ALPHA_TEST_REF = 0x0BC2;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_multitexture
Alias for: GL_CLIENT_ACTIVE_TEXTURE_ARB
*/
public static final int GL_CLIENT_ACTIVE_TEXTURE = 0x84E1;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE0_IMG
*/
public static final int GL_CLIP_PLANE0 = 0x3000;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE1_IMG
*/
public static final int GL_CLIP_PLANE1 = 0x3001;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE2_IMG
*/
public static final int GL_CLIP_PLANE2 = 0x3002;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE3_IMG
*/
public static final int GL_CLIP_PLANE3 = 0x3003;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE4_IMG
*/
public static final int GL_CLIP_PLANE4 = 0x3004;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE5_IMG
*/
public static final int GL_CLIP_PLANE5 = 0x3005;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_COLOR_ARRAY_BUFFER_BINDING_ARB
*/
public static final int GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_POINTER_EXT
*/
public static final int GL_COLOR_ARRAY_POINTER = 0x8090;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_SIZE_EXT
*/
public static final int GL_COLOR_ARRAY_SIZE = 0x8081;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_STRIDE_EXT
*/
public static final int GL_COLOR_ARRAY_STRIDE = 0x8083;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_TYPE_EXT
*/
public static final int GL_COLOR_ARRAY_TYPE = 0x8082;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_EXT
, GL_COMBINE_ARB
*/
public static final int GL_COMBINE = 0x8570;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_ALPHA_EXT
, GL_COMBINE_ALPHA_ARB
*/
public static final int GL_COMBINE_ALPHA = 0x8572;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_RGB_EXT
, GL_COMBINE_RGB_ARB
*/
public static final int GL_COMBINE_RGB = 0x8571;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
, GL_NV_path_rendering
Alias for: GL_CONSTANT_EXT
, GL_CONSTANT_ARB
, GL_CONSTANT_NV
*/
public static final int GL_CONSTANT = 0x8576;
/** Part of GL_KHR_robustness
, GL_KHR_robustness
, GL_EXT_robustness
Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR
, GL_CONTEXT_ROBUST_ACCESS_EXT
*/
public static final int GL_CONTEXT_ROBUST_ACCESS = 0x90F3;
/** Part of GL_VERSION_2_0
, GL_OES_point_sprite
, GL_NV_point_sprite
, GL_ARB_point_sprite
Alias for: GL_COORD_REPLACE_OES
, GL_COORD_REPLACE_NV
, GL_COORD_REPLACE_ARB
*/
public static final int GL_COORD_REPLACE = 0x8862;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_CURRENT_COLOR = 0x0B00;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_CURRENT_NORMAL = 0x0B02;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_CURRENT_TEXTURE_COORDS = 0x0B03;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_DECAL = 0x2101;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_texture_env_dot3
, GL_EXT_texture_env_dot3
Alias for: GL_DOT3_RGB_ARB
, GL_DOT3_RGB_EXT
*/
public static final int GL_DOT3_RGB = 0x86AE;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_texture_env_dot3
, GL_EXT_texture_env_dot3
, GL_IMG_texture_env_enhanced_fixed_function
Alias for: GL_DOT3_RGBA_ARB
, GL_DOT3_RGBA_EXT
, GL_DOT3_RGBA_IMG
*/
public static final int GL_DOT3_RGBA = 0x86AF;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_EXP = 0x0800;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_EXP2 = 0x0801;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG = 0x0B60;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_COLOR = 0x0B66;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_DENSITY = 0x0B62;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_END = 0x0B64;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_HINT = 0x0C54;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_MODE = 0x0B65;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_FOG_START = 0x0B63;
/** Part of GL_ES_VERSION_3_0
, GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_EXT_sRGB
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
*/
public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210;
/** Part of GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_SGIS
*/
public static final int GL_GENERATE_MIPMAP = 0x8191;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_INTERPOLATE_EXT
, GL_INTERPOLATE_ARB
*/
public static final int GL_INTERPOLATE = 0x8575;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_MAX_CLIP_PLANES_IMG
*/
public static final int GL_MAX_CLIP_PLANES = 0x0D32;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MAX_LIGHTS = 0x0D31;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_multitexture
Alias for: GL_MAX_TEXTURE_UNITS_ARB
*/
public static final int GL_MAX_TEXTURE_UNITS = 0x84E2;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_MODULATE = 0x2100;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
*/
public static final int GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_POINTER_EXT
*/
public static final int GL_NORMAL_ARRAY_POINTER = 0x808F;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_STRIDE_EXT
*/
public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_TYPE_EXT
*/
public static final int GL_NORMAL_ARRAY_TYPE = 0x807E;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_ALPHA_EXT
, GL_OPERAND0_ALPHA_ARB
*/
public static final int GL_OPERAND0_ALPHA = 0x8598;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_RGB_EXT
, GL_OPERAND0_RGB_ARB
*/
public static final int GL_OPERAND0_RGB = 0x8590;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_ALPHA_EXT
, GL_OPERAND1_ALPHA_ARB
*/
public static final int GL_OPERAND1_ALPHA = 0x8599;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_RGB_EXT
, GL_OPERAND1_RGB_ARB
*/
public static final int GL_OPERAND1_RGB = 0x8591;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_ALPHA_EXT
, GL_OPERAND2_ALPHA_ARB
*/
public static final int GL_OPERAND2_ALPHA = 0x859A;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_RGB_EXT
, GL_OPERAND2_RGB_ARB
*/
public static final int GL_OPERAND2_RGB = 0x8592;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50;
/** Part of GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_ARB_point_parameters
Alias for: GL_POINT_DISTANCE_ATTENUATION_ARB
*/
public static final int GL_POINT_DISTANCE_ATTENUATION = 0x8129;
/** Part of GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_SGIS_point_parameters
, GL_EXT_point_parameters
, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MAX_SGIS
, GL_POINT_SIZE_MAX_EXT
, GL_POINT_SIZE_MAX_ARB
*/
public static final int GL_POINT_SIZE_MAX = 0x8127;
/** Part of GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_EXT_point_parameters
, GL_SGIS_point_parameters
, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MIN_EXT
, GL_POINT_SIZE_MIN_SGIS
, GL_POINT_SIZE_MIN_ARB
*/
public static final int GL_POINT_SIZE_MIN = 0x8126;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_POINT_SMOOTH = 0x0B10;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_POINT_SMOOTH_HINT = 0x0C51;
/** Part of GL_VERSION_2_0
, GL_ARB_point_sprite
, GL_NV_point_sprite
, GL_OES_point_sprite
Alias for: GL_POINT_SPRITE_ARB
, GL_POINT_SPRITE_NV
, GL_POINT_SPRITE_OES
*/
public static final int GL_POINT_SPRITE = 0x8861;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_PREVIOUS_EXT
, GL_PREVIOUS_ARB
*/
public static final int GL_PREVIOUS = 0x8578;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
, GL_NV_path_rendering
, GL_NV_register_combiners
Alias for: GL_PRIMARY_COLOR_EXT
, GL_PRIMARY_COLOR_ARB
, GL_PRIMARY_COLOR_NV
*/
public static final int GL_PRIMARY_COLOR = 0x8577;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4;
/** Part of GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_EXT_rescale_normal
Alias for: GL_RESCALE_NORMAL_EXT
*/
public static final int GL_RESCALE_NORMAL = 0x803A;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_EXT_texture_env_combine
, GL_ARB_texture_env_combine
Alias for: GL_RGB_SCALE_EXT
, GL_RGB_SCALE_ARB
*/
public static final int GL_RGB_SCALE = 0x8573;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_SHADE_MODEL = 0x0B54;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC0_ALPHA = 0x8588;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC0_RGB = 0x8580;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC1_ALPHA = 0x8589;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC1_RGB = 0x8581;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC2_ALPHA = 0x858A;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
*/
public static final int GL_SRC2_RGB = 0x8582;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_KHR_debug
Alias for: GL_STACK_OVERFLOW_KHR
*/
public static final int GL_STACK_OVERFLOW = 0x0503;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_KHR_debug
Alias for: GL_STACK_UNDERFLOW_KHR
*/
public static final int GL_STACK_UNDERFLOW = 0x0504;
/** Part of GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_texture_env_combine
Alias for: GL_SUBTRACT_ARB
*/
public static final int GL_SUBTRACT = 0x84E7;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
*/
public static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_POINTER_EXT
*/
public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_SIZE_EXT
*/
public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_STRIDE_EXT
*/
public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_TYPE_EXT
*/
public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_TEXTURE_ENV = 0x2300;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_TEXTURE_ENV_MODE = 0x2200;
/** Part of GL_VERSION_ES_1_0
, GL_VERSION_1_0
*/
public static final int GL_TEXTURE_STACK_DEPTH = 0x0BA5;
/** Part of GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
*/
public static final int GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_POINTER_EXT
*/
public static final int GL_VERTEX_ARRAY_POINTER = 0x808E;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_SIZE_EXT
*/
public static final int GL_VERTEX_ARRAY_SIZE = 0x807A;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_STRIDE_EXT
*/
public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C;
/** Part of GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_TYPE_EXT
*/
public static final int GL_VERTEX_ARRAY_TYPE = 0x807B;
/** Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM
*/
public void glAlphaFunc(int func, float ref);
/** Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3
, GL_VERSION_ES_CL_CM
, GL_ARB_multitexture
Alias for: glClientActiveTextureARB
*/
public void glClientActiveTexture(int texture);
/** Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
*/
public void glColor4ub(byte red, byte green, byte blue, byte alpha);
/** Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glFogf(int pname, float param);
/** Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glFogfv(int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glFogfv(int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glGetLightfv(int light, int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glGetLightfv(int light, int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glGetMaterialfv(int face, int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glGetMaterialfv(int face, int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glGetTexEnvfv(int tenv, int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glGetTexEnvfv(int tenv, int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glGetTexEnviv(int tenv, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
*/
public void glGetTexEnviv(int tenv, int pname, int[] params, int params_offset);
/** Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glLightModelf(int pname, float param);
/** Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glLightModelfv(int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glLightModelfv(int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glLightf(int light, int pname, float param);
/** Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
*/
public void glLogicOp(int opcode);
/** Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_3
, GL_ARB_multitexture
Alias for: glMultiTexCoord4fARB
*/
public void glMultiTexCoord4f(int target, float s, float t, float r, float q);
/** Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glNormal3f(float nx, float ny, float nz);
/** Entry point to C language function: void {@native glPointParameterf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_4
, GL_EXT_point_parameters
, GL_ARB_point_parameters
, GL_SGIS_point_parameters
Alias for: glPointParameterfEXT
, glPointParameterfARB
, glPointParameterfSGIS
*/
public void glPointParameterf(int pname, float param);
/** Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_4
, GL_SGIS_point_parameters
, GL_EXT_point_parameters
, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS
, glPointParameterfvEXT
, glPointParameterfvARB
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glPointParameterfv(int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_4
, GL_SGIS_point_parameters
, GL_EXT_point_parameters
, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS
, glPointParameterfvEXT
, glPointParameterfvARB
*/
public void glPointParameterfv(int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glPointSize(float size);
/** Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glTexEnvf(int target, int pname, float param);
/** Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.FloatBuffer} */
public void glTexEnvfv(int target, int pname, FloatBuffer params);
/** Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM
, GL_VERSION_1_0
*/
public void glTexEnvfv(int target, int pname, float[] params, int params_offset);
/** Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
*/
public void glTexEnvi(int target, int pname, int param);
/** Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
@param params a direct or array-backed {@link java.nio.IntBuffer} */
public void glTexEnviv(int target, int pname, IntBuffer params);
/** Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_0
*/
public void glTexEnviv(int target, int pname, int[] params, int params_offset);
// --- Begin CustomJavaCode .cfg declarations
public void glOrtho(double left, double right, double bottom, double top, double near_val, double far_val);
public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar);
/** Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
Part of GL_VERSION_ES_CL_CM
, GL_VERSION_1_1
, GL_ES_VERSION_2_0
@param indices a direct or array-backed {@link java.nio.Buffer} */
public void glDrawElements(int mode, int count, int type, Buffer indices);
// ---- End CustomJavaCode .cfg declarations
} // end of class GL2ES1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy