JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
GL2ES1.java
Go to the documentation of this file.
1/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sun Jul 06 17:47:17 CEST 2025 ----! */
2/* !---- Java-Unit: [pkg com.jogamp.opengl, cls GL2ES1], ../build/jogl/gensrc/classes/com/jogamp/opengl/GL2ES1.java ----! */
3
4package com.jogamp.opengl;
5
6import java.util.*;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
9import jogamp.opengl.*;
10import com.jogamp.gluegen.runtime.*;
11import com.jogamp.common.os.*;
12import com.jogamp.common.nio.*;
13import java.nio.*;
14import com.jogamp.common.util.*;
15import java.util.Set;
16import java.util.Map;
17import java.util.HashMap;
18import java.nio.charset.Charset;
19import java.nio.charset.StandardCharsets;
20
21 /**
22 * <p>
23 * Interface containing the common subset of GL2 and GLES1.<br/>
24 * This interface reflects only the fixed functionality of OpenGL<br/>
25 * </p>
26 */
28
29 /** <code>GL_VERSION_1_4</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>GL_POINT_SIZE_MAX_SGIS</code>, <code>GL_POINT_SIZE_MAX_EXT</code>, <code>GL_POINT_SIZE_MAX_ARB</code><br>
30Define "GL_POINT_SIZE_MAX" with expression '<code>0x8127</code>', CType: int */
31 public static final int GL_POINT_SIZE_MAX = 0x8127;
32 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code><br>Define "GL_SRC2_ALPHA" with expression '<code>0x858A</code>', CType: int */
33 public static final int GL_SRC2_ALPHA = 0x858a;
34 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MODELVIEW_STACK_DEPTH" with expression '<code>0x0BA3</code>', CType: int */
35 public static final int GL_MODELVIEW_STACK_DEPTH = 0xba3;
36 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_vertex_buffer_object</code><br>Alias for: <code>GL_NORMAL_ARRAY_BUFFER_BINDING_ARB</code><br>
37Define "GL_NORMAL_ARRAY_BUFFER_BINDING" with expression '<code>0x8897</code>', CType: int */
38 public static final int GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897;
39 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_COLOR_ARRAY_POINTER_EXT</code><br>
40Define "GL_COLOR_ARRAY_POINTER" with expression '<code>0x8090</code>', CType: int */
41 public static final int GL_COLOR_ARRAY_POINTER = 0x8090;
42 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_PREVIOUS_EXT</code>, <code>GL_PREVIOUS_ARB</code><br>
43Define "GL_PREVIOUS" with expression '<code>0x8578</code>', CType: int */
44 public static final int GL_PREVIOUS = 0x8578;
45 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND0_RGB_EXT</code>, <code>GL_OPERAND0_RGB_ARB</code><br>
46Define "GL_OPERAND0_RGB" with expression '<code>0x8590</code>', CType: int */
47 public static final int GL_OPERAND0_RGB = 0x8590;
48 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_VERTEX_ARRAY_SIZE_EXT</code><br>
49Define "GL_VERTEX_ARRAY_SIZE" with expression '<code>0x807A</code>', CType: int */
50 public static final int GL_VERTEX_ARRAY_SIZE = 0x807a;
51 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_HINT" with expression '<code>0x0C54</code>', CType: int */
52 public static final int GL_FOG_HINT = 0xc54;
53 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_CURRENT_TEXTURE_COORDS" with expression '<code>0x0B03</code>', CType: int */
54 public static final int GL_CURRENT_TEXTURE_COORDS = 0xb03;
55 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_CURRENT_COLOR" with expression '<code>0x0B00</code>', CType: int */
56 public static final int GL_CURRENT_COLOR = 0xb00;
57 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_VERTEX_ARRAY_TYPE_EXT</code><br>
58Define "GL_VERTEX_ARRAY_TYPE" with expression '<code>0x807B</code>', CType: int */
59 public static final int GL_VERTEX_ARRAY_TYPE = 0x807b;
60 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_multitexture</code><br>Alias for: <code>GL_MAX_TEXTURE_UNITS_ARB</code><br>
61Define "GL_MAX_TEXTURE_UNITS" with expression '<code>0x84E2</code>', CType: int */
62 public static final int GL_MAX_TEXTURE_UNITS = 0x84e2;
63 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_vertex_buffer_object</code><br>Alias for: <code>GL_VERTEX_ARRAY_BUFFER_BINDING_ARB</code><br>
64Define "GL_VERTEX_ARRAY_BUFFER_BINDING" with expression '<code>0x8896</code>', CType: int */
65 public static final int GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896;
66 /** <code>GL_VERSION_1_2</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_rescale_normal</code><br>Alias for: <code>GL_RESCALE_NORMAL_EXT</code><br>
67Define "GL_RESCALE_NORMAL" with expression '<code>0x803A</code>', CType: int */
68 public static final int GL_RESCALE_NORMAL = 0x803a;
69 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_VERTEX_ARRAY_STRIDE_EXT</code><br>
70Define "GL_VERTEX_ARRAY_STRIDE" with expression '<code>0x807C</code>', CType: int */
71 public static final int GL_VERTEX_ARRAY_STRIDE = 0x807c;
72 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_vertex_buffer_object</code><br>Alias for: <code>GL_COLOR_ARRAY_BUFFER_BINDING_ARB</code><br>
73Define "GL_COLOR_ARRAY_BUFFER_BINDING" with expression '<code>0x8898</code>', CType: int */
74 public static final int GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898;
75 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE0_IMG</code><br>
76Define "GL_CLIP_PLANE0" with expression '<code>0x3000</code>', CType: int */
77 public static final int GL_CLIP_PLANE0 = 0x3000;
78 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE1_IMG</code><br>
79Define "GL_CLIP_PLANE1" with expression '<code>0x3001</code>', CType: int */
80 public static final int GL_CLIP_PLANE1 = 0x3001;
81 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE2_IMG</code><br>
82Define "GL_CLIP_PLANE2" with expression '<code>0x3002</code>', CType: int */
83 public static final int GL_CLIP_PLANE2 = 0x3002;
84 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE3_IMG</code><br>
85Define "GL_CLIP_PLANE3" with expression '<code>0x3003</code>', CType: int */
86 public static final int GL_CLIP_PLANE3 = 0x3003;
87 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_RGB_SCALE_EXT</code>, <code>GL_RGB_SCALE_ARB</code><br>
88Define "GL_RGB_SCALE" with expression '<code>0x8573</code>', CType: int */
89 public static final int GL_RGB_SCALE = 0x8573;
90 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE4_IMG</code><br>
91Define "GL_CLIP_PLANE4" with expression '<code>0x3004</code>', CType: int */
92 public static final int GL_CLIP_PLANE4 = 0x3004;
93 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_CLIP_PLANE5_IMG</code><br>
94Define "GL_CLIP_PLANE5" with expression '<code>0x3005</code>', CType: int */
95 public static final int GL_CLIP_PLANE5 = 0x3005;
96 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_QCOM_alpha_test</code><br>Alias for: <code>GL_ALPHA_TEST_QCOM</code><br>
97Define "GL_ALPHA_TEST" with expression '<code>0x0BC0</code>', CType: int */
98 public static final int GL_ALPHA_TEST = 0xbc0;
99 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_COLOR_ARRAY_STRIDE_EXT</code><br>
100Define "GL_COLOR_ARRAY_STRIDE" with expression '<code>0x8083</code>', CType: int */
101 public static final int GL_COLOR_ARRAY_STRIDE = 0x8083;
102 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MAX_LIGHTS" with expression '<code>0x0D31</code>', CType: int */
103 public static final int GL_MAX_LIGHTS = 0xd31;
104 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_COMBINE_RGB_EXT</code>, <code>GL_COMBINE_RGB_ARB</code><br>
105Define "GL_COMBINE_RGB" with expression '<code>0x8571</code>', CType: int */
106 public static final int GL_COMBINE_RGB = 0x8571;
107 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_PROJECTION_STACK_DEPTH" with expression '<code>0x0BA4</code>', CType: int */
108 public static final int GL_PROJECTION_STACK_DEPTH = 0xba4;
109 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND1_ALPHA_EXT</code>, <code>GL_OPERAND1_ALPHA_ARB</code><br>
110Define "GL_OPERAND1_ALPHA" with expression '<code>0x8599</code>', CType: int */
111 public static final int GL_OPERAND1_ALPHA = 0x8599;
112 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_NORMAL_ARRAY_POINTER_EXT</code><br>
113Define "GL_NORMAL_ARRAY_POINTER" with expression '<code>0x808F</code>', CType: int */
114 public static final int GL_NORMAL_ARRAY_POINTER = 0x808f;
115 /** <code>GL_ES_VERSION_3_0</code>, <code>GL_ARB_framebuffer_object</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_sRGB</code><br>Alias for: <code>GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT</code><br>
116Define "GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING" with expression '<code>0x8210</code>', CType: int */
117 public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210;
118 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_multitexture</code><br>Alias for: <code>GL_CLIENT_ACTIVE_TEXTURE_ARB</code><br>
119Define "GL_CLIENT_ACTIVE_TEXTURE" with expression '<code>0x84E1</code>', CType: int */
120 public static final int GL_CLIENT_ACTIVE_TEXTURE = 0x84e1;
121 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_TEXTURE_STACK_DEPTH" with expression '<code>0x0BA5</code>', CType: int */
122 public static final int GL_TEXTURE_STACK_DEPTH = 0xba5;
123 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_PERSPECTIVE_CORRECTION_HINT" with expression '<code>0x0C50</code>', CType: int */
124 public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0xc50;
125 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_LIGHT_MODEL_TWO_SIDE" with expression '<code>0x0B52</code>', CType: int */
126 public static final int GL_LIGHT_MODEL_TWO_SIDE = 0xb52;
127 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_TEXTURE_COORD_ARRAY_TYPE_EXT</code><br>
128Define "GL_TEXTURE_COORD_ARRAY_TYPE" with expression '<code>0x8089</code>', CType: int */
129 public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089;
130 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code><br>Define "GL_SRC0_RGB" with expression '<code>0x8580</code>', CType: int */
131 public static final int GL_SRC0_RGB = 0x8580;
132 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_MODE" with expression '<code>0x0B65</code>', CType: int */
133 public static final int GL_FOG_MODE = 0xb65;
134 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_QCOM_alpha_test</code><br>Alias for: <code>GL_ALPHA_TEST_FUNC_QCOM</code><br>
135Define "GL_ALPHA_TEST_FUNC" with expression '<code>0x0BC1</code>', CType: int */
136 public static final int GL_ALPHA_TEST_FUNC = 0xbc1;
137 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>GL_MAX_CLIP_PLANES_IMG</code><br>
138Define "GL_MAX_CLIP_PLANES" with expression '<code>0x0D32</code>', CType: int */
139 public static final int GL_MAX_CLIP_PLANES = 0xd32;
140 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_VERTEX_ARRAY_POINTER_EXT</code><br>
141Define "GL_VERTEX_ARRAY_POINTER" with expression '<code>0x808E</code>', CType: int */
142 public static final int GL_VERTEX_ARRAY_POINTER = 0x808e;
143 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_TEXTURE_COORD_ARRAY_SIZE_EXT</code><br>
144Define "GL_TEXTURE_COORD_ARRAY_SIZE" with expression '<code>0x8088</code>', CType: int */
145 public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088;
146 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MODULATE" with expression '<code>0x2100</code>', CType: int */
147 public static final int GL_MODULATE = 0x2100;
148 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND2_ALPHA_EXT</code>, <code>GL_OPERAND2_ALPHA_ARB</code><br>
149Define "GL_OPERAND2_ALPHA" with expression '<code>0x859A</code>', CType: int */
150 public static final int GL_OPERAND2_ALPHA = 0x859a;
151 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MAX_TEXTURE_STACK_DEPTH" with expression '<code>0x0D39</code>', CType: int */
152 public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0xd39;
153 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_TEXTURE_ENV" with expression '<code>0x2300</code>', CType: int */
154 public static final int GL_TEXTURE_ENV = 0x2300;
155 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_NORMAL_ARRAY_STRIDE_EXT</code><br>
156Define "GL_NORMAL_ARRAY_STRIDE" with expression '<code>0x807F</code>', CType: int */
157 public static final int GL_NORMAL_ARRAY_STRIDE = 0x807f;
158 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code><br>Define "GL_SRC1_RGB" with expression '<code>0x8581</code>', CType: int */
159 public static final int GL_SRC1_RGB = 0x8581;
160 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_COLOR" with expression '<code>0x0B66</code>', CType: int */
161 public static final int GL_FOG_COLOR = 0xb66;
162 /** <code>GL_VERSION_1_4</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_point_parameters</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>GL_POINT_SIZE_MIN_EXT</code>, <code>GL_POINT_SIZE_MIN_SGIS</code>, <code>GL_POINT_SIZE_MIN_ARB</code><br>
163Define "GL_POINT_SIZE_MIN" with expression '<code>0x8126</code>', CType: int */
164 public static final int GL_POINT_SIZE_MIN = 0x8126;
165 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND0_ALPHA_EXT</code>, <code>GL_OPERAND0_ALPHA_ARB</code><br>
166Define "GL_OPERAND0_ALPHA" with expression '<code>0x8598</code>', CType: int */
167 public static final int GL_OPERAND0_ALPHA = 0x8598;
168 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POINT_SMOOTH" with expression '<code>0x0B10</code>', CType: int */
169 public static final int GL_POINT_SMOOTH = 0xb10;
170 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_EXP2" with expression '<code>0x0801</code>', CType: int */
171 public static final int GL_EXP2 = 0x801;
172 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_EXP" with expression '<code>0x0800</code>', CType: int */
173 public static final int GL_EXP = 0x800;
174 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_COLOR_ARRAY_SIZE_EXT</code><br>
175Define "GL_COLOR_ARRAY_SIZE" with expression '<code>0x8081</code>', CType: int */
176 public static final int GL_COLOR_ARRAY_SIZE = 0x8081;
177 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_LIGHT_MODEL_AMBIENT" with expression '<code>0x0B53</code>', CType: int */
178 public static final int GL_LIGHT_MODEL_AMBIENT = 0xb53;
179 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_TEXTURE_COORD_ARRAY_POINTER_EXT</code><br>
180Define "GL_TEXTURE_COORD_ARRAY_POINTER" with expression '<code>0x8092</code>', CType: int */
181 public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092;
182 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_CURRENT_NORMAL" with expression '<code>0x0B02</code>', CType: int */
183 public static final int GL_CURRENT_NORMAL = 0xb02;
184 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MAX_PROJECTION_STACK_DEPTH" with expression '<code>0x0D38</code>', CType: int */
185 public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0xd38;
186 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code>, <code>GL_NV_path_rendering</code>, <code>GL_NV_register_combiners</code><br>Alias for: <code>GL_PRIMARY_COLOR_EXT</code>, <code>GL_PRIMARY_COLOR_ARB</code>, <code>GL_PRIMARY_COLOR_NV</code><br>
187Define "GL_PRIMARY_COLOR" with expression '<code>0x8577</code>', CType: int */
188 public static final int GL_PRIMARY_COLOR = 0x8577;
189 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_TEXTURE_ENV_COLOR" with expression '<code>0x2201</code>', CType: int */
190 public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
191 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code><br>Define "GL_SRC2_RGB" with expression '<code>0x8582</code>', CType: int */
192 public static final int GL_SRC2_RGB = 0x8582;
193 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_INTERPOLATE_EXT</code>, <code>GL_INTERPOLATE_ARB</code><br>
194Define "GL_INTERPOLATE" with expression '<code>0x8575</code>', CType: int */
195 public static final int GL_INTERPOLATE = 0x8575;
196 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_DECAL" with expression '<code>0x2101</code>', CType: int */
197 public static final int GL_DECAL = 0x2101;
198 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_blend_func_extended</code><br>Alias for: <code>GL_SRC1_ALPHA_EXT</code><br>
199Define "GL_SRC1_ALPHA" with expression '<code>0x8589</code>', CType: int */
200 public static final int GL_SRC1_ALPHA = 0x8589;
201 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_TEXTURE_ENV_MODE" with expression '<code>0x2200</code>', CType: int */
202 public static final int GL_TEXTURE_ENV_MODE = 0x2200;
203 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_QCOM_alpha_test</code><br>Alias for: <code>GL_ALPHA_TEST_REF_QCOM</code><br>
204Define "GL_ALPHA_TEST_REF" with expression '<code>0x0BC2</code>', CType: int */
205 public static final int GL_ALPHA_TEST_REF = 0xbc2;
206 /** <code>GL_KHR_robustness</code>, <code>GL_KHR_robustness</code>, <code>GL_EXT_robustness</code><br>Alias for: <code>GL_CONTEXT_ROBUST_ACCESS_KHR</code>, <code>GL_CONTEXT_ROBUST_ACCESS_EXT</code><br>
207Define "GL_CONTEXT_ROBUST_ACCESS" with expression '<code>0x90F3</code>', CType: int */
208 public static final int GL_CONTEXT_ROBUST_ACCESS = 0x90f3;
209 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_vertex_buffer_object</code><br>Alias for: <code>GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB</code><br>
210Define "GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING" with expression '<code>0x889A</code>', CType: int */
211 public static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889a;
212 /** <code>GL_VERSION_1_4</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>GL_POINT_DISTANCE_ATTENUATION_ARB</code><br>
213Define "GL_POINT_DISTANCE_ATTENUATION" with expression '<code>0x8129</code>', CType: int */
214 public static final int GL_POINT_DISTANCE_ATTENUATION = 0x8129;
215 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_ALPHA_SCALE" with expression '<code>0x0D1C</code>', CType: int */
216 public static final int GL_ALPHA_SCALE = 0xd1c;
217 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code>, <code>GL_NV_path_rendering</code><br>Alias for: <code>GL_CONSTANT_EXT</code>, <code>GL_CONSTANT_ARB</code>, <code>GL_CONSTANT_NV</code><br>
218Define "GL_CONSTANT" with expression '<code>0x8576</code>', CType: int */
219 public static final int GL_CONSTANT = 0x8576;
220 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_COLOR_ARRAY_TYPE_EXT</code><br>
221Define "GL_COLOR_ARRAY_TYPE" with expression '<code>0x8082</code>', CType: int */
222 public static final int GL_COLOR_ARRAY_TYPE = 0x8082;
223 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_texture_env_dot3</code>, <code>GL_EXT_texture_env_dot3</code><br>Alias for: <code>GL_DOT3_RGB_ARB</code>, <code>GL_DOT3_RGB_EXT</code><br>
224Define "GL_DOT3_RGB" with expression '<code>0x86AE</code>', CType: int */
225 public static final int GL_DOT3_RGB = 0x86ae;
226 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POINT_SMOOTH_HINT" with expression '<code>0x0C51</code>', CType: int */
227 public static final int GL_POINT_SMOOTH_HINT = 0xc51;
228 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_SHADE_MODEL" with expression '<code>0x0B54</code>', CType: int */
229 public static final int GL_SHADE_MODEL = 0xb54;
230 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND1_RGB_EXT</code>, <code>GL_OPERAND1_RGB_ARB</code><br>
231Define "GL_OPERAND1_RGB" with expression '<code>0x8591</code>', CType: int */
232 public static final int GL_OPERAND1_RGB = 0x8591;
233 /** <code>GL_ES_VERSION_3_2</code>, <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_KHR_debug</code><br>Alias for: <code>GL_STACK_OVERFLOW_KHR</code><br>
234Define "GL_STACK_OVERFLOW" with expression '<code>0x0503</code>', CType: int */
235 public static final int GL_STACK_OVERFLOW = 0x503;
236 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_texture_env_dot3</code>, <code>GL_EXT_texture_env_dot3</code>, <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Alias for: <code>GL_DOT3_RGBA_ARB</code>, <code>GL_DOT3_RGBA_EXT</code>, <code>GL_DOT3_RGBA_IMG</code><br>
237Define "GL_DOT3_RGBA" with expression '<code>0x86AF</code>', CType: int */
238 public static final int GL_DOT3_RGBA = 0x86af;
239 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_END" with expression '<code>0x0B64</code>', CType: int */
240 public static final int GL_FOG_END = 0xb64;
241 /** <code>GL_VERSION_2_0</code>, <code>GL_OES_point_sprite</code>, <code>GL_NV_point_sprite</code>, <code>GL_ARB_point_sprite</code><br>Alias for: <code>GL_COORD_REPLACE_OES</code>, <code>GL_COORD_REPLACE_NV</code>, <code>GL_COORD_REPLACE_ARB</code><br>
242Define "GL_COORD_REPLACE" with expression '<code>0x8862</code>', CType: int */
243 public static final int GL_COORD_REPLACE = 0x8862;
244 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_SUBTRACT_ARB</code><br>
245Define "GL_SUBTRACT" with expression '<code>0x84E7</code>', CType: int */
246 public static final int GL_SUBTRACT = 0x84e7;
247 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_TEXTURE_COORD_ARRAY_STRIDE_EXT</code><br>
248Define "GL_TEXTURE_COORD_ARRAY_STRIDE" with expression '<code>0x808A</code>', CType: int */
249 public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808a;
250 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_vertex_array</code><br>Alias for: <code>GL_NORMAL_ARRAY_TYPE_EXT</code><br>
251Define "GL_NORMAL_ARRAY_TYPE" with expression '<code>0x807E</code>', CType: int */
252 public static final int GL_NORMAL_ARRAY_TYPE = 0x807e;
253 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code><br>Define "GL_SRC0_ALPHA" with expression '<code>0x8588</code>', CType: int */
254 public static final int GL_SRC0_ALPHA = 0x8588;
255 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_COMBINE_EXT</code>, <code>GL_COMBINE_ARB</code><br>
256Define "GL_COMBINE" with expression '<code>0x8570</code>', CType: int */
257 public static final int GL_COMBINE = 0x8570;
258 /** <code>GL_VERSION_2_0</code>, <code>GL_ARB_point_sprite</code>, <code>GL_NV_point_sprite</code>, <code>GL_OES_point_sprite</code><br>Alias for: <code>GL_POINT_SPRITE_ARB</code>, <code>GL_POINT_SPRITE_NV</code>, <code>GL_POINT_SPRITE_OES</code><br>
259Define "GL_POINT_SPRITE" with expression '<code>0x8861</code>', CType: int */
260 public static final int GL_POINT_SPRITE = 0x8861;
261 /** <code>GL_ES_VERSION_3_2</code>, <code>GL_VERSION_1_1</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_KHR_debug</code><br>Alias for: <code>GL_STACK_UNDERFLOW_KHR</code><br>
262Define "GL_STACK_UNDERFLOW" with expression '<code>0x0504</code>', CType: int */
263 public static final int GL_STACK_UNDERFLOW = 0x504;
264 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code>, <code>GL_ATI_fragment_shader</code><br>Alias for: <code>GL_ADD_ATI</code><br>
265Define "GL_ADD" with expression '<code>0x0104</code>', CType: int */
266 public static final int GL_ADD = 0x104;
267 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_DENSITY" with expression '<code>0x0B62</code>', CType: int */
268 public static final int GL_FOG_DENSITY = 0xb62;
269 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_OPERAND2_RGB_EXT</code>, <code>GL_OPERAND2_RGB_ARB</code><br>
270Define "GL_OPERAND2_RGB" with expression '<code>0x8592</code>', CType: int */
271 public static final int GL_OPERAND2_RGB = 0x8592;
272 /** <code>GL_VERSION_1_4</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_SGIS_generate_mipmap</code><br>Alias for: <code>GL_GENERATE_MIPMAP_SGIS</code><br>
273Define "GL_GENERATE_MIPMAP" with expression '<code>0x8191</code>', CType: int */
274 public static final int GL_GENERATE_MIPMAP = 0x8191;
275 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG" with expression '<code>0x0B60</code>', CType: int */
276 public static final int GL_FOG = 0xb60;
277 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FOG_START" with expression '<code>0x0B63</code>', CType: int */
278 public static final int GL_FOG_START = 0xb63;
279 /** <code>GL_VERSION_ES_1_0</code>, <code>GL_VERSION_1_0</code><br>Define "GL_MAX_MODELVIEW_STACK_DEPTH" with expression '<code>0x0D36</code>', CType: int */
280 public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0xd36;
281 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_COMBINE_ALPHA_EXT</code>, <code>GL_COMBINE_ALPHA_ARB</code><br>
282Define "GL_COMBINE_ALPHA" with expression '<code>0x8572</code>', CType: int */
283 public static final int GL_COMBINE_ALPHA = 0x8572;
284 /** <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_texture_env_combine</code>, <code>GL_ARB_texture_env_combine</code><br>Alias for: <code>GL_ADD_SIGNED_EXT</code>, <code>GL_ADD_SIGNED_ARB</code><br>
285Define "GL_ADD_SIGNED" with expression '<code>0x8574</code>', CType: int */
286 public static final int GL_ADD_SIGNED = 0x8574;
287
288 /** Entry point to C language function: <code> void {@native glAlphaFunc}(GLenum func, GLclampf ref) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code>, <code>GL_QCOM_alpha_test</code><br>Alias for: <code>glAlphaFuncQCOM</code> */
289 public void glAlphaFunc(int func, float ref);
290
291 /** Entry point to C language function: <code> void {@native glFogf}(GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
292 public void glFogf(int pname, float param);
293
294 /** Entry point to C language function: <code> void {@native glFogfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
295 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
296 public void glFogfv(int pname, FloatBuffer params);
297
298 /** Entry point to C language function: <code> void {@native glFogfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
299 public void glFogfv(int pname, float[] params, int params_offset);
300
301 /** Entry point to C language function: <code> void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
302 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
303 public void glGetLightfv(int light, int pname, FloatBuffer params);
304
305 /** Entry point to C language function: <code> void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
306 public void glGetLightfv(int light, int pname, float[] params, int params_offset);
307
308 /** Entry point to C language function: <code> void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
309 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
310 public void glGetMaterialfv(int face, int pname, FloatBuffer params);
311
312 /** Entry point to C language function: <code> void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
313 public void glGetMaterialfv(int face, int pname, float[] params, int params_offset);
314
315 /** Entry point to C language function: <code> void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
316 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
317 public void glGetTexEnvfv(int tenv, int pname, FloatBuffer params);
318
319 /** Entry point to C language function: <code> void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
320 public void glGetTexEnvfv(int tenv, int pname, float[] params, int params_offset);
321
322 /** Entry point to C language function: <code> void {@native glLightModelf}(GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
323 public void glLightModelf(int pname, float param);
324
325 /** Entry point to C language function: <code> void {@native glLightModelfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
326 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
327 public void glLightModelfv(int pname, FloatBuffer params);
328
329 /** Entry point to C language function: <code> void {@native glLightModelfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
330 public void glLightModelfv(int pname, float[] params, int params_offset);
331
332 /** Entry point to C language function: <code> void {@native glLightf}(GLenum light, GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
333 public void glLightf(int light, int pname, float param);
334
335 /** Entry point to C language function: <code> void {@native glMultiTexCoord4f}(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_3</code>, <code>GL_ARB_multitexture</code><br>Alias for: <code>glMultiTexCoord4fARB</code> */
336 public void glMultiTexCoord4f(int target, float s, float t, float r, float q);
337
338 /** Entry point to C language function: <code> void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
339 public void glNormal3f(float nx, float ny, float nz);
340
341 /** Entry point to C language function: <code> void {@native glPointParameterf}(GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code>, <code>GL_SGIS_point_parameters</code><br>Alias for: <code>glPointParameterfEXT</code>, <code>glPointParameterfARB</code>, <code>glPointParameterfSGIS</code> */
342 public void glPointParameterf(int pname, float param);
343
344 /** Entry point to C language function: <code> void {@native glPointParameterfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>glPointParameterfvSGIS</code>, <code>glPointParameterfvEXT</code>, <code>glPointParameterfvARB</code>
345 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
346 public void glPointParameterfv(int pname, FloatBuffer params);
347
348 /** Entry point to C language function: <code> void {@native glPointParameterfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>glPointParameterfvSGIS</code>, <code>glPointParameterfvEXT</code>, <code>glPointParameterfvARB</code> */
349 public void glPointParameterfv(int pname, float[] params, int params_offset);
350
351 /** Entry point to C language function: <code> void {@native glPointSize}(GLfloat size) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
352 public void glPointSize(float size);
353
354 /** Entry point to C language function: <code> void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
355 public void glTexEnvf(int target, int pname, float param);
356
357 /** Entry point to C language function: <code> void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br>
358 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
359 public void glTexEnvfv(int target, int pname, FloatBuffer params);
360
361 /** Entry point to C language function: <code> void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
362 public void glTexEnvfv(int target, int pname, float[] params, int params_offset);
363
364 /** Entry point to C language function: <code> void {@native glClientActiveTexture}(GLenum texture) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_VERSION_ES_CL_CM</code>, <code>GL_ARB_multitexture</code><br>Alias for: <code>glClientActiveTextureARB</code> */
365 public void glClientActiveTexture(int texture);
366
367 /** Entry point to C language function: <code> void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
368 public void glColor4ub(byte red, byte green, byte blue, byte alpha);
369
370 /** Entry point to C language function: <code> void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br>
371 @param params a direct or array-backed {@link java.nio.IntBuffer} */
372 public void glGetTexEnviv(int tenv, int pname, IntBuffer params);
373
374 /** Entry point to C language function: <code> void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
375 public void glGetTexEnviv(int tenv, int pname, int[] params, int params_offset);
376
377 /** Entry point to C language function: <code> void {@native glLogicOp}(GLenum opcode) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
378 public void glLogicOp(int opcode);
379
380 /** Entry point to C language function: <code> void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
381 public void glTexEnvi(int target, int pname, int param);
382
383 /** Entry point to C language function: <code> void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br>
384 @param params a direct or array-backed {@link java.nio.IntBuffer} */
385 public void glTexEnviv(int target, int pname, IntBuffer params);
386
387 /** Entry point to C language function: <code> void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
388 public void glTexEnviv(int target, int pname, int[] params, int params_offset);
389
390
391 // --- Begin CustomJavaCode .cfg declarations
392 public void glOrtho(double left, double right, double bottom, double top, double near_val, double far_val);
393 public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar);
394 /** Entry point to C language function: <code> void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_1</code>, <code>GL_ES_VERSION_2_0</code>
395 @param indices a direct or array-backed {@link java.nio.Buffer} */
396 public void glDrawElements(int mode, int count, int type, Buffer indices);
397
398 // ---- End CustomJavaCode .cfg declarations
399} // end of class GL2ES1
void glGetMaterialfv(int face, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname,...
void glOrtho(double left, double right, double bottom, double top, double near_val, double far_val)
static final int GL_POINT_SIZE_MIN
GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_EXT_point_parameters, GL_SGIS_point_parameters,...
Definition: GL2ES1.java:164
static final int GL_CLIP_PLANE5
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE5_IMG Define "GL_C...
Definition: GL2ES1.java:95
static final int GL_SRC1_ALPHA
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended Alias for: GL_SRC1_ALPHA_EXT Define "G...
Definition: GL2ES1.java:200
static final int GL_FOG_DENSITY
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_DENSITY" with expression '0x0B62',...
Definition: GL2ES1.java:268
void glLightModelfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * para...
static final int GL_DECAL
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_DECAL" with expression '0x2101', CType: int
Definition: GL2ES1.java:197
void glTexEnviv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname,...
void glGetMaterialfv(int face, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname,...
static final int GL_MODELVIEW_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MODELVIEW_STACK_DEPTH" with expression '0x0BA3',...
Definition: GL2ES1.java:35
void glFogfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params) P...
static final int GL_SRC1_RGB
GL_VERSION_1_5, GL_VERSION_ES_1_0 Define "GL_SRC1_RGB" with expression '0x8581', CType: int
Definition: GL2ES1.java:159
static final int GL_MODULATE
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MODULATE" with expression '0x2100', CType: int
Definition: GL2ES1.java:147
static final int GL_OPERAND1_RGB
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:232
static final int GL_OPERAND0_ALPHA
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:167
static final int GL_STACK_OVERFLOW
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug Alias for: GL_STAC...
Definition: GL2ES1.java:235
static final int GL_COORD_REPLACE
GL_VERSION_2_0, GL_OES_point_sprite, GL_NV_point_sprite, GL_ARB_point_sprite Alias for: GL_COORD_REPL...
Definition: GL2ES1.java:243
void glPointParameterf(int pname, float param)
Entry point to C language function: void {@native glPointParameterf}(GLenum pname,...
static final int GL_NORMAL_ARRAY_STRIDE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_NORMAL_ARRAY_STRIDE_EXT Define ...
Definition: GL2ES1.java:157
void glTexEnvfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname,...
static final int GL_OPERAND2_ALPHA
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:150
static final int GL_RESCALE_NORMAL
GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_rescale_normal Alias for: GL_RESCALE_NORMAL_EXT Define "GL...
Definition: GL2ES1.java:68
static final int GL_PROJECTION_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_PROJECTION_STACK_DEPTH" with expression '0x0BA4',...
Definition: GL2ES1.java:108
static final int GL_GENERATE_MIPMAP
GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_generate_mipmap Alias for: GL_GENERATE_MIPMAP_SGIS Define...
Definition: GL2ES1.java:274
static final int GL_FOG_COLOR
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_COLOR" with expression '0x0B66', CType: int
Definition: GL2ES1.java:161
void glAlphaFunc(int func, float ref)
Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref) Part of ...
static final int GL_LIGHT_MODEL_TWO_SIDE
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_LIGHT_MODEL_TWO_SIDE" with expression '0x0B52',...
Definition: GL2ES1.java:126
static final int GL_CLIENT_ACTIVE_TEXTURE
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture Alias for: GL_CLIENT_ACTIVE_TEXTURE_ARB Defin...
Definition: GL2ES1.java:120
void glLightModelf(int pname, float param)
Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param) Part...
void glGetTexEnviv(int tenv, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname,...
void glPointSize(float size)
Entry point to C language function: void {@native glPointSize}(GLfloat size) Part of GL_VERSION_ES...
static final int GL_OPERAND1_ALPHA
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:111
void glNormal3f(float nx, float ny, float nz)
Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny,...
static final int GL_POINT_DISTANCE_ATTENUATION
GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_ARB_point_parameters Alias for: GL_POINT_DISTANCE_ATTENUATION_A...
Definition: GL2ES1.java:214
static final int GL_MAX_LIGHTS
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MAX_LIGHTS" with expression '0x0D31',...
Definition: GL2ES1.java:103
void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar)
void glPointParameterfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
static final int GL_CURRENT_NORMAL
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_CURRENT_NORMAL" with expression '0x0B02',...
Definition: GL2ES1.java:183
static final int GL_TEXTURE_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_TEXTURE_STACK_DEPTH" with expression '0x0BA5',...
Definition: GL2ES1.java:122
static final int GL_POINT_SMOOTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_POINT_SMOOTH" with expression '0x0B10',...
Definition: GL2ES1.java:169
static final int GL_COMBINE_ALPHA
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:283
static final int GL_SRC2_ALPHA
GL_VERSION_1_5, GL_VERSION_ES_1_0 Define "GL_SRC2_ALPHA" with expression '0x858A',...
Definition: GL2ES1.java:33
static final int GL_MAX_TEXTURE_UNITS
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture Alias for: GL_MAX_TEXTURE_UNITS_ARB Define "G...
Definition: GL2ES1.java:62
static final int GL_FOG_END
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_END" with expression '0x0B64', CType: int
Definition: GL2ES1.java:240
static final int GL_VERTEX_ARRAY_SIZE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_VERTEX_ARRAY_SIZE_EXT Define "G...
Definition: GL2ES1.java:50
static final int GL_ALPHA_TEST
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test Alias for: GL_ALPHA_TEST_QCOM Define "GL_ALPHA...
Definition: GL2ES1.java:98
static final int GL_ALPHA_TEST_REF
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test Alias for: GL_ALPHA_TEST_REF_QCOM Define "GL_A...
Definition: GL2ES1.java:205
static final int GL_RGB_SCALE
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:89
static final int GL_MAX_PROJECTION_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MAX_PROJECTION_STACK_DEPTH" with expression '0x0D38',...
Definition: GL2ES1.java:185
void glGetTexEnvfv(int tenv, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname,...
static final int GL_EXP
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_EXP" with expression '0x0800', CType: int
Definition: GL2ES1.java:173
static final int GL_PRIMARY_COLOR
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine,...
Definition: GL2ES1.java:188
static final int GL_ADD_SIGNED
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:286
static final int GL_CLIP_PLANE0
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE0_IMG Define "GL_C...
Definition: GL2ES1.java:77
static final int GL_CLIP_PLANE2
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE2_IMG Define "GL_C...
Definition: GL2ES1.java:83
static final int GL_COMBINE_RGB
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:106
static final int GL_TEXTURE_ENV_COLOR
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_TEXTURE_ENV_COLOR" with expression '0x2201',...
Definition: GL2ES1.java:190
void glGetTexEnvfv(int tenv, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname,...
static final int GL_LIGHT_MODEL_AMBIENT
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_LIGHT_MODEL_AMBIENT" with expression '0x0B53',...
Definition: GL2ES1.java:178
static final int GL_ALPHA_TEST_FUNC
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test Alias for: GL_ALPHA_TEST_FUNC_QCOM Define "GL_...
Definition: GL2ES1.java:136
static final int GL_SHADE_MODEL
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_SHADE_MODEL" with expression '0x0B54',...
Definition: GL2ES1.java:229
static final int GL_CLIP_PLANE1
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE1_IMG Define "GL_C...
Definition: GL2ES1.java:80
static final int GL_OPERAND0_RGB
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:47
static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object Alias for: GL_TEXTURE_COORD_ARRAY_BUFF...
Definition: GL2ES1.java:211
static final int GL_DOT3_RGB
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3 Alias for: GL_DOT...
Definition: GL2ES1.java:225
static final int GL_TEXTURE_COORD_ARRAY_TYPE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_TEXTURE_COORD_ARRAY_TYPE_EXT De...
Definition: GL2ES1.java:129
void glTexEnvf(int target, int pname, float param)
Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname,...
static final int GL_COLOR_ARRAY_TYPE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_COLOR_ARRAY_TYPE_EXT Define "GL...
Definition: GL2ES1.java:222
static final int GL_INTERPOLATE
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:195
void glColor4ub(byte red, byte green, byte blue, byte alpha)
Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green,...
void glMultiTexCoord4f(int target, float s, float t, float r, float q)
Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target,...
static final int GL_TEXTURE_COORD_ARRAY_POINTER
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_TEXTURE_COORD_ARRAY_POINTER_EXT ...
Definition: GL2ES1.java:181
static final int GL_CURRENT_TEXTURE_COORDS
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_CURRENT_TEXTURE_COORDS" with expression '0x0B03',...
Definition: GL2ES1.java:54
static final int GL_COLOR_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object Alias for: GL_COLOR_ARRAY_BUFFER_BINDI...
Definition: GL2ES1.java:74
static final int GL_VERTEX_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object Alias for: GL_VERTEX_ARRAY_BUFFER_BIND...
Definition: GL2ES1.java:65
static final int GL_ALPHA_SCALE
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_ALPHA_SCALE" with expression '0x0D1C',...
Definition: GL2ES1.java:216
static final int GL_POINT_SMOOTH_HINT
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_POINT_SMOOTH_HINT" with expression '0x0C51',...
Definition: GL2ES1.java:227
static final int GL_TEXTURE_COORD_ARRAY_SIZE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_TEXTURE_COORD_ARRAY_SIZE_EXT De...
Definition: GL2ES1.java:145
static final int GL_FOG_MODE
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_MODE" with expression '0x0B65', CType: int
Definition: GL2ES1.java:133
static final int GL_POINT_SIZE_MAX
GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_point_parameters, GL_EXT_point_parameters,...
Definition: GL2ES1.java:31
static final int GL_VERTEX_ARRAY_STRIDE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_VERTEX_ARRAY_STRIDE_EXT Define ...
Definition: GL2ES1.java:71
static final int GL_CURRENT_COLOR
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_CURRENT_COLOR" with expression '0x0B00',...
Definition: GL2ES1.java:56
static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_sRGB Alias for: GL_FRAMEBUFFER_A...
Definition: GL2ES1.java:117
static final int GL_COLOR_ARRAY_STRIDE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_COLOR_ARRAY_STRIDE_EXT Define "...
Definition: GL2ES1.java:101
static final int GL_ADD
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_ATI_fragment_shader Alias for: GL_ADD_ATI Define "GL_ADD" with...
Definition: GL2ES1.java:266
static final int GL_VERTEX_ARRAY_POINTER
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_VERTEX_ARRAY_POINTER_EXT Define...
Definition: GL2ES1.java:142
void glDrawElements(int mode, int count, int type, Buffer indices)
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count,...
static final int GL_FOG_HINT
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_HINT" with expression '0x0C54', CType: int
Definition: GL2ES1.java:52
static final int GL_CLIP_PLANE4
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE4_IMG Define "GL_C...
Definition: GL2ES1.java:92
static final int GL_PERSPECTIVE_CORRECTION_HINT
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_PERSPECTIVE_CORRECTION_HINT" with expression '0x0C50',...
Definition: GL2ES1.java:124
static final int GL_COLOR_ARRAY_SIZE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_COLOR_ARRAY_SIZE_EXT Define "GL...
Definition: GL2ES1.java:176
static final int GL_CLIP_PLANE3
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_CLIP_PLANE3_IMG Define "GL_C...
Definition: GL2ES1.java:86
static final int GL_MAX_MODELVIEW_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MAX_MODELVIEW_STACK_DEPTH" with expression '0x0D36',...
Definition: GL2ES1.java:280
static final int GL_MAX_CLIP_PLANES
GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane Alias for: GL_MAX_CLIP_PLANES_IMG Define "...
Definition: GL2ES1.java:139
static final int GL_NORMAL_ARRAY_POINTER
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_NORMAL_ARRAY_POINTER_EXT Define...
Definition: GL2ES1.java:114
void glLightf(int light, int pname, float param)
Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname,...
static final int GL_FOG
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG" with expression '0x0B60', CType: int
Definition: GL2ES1.java:276
static final int GL_SRC0_ALPHA
GL_VERSION_1_5, GL_VERSION_ES_1_0 Define "GL_SRC0_ALPHA" with expression '0x8588',...
Definition: GL2ES1.java:254
static final int GL_STACK_UNDERFLOW
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug Alias for: GL_STAC...
Definition: GL2ES1.java:263
static final int GL_VERTEX_ARRAY_TYPE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_VERTEX_ARRAY_TYPE_EXT Define "G...
Definition: GL2ES1.java:59
static final int GL_SRC2_RGB
GL_VERSION_1_5, GL_VERSION_ES_1_0 Define "GL_SRC2_RGB" with expression '0x8582', CType: int
Definition: GL2ES1.java:192
void glGetTexEnviv(int tenv, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname,...
void glTexEnvfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname,...
static final int GL_CONTEXT_ROBUST_ACCESS
GL_KHR_robustness, GL_KHR_robustness, GL_EXT_robustness Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR,...
Definition: GL2ES1.java:208
void glFogfv(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params) P...
static final int GL_NORMAL_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object Alias for: GL_NORMAL_ARRAY_BUFFER_BIND...
Definition: GL2ES1.java:38
void glTexEnviv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname,...
static final int GL_COMBINE
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:257
void glClientActiveTexture(int texture)
Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture) Part of G...
static final int GL_SRC0_RGB
GL_VERSION_1_5, GL_VERSION_ES_1_0 Define "GL_SRC0_RGB" with expression '0x8580', CType: int
Definition: GL2ES1.java:131
static final int GL_TEXTURE_ENV_MODE
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_TEXTURE_ENV_MODE" with expression '0x2200',...
Definition: GL2ES1.java:202
static final int GL_MAX_TEXTURE_STACK_DEPTH
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_MAX_TEXTURE_STACK_DEPTH" with expression '0x0D39',...
Definition: GL2ES1.java:152
static final int GL_NORMAL_ARRAY_TYPE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_NORMAL_ARRAY_TYPE_EXT Define "G...
Definition: GL2ES1.java:252
void glLogicOp(int opcode)
Entry point to C language function: void {@native glLogicOp}(GLenum opcode) Part of GL_VERSION_ES_...
void glGetLightfv(int light, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname,...
static final int GL_DOT3_RGBA
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3,...
Definition: GL2ES1.java:238
static final int GL_OPERAND2_RGB
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:271
void glGetLightfv(int light, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname,...
static final int GL_TEXTURE_COORD_ARRAY_STRIDE
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_TEXTURE_COORD_ARRAY_STRIDE_EXT ...
Definition: GL2ES1.java:249
void glPointParameterfv(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glTexEnvi(int target, int pname, int param)
Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname,...
static final int GL_SUBTRACT
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_combine Alias for: GL_SUBTRACT_ARB Define "GL_...
Definition: GL2ES1.java:246
static final int GL_PREVIOUS
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: ...
Definition: GL2ES1.java:44
static final int GL_COLOR_ARRAY_POINTER
GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array Alias for: GL_COLOR_ARRAY_POINTER_EXT Define ...
Definition: GL2ES1.java:41
static final int GL_TEXTURE_ENV
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_TEXTURE_ENV" with expression '0x2300',...
Definition: GL2ES1.java:154
void glFogf(int pname, float param)
Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param) Part of GL_...
void glLightModelfv(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * para...
static final int GL_EXP2
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_EXP2" with expression '0x0801', CType: int
Definition: GL2ES1.java:171
static final int GL_CONSTANT
GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine,...
Definition: GL2ES1.java:219
static final int GL_POINT_SPRITE
GL_VERSION_2_0, GL_ARB_point_sprite, GL_NV_point_sprite, GL_OES_point_sprite Alias for: GL_POINT_SPRI...
Definition: GL2ES1.java:260
static final int GL_FOG_START
GL_VERSION_ES_1_0, GL_VERSION_1_0 Define "GL_FOG_START" with expression '0x0B63', CType: int
Definition: GL2ES1.java:278
Subset of OpenGL fixed function pipeline's matrix operations.