com.jogamp.opengl.GL2ES1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jogl-all-android Show documentation
Show all versions of jogl-all-android Show documentation
Java™ Binding for the OpenGL® API (Android)
The newest version!
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sat Oct 10 03:12:43 CEST 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{
/** 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
- CType: int */
public static final int GL_POINT_SIZE_MAX = 0x8127;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
- CType: int */
public static final int GL_SRC2_ALPHA = 0x858a;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MODELVIEW_STACK_DEPTH = 0xba3;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
- CType: int */
public static final int GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_POINTER_EXT
- CType: int */
public static final int GL_COLOR_ARRAY_POINTER = 0x8090;
/** 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
- CType: int */
public static final int GL_PREVIOUS = 0x8578;
/** 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
- CType: int */
public static final int GL_OPERAND0_RGB = 0x8590;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_SIZE_EXT
- CType: int */
public static final int GL_VERTEX_ARRAY_SIZE = 0x807a;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_HINT = 0xc54;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_CURRENT_TEXTURE_COORDS = 0xb03;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_CURRENT_COLOR = 0xb00;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_TYPE_EXT
- CType: int */
public static final int GL_VERTEX_ARRAY_TYPE = 0x807b;
/** GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_multitexture
Alias for: GL_MAX_TEXTURE_UNITS_ARB
- CType: int */
public static final int GL_MAX_TEXTURE_UNITS = 0x84e2;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
- CType: int */
public static final int GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896;
/** GL_VERSION_1_2
, GL_VERSION_ES_1_0
, GL_EXT_rescale_normal
Alias for: GL_RESCALE_NORMAL_EXT
- CType: int */
public static final int GL_RESCALE_NORMAL = 0x803a;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_STRIDE_EXT
- CType: int */
public static final int GL_VERTEX_ARRAY_STRIDE = 0x807c;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_COLOR_ARRAY_BUFFER_BINDING_ARB
- CType: int */
public static final int GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE0_IMG
- CType: int */
public static final int GL_CLIP_PLANE0 = 0x3000;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE1_IMG
- CType: int */
public static final int GL_CLIP_PLANE1 = 0x3001;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE2_IMG
- CType: int */
public static final int GL_CLIP_PLANE2 = 0x3002;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE3_IMG
- CType: int */
public static final int GL_CLIP_PLANE3 = 0x3003;
/** 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
- CType: int */
public static final int GL_RGB_SCALE = 0x8573;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE4_IMG
- CType: int */
public static final int GL_CLIP_PLANE4 = 0x3004;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE5_IMG
- CType: int */
public static final int GL_CLIP_PLANE5 = 0x3005;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_QCOM
- CType: int */
public static final int GL_ALPHA_TEST = 0xbc0;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_STRIDE_EXT
- CType: int */
public static final int GL_COLOR_ARRAY_STRIDE = 0x8083;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MAX_LIGHTS = 0xd31;
/** 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
- CType: int */
public static final int GL_COMBINE_RGB = 0x8571;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_PROJECTION_STACK_DEPTH = 0xba4;
/** 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
- CType: int */
public static final int GL_OPERAND1_ALPHA = 0x8599;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_POINTER_EXT
- CType: int */
public static final int GL_NORMAL_ARRAY_POINTER = 0x808f;
/** GL_ES_VERSION_3_0
, GL_ARB_framebuffer_object
, GL_VERSION_3_0
, GL_EXT_sRGB
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
- CType: int */
public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210;
/** GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_multitexture
Alias for: GL_CLIENT_ACTIVE_TEXTURE_ARB
- CType: int */
public static final int GL_CLIENT_ACTIVE_TEXTURE = 0x84e1;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_TEXTURE_STACK_DEPTH = 0xba5;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0xc50;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_LIGHT_MODEL_TWO_SIDE = 0xb52;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_TYPE_EXT
- CType: int */
public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
- CType: int */
public static final int GL_SRC0_RGB = 0x8580;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_MODE = 0xb65;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_FUNC_QCOM
- CType: int */
public static final int GL_ALPHA_TEST_FUNC = 0xbc1;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_IMG_user_clip_plane
Alias for: GL_MAX_CLIP_PLANES_IMG
- CType: int */
public static final int GL_MAX_CLIP_PLANES = 0xd32;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_POINTER_EXT
- CType: int */
public static final int GL_VERTEX_ARRAY_POINTER = 0x808e;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_SIZE_EXT
- CType: int */
public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MODULATE = 0x2100;
/** 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
- CType: int */
public static final int GL_OPERAND2_ALPHA = 0x859a;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0xd39;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_TEXTURE_ENV = 0x2300;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_STRIDE_EXT
- CType: int */
public static final int GL_NORMAL_ARRAY_STRIDE = 0x807f;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
- CType: int */
public static final int GL_SRC1_RGB = 0x8581;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_COLOR = 0xb66;
/** 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
- CType: int */
public static final int GL_POINT_SIZE_MIN = 0x8126;
/** 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
- CType: int */
public static final int GL_OPERAND0_ALPHA = 0x8598;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_POINT_SMOOTH = 0xb10;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_EXP2 = 0x801;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_EXP = 0x800;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_SIZE_EXT
- CType: int */
public static final int GL_COLOR_ARRAY_SIZE = 0x8081;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_LIGHT_MODEL_AMBIENT = 0xb53;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_POINTER_EXT
- CType: int */
public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_CURRENT_NORMAL = 0xb02;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0xd38;
/** 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
- CType: int */
public static final int GL_PRIMARY_COLOR = 0x8577;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
- CType: int */
public static final int GL_SRC2_RGB = 0x8582;
/** 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
- CType: int */
public static final int GL_INTERPOLATE = 0x8575;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_DECAL = 0x2101;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_EXT_blend_func_extended
Alias for: GL_SRC1_ALPHA_EXT
- CType: int */
public static final int GL_SRC1_ALPHA = 0x8589;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_TEXTURE_ENV_MODE = 0x2200;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_REF_QCOM
- CType: int */
public static final int GL_ALPHA_TEST_REF = 0xbc2;
/** GL_KHR_robustness
, GL_KHR_robustness
, GL_EXT_robustness
Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR
, GL_CONTEXT_ROBUST_ACCESS_EXT
- CType: int */
public static final int GL_CONTEXT_ROBUST_ACCESS = 0x90f3;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
, GL_ARB_vertex_buffer_object
Alias for: GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
- CType: int */
public static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889a;
/** GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_ARB_point_parameters
Alias for: GL_POINT_DISTANCE_ATTENUATION_ARB
- CType: int */
public static final int GL_POINT_DISTANCE_ATTENUATION = 0x8129;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_ALPHA_SCALE = 0xd1c;
/** 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
- CType: int */
public static final int GL_CONSTANT = 0x8576;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_TYPE_EXT
- CType: int */
public static final int GL_COLOR_ARRAY_TYPE = 0x8082;
/** 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
- CType: int */
public static final int GL_DOT3_RGB = 0x86ae;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_POINT_SMOOTH_HINT = 0xc51;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_SHADE_MODEL = 0xb54;
/** 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
- CType: int */
public static final int GL_OPERAND1_RGB = 0x8591;
/** GL_ES_VERSION_3_2
, GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_KHR_debug
Alias for: GL_STACK_OVERFLOW_KHR
- CType: int */
public static final int GL_STACK_OVERFLOW = 0x503;
/** 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
- CType: int */
public static final int GL_DOT3_RGBA = 0x86af;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_END = 0xb64;
/** 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
- CType: int */
public static final int GL_COORD_REPLACE = 0x8862;
/** GL_VERSION_1_3
, GL_VERSION_ES_1_0
, GL_ARB_texture_env_combine
Alias for: GL_SUBTRACT_ARB
- CType: int */
public static final int GL_SUBTRACT = 0x84e7;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_STRIDE_EXT
- CType: int */
public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808a;
/** GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_TYPE_EXT
- CType: int */
public static final int GL_NORMAL_ARRAY_TYPE = 0x807e;
/** GL_VERSION_1_5
, GL_VERSION_ES_1_0
- CType: int */
public static final int GL_SRC0_ALPHA = 0x8588;
/** 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
- CType: int */
public static final int GL_COMBINE = 0x8570;
/** 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
- CType: int */
public static final int GL_POINT_SPRITE = 0x8861;
/** GL_ES_VERSION_3_2
, GL_VERSION_1_1
, GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_KHR_debug
Alias for: GL_STACK_UNDERFLOW_KHR
- CType: int */
public static final int GL_STACK_UNDERFLOW = 0x504;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
, GL_ATI_fragment_shader
Alias for: GL_ADD_ATI
- CType: int */
public static final int GL_ADD = 0x104;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_DENSITY = 0xb62;
/** 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
- CType: int */
public static final int GL_OPERAND2_RGB = 0x8592;
/** GL_VERSION_1_4
, GL_VERSION_ES_1_0
, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_SGIS
- CType: int */
public static final int GL_GENERATE_MIPMAP = 0x8191;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG = 0xb60;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_FOG_START = 0xb63;
/** GL_VERSION_ES_1_0
, GL_VERSION_1_0
- CType: int */
public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0xd36;
/** 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
- CType: int */
public static final int GL_COMBINE_ALPHA = 0x8572;
/** 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
- CType: int */
public static final int GL_ADD_SIGNED = 0x8574;
/** 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 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 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 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 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 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 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 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