JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
GLES1.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:20 CEST 2025 ----! */
2/* !---- Java-Unit: [pkg com.jogamp.opengl, cls GLES1], ../build/jogl/gensrc/classes/com/jogamp/opengl/GLES1.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.opengl.GLES1;
11import com.jogamp.opengl.GLES2;
12import com.jogamp.opengl.GL2;
13import com.jogamp.common.nio.Buffers;
14import com.jogamp.opengl.util.GLBuffers;
15import com.jogamp.gluegen.runtime.*;
16import com.jogamp.common.os.*;
17import com.jogamp.common.nio.*;
18import java.nio.*;
19import com.jogamp.common.util.*;
20import java.util.Set;
21import java.util.Map;
22import java.util.HashMap;
23import java.nio.charset.Charset;
24import java.nio.charset.StandardCharsets;
25
26 /**
27 * <p>This interface contains all OpenGL ES [ 1.0 .. 1.1 ] methods,
28 * as well as most of it's extensions defined at the time of this specification.</p>
29 */
30public interface GLES1 extends GL2ES1{
31
32 /** <code>GL_EXT_multisampled_render_to_texture</code>, <code>GL_EXT_framebuffer_multisample</code><br>Define "GL_MAX_SAMPLES_EXT" with expression '<code>0x8D57</code>', CType: int */
33 public static final int GL_MAX_SAMPLES_EXT = 0x8d57;
34 /** <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>GL_TEXTURE_GEN_MODE_OES</code><br>
35Define "GL_TEXTURE_GEN_MODE" with expression '<code>0x2500</code>', CType: int */
36 public static final int GL_TEXTURE_GEN_MODE = 0x2500;
37 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_FORMAT_QCOM" with expression '<code>0x8BD6</code>', CType: int */
38 public static final int GL_TEXTURE_FORMAT_QCOM = 0x8bd6;
39 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_OES" with expression '<code>0x86AD</code>', CType: int */
40 public static final int GL_WEIGHT_ARRAY_OES = 0x86ad;
41 /** <code>GL_VERSION_1_3</code>, <code>GL_OES_texture_cube_map</code>, <code>GL_NV_texgen_reflection</code>, <code>GL_ARB_texture_cube_map</code>, <code>GL_EXT_texture_cube_map</code><br>Alias for: <code>GL_NORMAL_MAP_OES</code>, <code>GL_NORMAL_MAP_NV</code>, <code>GL_NORMAL_MAP_ARB</code>, <code>GL_NORMAL_MAP_EXT</code><br>
42Define "GL_NORMAL_MAP" with expression '<code>0x8511</code>', CType: int */
43 public static final int GL_NORMAL_MAP = 0x8511;
44 /** <code>GL_OES_point_size_array</code><br>Define "GL_POINT_SIZE_ARRAY_POINTER_OES" with expression '<code>0x898C</code>', CType: int */
45 public static final int GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898c;
46 /** <code>GL_OES_point_size_array</code><br>Define "GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES" with expression '<code>0x8B9F</code>', CType: int */
47 public static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8b9f;
48 /** <code>GL_OES_EGL_image_external</code><br>Define "GL_TEXTURE_EXTERNAL_OES" with expression '<code>0x8D65</code>', CType: int */
49 public static final int GL_TEXTURE_EXTERNAL_OES = 0x8d65;
50 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MAX_VERTEX_UNITS_OES" with expression '<code>0x86A4</code>', CType: int */
51 public static final int GL_MAX_VERTEX_UNITS_OES = 0x86a4;
52 /** <code>GL_IMG_multisampled_render_to_texture</code><br>Define "GL_RENDERBUFFER_SAMPLES_IMG" with expression '<code>0x9133</code>', CType: int */
53 public static final int GL_RENDERBUFFER_SAMPLES_IMG = 0x9133;
54 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT3_QCOM" with expression '<code>0x08000000</code>', CType: int */
55 public static final int GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x8000000;
56 /** <code>GL_IMG_texture_compression_pvrtc</code><br>Define "GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG" with expression '<code>0x8C01</code>', CType: int */
57 public static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8c01;
58 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT3_QCOM" with expression '<code>0x00080000</code>', CType: int */
59 public static final int GL_STENCIL_BUFFER_BIT3_QCOM = 0x80000;
60 /** <code>GL_IMG_texture_compression_pvrtc</code><br>Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" with expression '<code>0x8C03</code>', CType: int */
61 public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8c03;
62 /** <code>GL_OES_matrix_palette</code><br>Define "GL_CURRENT_PALETTE_MATRIX_OES" with expression '<code>0x8843</code>', CType: int */
63 public static final int GL_CURRENT_PALETTE_MATRIX_OES = 0x8843;
64 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_POINTER_OES" with expression '<code>0x8849</code>', CType: int */
65 public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849;
66 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE5_IMG" with expression '<code>0x3005</code>', CType: int */
67 public static final int GL_CLIP_PLANE5_IMG = 0x3005;
68 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT2_QCOM" with expression '<code>0x00040000</code>', CType: int */
69 public static final int GL_STENCIL_BUFFER_BIT2_QCOM = 0x40000;
70 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_BUFFER_BINDING_OES" with expression '<code>0x889E</code>', CType: int */
71 public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889e;
72 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT7_QCOM" with expression '<code>0x80000000</code>', CType: long */
73 public static final long GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000L;
74 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT6_QCOM" with expression '<code>0x00004000</code>', CType: int */
75 public static final int GL_DEPTH_BUFFER_BIT6_QCOM = 0x4000;
76 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT7_QCOM" with expression '<code>0x00000080</code>', CType: int */
77 public static final int GL_COLOR_BUFFER_BIT7_QCOM = 0x80;
78 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_TYPE_QCOM" with expression '<code>0x8BD7</code>', CType: int */
79 public static final int GL_TEXTURE_TYPE_QCOM = 0x8bd7;
80 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_IMAGE_VALID_QCOM" with expression '<code>0x8BD8</code>', CType: int */
81 public static final int GL_TEXTURE_IMAGE_VALID_QCOM = 0x8bd8;
82 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT6_QCOM" with expression '<code>0x00000040</code>', CType: int */
83 public static final int GL_COLOR_BUFFER_BIT6_QCOM = 0x40;
84 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT5_QCOM" with expression '<code>0x00002000</code>', CType: int */
85 public static final int GL_DEPTH_BUFFER_BIT5_QCOM = 0x2000;
86 /** <code>GL_QCOM_extended_get</code><br>Define "GL_STATE_RESTORE" with expression '<code>0x8BDC</code>', CType: int */
87 public static final int GL_STATE_RESTORE = 0x8bdc;
88 /** <code>GL_VERSION_1_3</code>, <code>GL_OES_texture_cube_map</code>, <code>GL_ARB_texture_cube_map</code>, <code>GL_EXT_texture_cube_map</code>, <code>GL_NV_texgen_reflection</code><br>Alias for: <code>GL_REFLECTION_MAP_OES</code>, <code>GL_REFLECTION_MAP_ARB</code>, <code>GL_REFLECTION_MAP_EXT</code>, <code>GL_REFLECTION_MAP_NV</code><br>
89Define "GL_REFLECTION_MAP" with expression '<code>0x8512</code>', CType: int */
90 public static final int GL_REFLECTION_MAP = 0x8512;
91 /** <code>GL_OES_vertex_array_object</code><br>Define "GL_VERTEX_ARRAY_BINDING_OES" with expression '<code>0x85B5</code>', CType: int */
92 public static final int GL_VERTEX_ARRAY_BINDING_OES = 0x85b5;
93 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT0_QCOM" with expression '<code>0x00000001</code>', CType: int */
94 public static final int GL_COLOR_BUFFER_BIT0_QCOM = 0x1;
95 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT3_QCOM" with expression '<code>0x00000800</code>', CType: int */
96 public static final int GL_DEPTH_BUFFER_BIT3_QCOM = 0x800;
97 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MAX_PALETTE_MATRICES_OES" with expression '<code>0x8842</code>', CType: int */
98 public static final int GL_MAX_PALETTE_MATRICES_OES = 0x8842;
99 /** <code>GL_OES_texture_cube_map</code><br>Alias for: <code>GL_TEXTURE_GEN_STR_OES</code><br>
100Define "GL_TEXTURE_GEN_STR" with expression '<code>0x8D60</code>', CType: int */
101 public static final int GL_TEXTURE_GEN_STR = 0x8d60;
102 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT2_QCOM" with expression '<code>0x00000004</code>', CType: int */
103 public static final int GL_COLOR_BUFFER_BIT2_QCOM = 0x4;
104 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT1_QCOM" with expression '<code>0x00000200</code>', CType: int */
105 public static final int GL_DEPTH_BUFFER_BIT1_QCOM = 0x200;
106 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT2_QCOM" with expression '<code>0x04000000</code>', CType: int */
107 public static final int GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x4000000;
108 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT4_QCOM" with expression '<code>0x10000000</code>', CType: int */
109 public static final int GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000;
110 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_WIDTH_QCOM" with expression '<code>0x8BD2</code>', CType: int */
111 public static final int GL_TEXTURE_WIDTH_QCOM = 0x8bd2;
112 /** <code>GL_AMD_compressed_ATC_texture</code><br>Define "GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD" with expression '<code>0x87EE</code>', CType: int */
113 public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87ee;
114 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT4_QCOM" with expression '<code>0x00000010</code>', CType: int */
115 public static final int GL_COLOR_BUFFER_BIT4_QCOM = 0x10;
116 /** <code>GL_AMD_compressed_ATC_texture</code><br>Define "GL_ATC_RGBA_EXPLICIT_ALPHA_AMD" with expression '<code>0x8C93</code>', CType: int */
117 public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8c93;
118 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE4_IMG" with expression '<code>0x3004</code>', CType: int */
119 public static final int GL_CLIP_PLANE4_IMG = 0x3004;
120 /** <code>GL_EXT_discard_framebuffer</code><br>Define "GL_DEPTH_EXT" with expression '<code>0x1801</code>', CType: int */
121 public static final int GL_DEPTH_EXT = 0x1801;
122 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_DOT3_RGBA_IMG" with expression '<code>0x86AF</code>', CType: int */
123 public static final int GL_DOT3_RGBA_IMG = 0x86af;
124 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT6_QCOM" with expression '<code>0x40000000</code>', CType: int */
125 public static final int GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000;
126 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_FACTOR_ALPHA_MODULATE_IMG" with expression '<code>0x8C07</code>', CType: int */
127 public static final int GL_FACTOR_ALPHA_MODULATE_IMG = 0x8c07;
128 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_STRIDE_OES" with expression '<code>0x8848</code>', CType: int */
129 public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848;
130 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_HEIGHT_QCOM" with expression '<code>0x8BD3</code>', CType: int */
131 public static final int GL_TEXTURE_HEIGHT_QCOM = 0x8bd3;
132 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT7_QCOM" with expression '<code>0x00800000</code>', CType: int */
133 public static final int GL_STENCIL_BUFFER_BIT7_QCOM = 0x800000;
134 /** <code>GL_IMG_multisampled_render_to_texture</code><br>Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG" with expression '<code>0x9134</code>', CType: int */
135 public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134;
136 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_MAX_CLIP_PLANES_IMG" with expression '<code>0x0D32</code>', CType: int */
137 public static final int GL_MAX_CLIP_PLANES_IMG = 0xd32;
138 /** <code>GL_EXT_discard_framebuffer</code><br>Define "GL_COLOR_EXT" with expression '<code>0x1800</code>', CType: int */
139 public static final int GL_COLOR_EXT = 0x1800;
140 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE3_IMG" with expression '<code>0x3003</code>', CType: int */
141 public static final int GL_CLIP_PLANE3_IMG = 0x3003;
142 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_ADD_BLEND_IMG" with expression '<code>0x8C09</code>', CType: int */
143 public static final int GL_ADD_BLEND_IMG = 0x8c09;
144 /** <code>GL_OES_point_size_array</code><br>Define "GL_POINT_SIZE_ARRAY_OES" with expression '<code>0x8B9C</code>', CType: int */
145 public static final int GL_POINT_SIZE_ARRAY_OES = 0x8b9c;
146 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT5_QCOM" with expression '<code>0x00200000</code>', CType: int */
147 public static final int GL_STENCIL_BUFFER_BIT5_QCOM = 0x200000;
148 /** <code>GL_OES_compressed_ETC1_RGB8_texture</code><br>Define "GL_ETC1_RGB8_OES" with expression '<code>0x8D64</code>', CType: int */
149 public static final int GL_ETC1_RGB8_OES = 0x8d64;
150 /** <code>GL_APPLE_texture_max_level</code><br>Define "GL_TEXTURE_MAX_LEVEL_APPLE" with expression '<code>0x813D</code>', CType: int */
151 public static final int GL_TEXTURE_MAX_LEVEL_APPLE = 0x813d;
152 /** <code>GL_IMG_read_format</code><br>Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG" with expression '<code>0x8365</code>', CType: int */
153 public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365;
154 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_TARGET_QCOM" with expression '<code>0x8BDA</code>', CType: int */
155 public static final int GL_TEXTURE_TARGET_QCOM = 0x8bda;
156 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_TEXTURE_ALPHA_MODULATE_IMG" with expression '<code>0x8C06</code>', CType: int */
157 public static final int GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8c06;
158 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT0_QCOM" with expression '<code>0x00010000</code>', CType: int */
159 public static final int GL_STENCIL_BUFFER_BIT0_QCOM = 0x10000;
160 /** <code>GL_OES_matrix_get</code><br>Define "GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '<code>0x898F</code>', CType: int */
161 public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898f;
162 /** <code>GL_AMD_compressed_3DC_texture</code><br>Define "GL_3DC_X_AMD" with expression '<code>0x87F9</code>', CType: int */
163 public static final int GL_3DC_X_AMD = 0x87f9;
164 /** <code>GL_OES_EGL_image_external</code><br>Define "GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES" with expression '<code>0x8D68</code>', CType: int */
165 public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8d68;
166 /** <code>GL_QCOM_perfmon_global_mode</code><br>Define "GL_PERFMON_GLOBAL_MODE_QCOM" with expression '<code>0x8FA0</code>', CType: int */
167 public static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8fa0;
168 /** <code>GL_IMG_read_format</code><br>Define "GL_BGRA_IMG" with expression '<code>0x80E1</code>', CType: int */
169 public static final int GL_BGRA_IMG = 0x80e1;
170 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE2_IMG" with expression '<code>0x3002</code>', CType: int */
171 public static final int GL_CLIP_PLANE2_IMG = 0x3002;
172 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_INTERNAL_FORMAT_QCOM" with expression '<code>0x8BD5</code>', CType: int */
173 public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8bd5;
174 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_DEPTH_QCOM" with expression '<code>0x8BD4</code>', CType: int */
175 public static final int GL_TEXTURE_DEPTH_QCOM = 0x8bd4;
176 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT1_QCOM" with expression '<code>0x00000002</code>', CType: int */
177 public static final int GL_COLOR_BUFFER_BIT1_QCOM = 0x2;
178 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT0_QCOM" with expression '<code>0x00000100</code>', CType: int */
179 public static final int GL_DEPTH_BUFFER_BIT0_QCOM = 0x100;
180 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT1_QCOM" with expression '<code>0x00020000</code>', CType: int */
181 public static final int GL_STENCIL_BUFFER_BIT1_QCOM = 0x20000;
182 /** <code>GL_EXT_discard_framebuffer</code><br>Define "GL_STENCIL_EXT" with expression '<code>0x1802</code>', CType: int */
183 public static final int GL_STENCIL_EXT = 0x1802;
184 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT5_QCOM" with expression '<code>0x00000020</code>', CType: int */
185 public static final int GL_COLOR_BUFFER_BIT5_QCOM = 0x20;
186 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT4_QCOM" with expression '<code>0x00001000</code>', CType: int */
187 public static final int GL_DEPTH_BUFFER_BIT4_QCOM = 0x1000;
188 /** <code>GL_IMG_texture_compression_pvrtc</code><br>Define "GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG" with expression '<code>0x8C00</code>', CType: int */
189 public static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8c00;
190 /** <code>GL_IMG_multisampled_render_to_texture</code><br>Define "GL_TEXTURE_SAMPLES_IMG" with expression '<code>0x9136</code>', CType: int */
191 public static final int GL_TEXTURE_SAMPLES_IMG = 0x9136;
192 /** <code>GL_AMD_compressed_ATC_texture</code><br>Define "GL_ATC_RGB_AMD" with expression '<code>0x8C92</code>', CType: int */
193 public static final int GL_ATC_RGB_AMD = 0x8c92;
194 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_MODULATE_COLOR_IMG" with expression '<code>0x8C04</code>', CType: int */
195 public static final int GL_MODULATE_COLOR_IMG = 0x8c04;
196 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_PALETTE_OES" with expression '<code>0x8840</code>', CType: int */
197 public static final int GL_MATRIX_PALETTE_OES = 0x8840;
198 /** <code>GL_EXT_multisampled_render_to_texture</code><br>Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT" with expression '<code>0x8D6C</code>', CType: int */
199 public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8d6c;
200 /** <code>GL_EXT_multisampled_render_to_texture</code>, <code>GL_EXT_framebuffer_multisample</code><br>Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT" with expression '<code>0x8D56</code>', CType: int */
201 public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8d56;
202 /** <code>GL_OES_point_size_array</code><br>Define "GL_POINT_SIZE_ARRAY_TYPE_OES" with expression '<code>0x898A</code>', CType: int */
203 public static final int GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898a;
204 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT4_QCOM" with expression '<code>0x00100000</code>', CType: int */
205 public static final int GL_STENCIL_BUFFER_BIT4_QCOM = 0x100000;
206 /** <code>GL_IMG_multisampled_render_to_texture</code><br>Define "GL_MAX_SAMPLES_IMG" with expression '<code>0x9135</code>', CType: int */
207 public static final int GL_MAX_SAMPLES_IMG = 0x9135;
208 /** <code>GL_AMD_compressed_3DC_texture</code><br>Define "GL_3DC_XY_AMD" with expression '<code>0x87FA</code>', CType: int */
209 public static final int GL_3DC_XY_AMD = 0x87fa;
210 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_NUM_LEVELS_QCOM" with expression '<code>0x8BD9</code>', CType: int */
211 public static final int GL_TEXTURE_NUM_LEVELS_QCOM = 0x8bd9;
212 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT1_QCOM" with expression '<code>0x02000000</code>', CType: int */
213 public static final int GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x2000000;
214 /** <code>GL_QCOM_writeonly_rendering</code><br>Define "GL_WRITEONLY_RENDERING_QCOM" with expression '<code>0x8823</code>', CType: int */
215 public static final int GL_WRITEONLY_RENDERING_QCOM = 0x8823;
216 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE1_IMG" with expression '<code>0x3001</code>', CType: int */
217 public static final int GL_CLIP_PLANE1_IMG = 0x3001;
218 /** <code>GL_OES_matrix_get</code><br>Define "GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '<code>0x898E</code>', CType: int */
219 public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898e;
220 /** <code>GL_OES_EGL_image_external</code><br>Define "GL_TEXTURE_BINDING_EXTERNAL_OES" with expression '<code>0x8D67</code>', CType: int */
221 public static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8d67;
222 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_OES" with expression '<code>0x8844</code>', CType: int */
223 public static final int GL_MATRIX_INDEX_ARRAY_OES = 0x8844;
224 /** <code>GL_OES_draw_texture</code><br>Define "GL_TEXTURE_CROP_RECT_OES" with expression '<code>0x8B9D</code>', CType: int */
225 public static final int GL_TEXTURE_CROP_RECT_OES = 0x8b9d;
226 /** <code>GL_OES_point_size_array</code><br>Define "GL_POINT_SIZE_ARRAY_STRIDE_OES" with expression '<code>0x898B</code>', CType: int */
227 public static final int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898b;
228 /** <code>GL_OES_matrix_get</code><br>Define "GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '<code>0x898D</code>', CType: int */
229 public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898d;
230 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_TYPE_OES" with expression '<code>0x8847</code>', CType: int */
231 public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847;
232 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_POINTER_OES" with expression '<code>0x86AC</code>', CType: int */
233 public static final int GL_WEIGHT_ARRAY_POINTER_OES = 0x86ac;
234 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT0_QCOM" with expression '<code>0x01000000</code>', CType: int */
235 public static final int GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x1000000;
236 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_SIZE_OES" with expression '<code>0x8846</code>', CType: int */
237 public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846;
238 /** <code>GL_IMG_user_clip_plane</code><br>Define "GL_CLIP_PLANE0_IMG" with expression '<code>0x3000</code>', CType: int */
239 public static final int GL_CLIP_PLANE0_IMG = 0x3000;
240 /** <code>GL_OES_matrix_palette</code><br>Define "GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES" with expression '<code>0x8B9E</code>', CType: int */
241 public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8b9e;
242 /** <code>GL_IMG_texture_compression_pvrtc</code><br>Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" with expression '<code>0x8C02</code>', CType: int */
243 public static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8c02;
244 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_FRAGMENT_ALPHA_MODULATE_IMG" with expression '<code>0x8C08</code>', CType: int */
245 public static final int GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8c08;
246 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_STRIDE_OES" with expression '<code>0x86AA</code>', CType: int */
247 public static final int GL_WEIGHT_ARRAY_STRIDE_OES = 0x86aa;
248 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT7_QCOM" with expression '<code>0x00008000</code>', CType: int */
249 public static final int GL_DEPTH_BUFFER_BIT7_QCOM = 0x8000;
250 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_STENCIL_BUFFER_BIT6_QCOM" with expression '<code>0x00400000</code>', CType: int */
251 public static final int GL_STENCIL_BUFFER_BIT6_QCOM = 0x400000;
252 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_MULTISAMPLE_BUFFER_BIT5_QCOM" with expression '<code>0x20000000</code>', CType: int */
253 public static final int GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000;
254 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_TYPE_OES" with expression '<code>0x86A9</code>', CType: int */
255 public static final int GL_WEIGHT_ARRAY_TYPE_OES = 0x86a9;
256 /** <code>GL_EXT_multisampled_render_to_texture</code>, <code>GL_EXT_framebuffer_multisample</code><br>Define "GL_RENDERBUFFER_SAMPLES_EXT" with expression '<code>0x8CAB</code>', CType: int */
257 public static final int GL_RENDERBUFFER_SAMPLES_EXT = 0x8cab;
258 /** <code>GL_IMG_texture_env_enhanced_fixed_function</code><br>Define "GL_RECIP_ADD_SIGNED_ALPHA_IMG" with expression '<code>0x8C05</code>', CType: int */
259 public static final int GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8c05;
260 /** <code>GL_QCOM_extended_get</code><br>Define "GL_TEXTURE_OBJECT_VALID_QCOM" with expression '<code>0x8BDB</code>', CType: int */
261 public static final int GL_TEXTURE_OBJECT_VALID_QCOM = 0x8bdb;
262 /** <code>GL_OES_matrix_palette</code><br>Define "GL_WEIGHT_ARRAY_SIZE_OES" with expression '<code>0x86AB</code>', CType: int */
263 public static final int GL_WEIGHT_ARRAY_SIZE_OES = 0x86ab;
264 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_COLOR_BUFFER_BIT3_QCOM" with expression '<code>0x00000008</code>', CType: int */
265 public static final int GL_COLOR_BUFFER_BIT3_QCOM = 0x8;
266 /** <code>GL_QCOM_tiled_rendering</code><br>Define "GL_DEPTH_BUFFER_BIT2_QCOM" with expression '<code>0x00000400</code>', CType: int */
267 public static final int GL_DEPTH_BUFFER_BIT2_QCOM = 0x400;
268
269 /** Entry point to C language function: <code> void {@native glClipPlanef}(GLenum plane, const GLfloat * equation) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_IMG_user_clip_plane</code>, <code>GL_OES_single_precision</code><br>Alias for: <code>glClipPlanefIMG</code>, <code>glClipPlanefOES</code>
270 @param equation a direct or array-backed {@link java.nio.FloatBuffer} */
271 public void glClipPlanef(int plane, FloatBuffer equation);
272
273 /** Entry point to C language function: <code> void {@native glClipPlanef}(GLenum plane, const GLfloat * equation) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_IMG_user_clip_plane</code>, <code>GL_OES_single_precision</code><br>Alias for: <code>glClipPlanefIMG</code>, <code>glClipPlanefOES</code> */
274 public void glClipPlanef(int plane, float[] equation, int equation_offset);
275
276 /** Entry point to C language function: <code> void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_OES_single_precision</code><br>Alias for: <code>glGetClipPlanefOES</code>
277 @param equation a direct or array-backed {@link java.nio.FloatBuffer} */
278 public void glGetClipPlanef(int pname, FloatBuffer equation);
279
280 /** Entry point to C language function: <code> void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_OES_single_precision</code><br>Alias for: <code>glGetClipPlanefOES</code> */
281 public void glGetClipPlanef(int pname, float[] equation, int equation_offset);
282
283 /** Entry point to C language function: <code> void {@native glAlphaFuncx}(GLenum func, GLclampx ref) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glAlphaFuncxOES</code> */
284 public void glAlphaFuncx(int func, int ref);
285
286 /** Entry point to C language function: <code> void {@native glClearColorx}(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glClearColorxOES</code> */
287 public void glClearColorx(int red, int green, int blue, int alpha);
288
289 /** Entry point to C language function: <code> void {@native glClearDepthx}(GLclampx depth) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glClearDepthxOES</code> */
290 public void glClearDepthx(int depth);
291
292 /** Entry point to C language function: <code> void {@native glClipPlanex}(GLenum plane, const GLfixed * equation) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>glClipPlanexOES</code>, <code>glClipPlanexIMG</code>
293 @param equation a direct or array-backed {@link java.nio.IntBuffer} */
294 public void glClipPlanex(int plane, IntBuffer equation);
295
296 /** Entry point to C language function: <code> void {@native glClipPlanex}(GLenum plane, const GLfixed * equation) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code>, <code>GL_IMG_user_clip_plane</code><br>Alias for: <code>glClipPlanexOES</code>, <code>glClipPlanexIMG</code> */
297 public void glClipPlanex(int plane, int[] equation, int equation_offset);
298
299 /** Entry point to C language function: <code> void {@native glColor4x}(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glColor4xOES</code> */
300 public void glColor4x(int red, int green, int blue, int alpha);
301
302 /** Entry point to C language function: <code> void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glDepthRangexOES</code> */
303 public void glDepthRangex(int zNear, int zFar);
304
305 /** Entry point to C language function: <code> void {@native glFogx}(GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glFogxOES</code> */
306 public void glFogx(int pname, int param);
307
308 /** Entry point to C language function: <code> void {@native glFogxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glFogxvOES</code>
309 @param params a direct or array-backed {@link java.nio.IntBuffer} */
310 public void glFogxv(int pname, IntBuffer params);
311
312 /** Entry point to C language function: <code> void {@native glFogxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glFogxvOES</code> */
313 public void glFogxv(int pname, int[] params, int params_offset);
314
315 /** Entry point to C language function: <code> void {@native glFrustumx}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glFrustumxOES</code> */
316 public void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar);
317
318 /** Entry point to C language function: <code> void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetClipPlanexOES</code>
319 @param eqn a direct or array-backed {@link java.nio.IntBuffer} */
320 public void glGetClipPlanex(int pname, IntBuffer eqn);
321
322 /** Entry point to C language function: <code> void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetClipPlanexOES</code> */
323 public void glGetClipPlanex(int pname, int[] eqn, int eqn_offset);
324
325 /** Entry point to C language function: <code> void {@native glGetFixedv}(GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetFixedvOES</code>
326 @param params a direct or array-backed {@link java.nio.IntBuffer} */
327 public void glGetFixedv(int pname, IntBuffer params);
328
329 /** Entry point to C language function: <code> void {@native glGetFixedv}(GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetFixedvOES</code> */
330 public void glGetFixedv(int pname, int[] params, int params_offset);
331
332 /** Entry point to C language function: <code> void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetLightxvOES</code>
333 @param params a direct or array-backed {@link java.nio.IntBuffer} */
334 public void glGetLightxv(int light, int pname, IntBuffer params);
335
336 /** Entry point to C language function: <code> void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetLightxvOES</code> */
337 public void glGetLightxv(int light, int pname, int[] params, int params_offset);
338
339 /** Entry point to C language function: <code> void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetMaterialxvOES</code>
340 @param params a direct or array-backed {@link java.nio.IntBuffer} */
341 public void glGetMaterialxv(int face, int pname, IntBuffer params);
342
343 /** Entry point to C language function: <code> void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetMaterialxvOES</code> */
344 public void glGetMaterialxv(int face, int pname, int[] params, int params_offset);
345
346 /** Entry point to C language function: <code> void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetTexEnvxvOES</code>
347 @param params a direct or array-backed {@link java.nio.IntBuffer} */
348 public void glGetTexEnvxv(int tenv, int pname, IntBuffer params);
349
350 /** Entry point to C language function: <code> void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetTexEnvxvOES</code> */
351 public void glGetTexEnvxv(int tenv, int pname, int[] params, int params_offset);
352
353 /** Entry point to C language function: <code> void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetTexParameterxvOES</code>
354 @param params a direct or array-backed {@link java.nio.IntBuffer} */
355 public void glGetTexParameterxv(int target, int pname, IntBuffer params);
356
357 /** Entry point to C language function: <code> void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glGetTexParameterxvOES</code> */
358 public void glGetTexParameterxv(int target, int pname, int[] params, int params_offset);
359
360 /** Entry point to C language function: <code> void {@native glLightModelx}(GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightModelxOES</code> */
361 public void glLightModelx(int pname, int param);
362
363 /** Entry point to C language function: <code> void {@native glLightModelxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightModelxvOES</code>
364 @param params a direct or array-backed {@link java.nio.IntBuffer} */
365 public void glLightModelxv(int pname, IntBuffer params);
366
367 /** Entry point to C language function: <code> void {@native glLightModelxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightModelxvOES</code> */
368 public void glLightModelxv(int pname, int[] params, int params_offset);
369
370 /** Entry point to C language function: <code> void {@native glLightx}(GLenum light, GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightxOES</code> */
371 public void glLightx(int light, int pname, int param);
372
373 /** Entry point to C language function: <code> void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightxvOES</code>
374 @param params a direct or array-backed {@link java.nio.IntBuffer} */
375 public void glLightxv(int light, int pname, IntBuffer params);
376
377 /** Entry point to C language function: <code> void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLightxvOES</code> */
378 public void glLightxv(int light, int pname, int[] params, int params_offset);
379
380 /** Entry point to C language function: <code> void {@native glLineWidthx}(GLfixed width) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLineWidthxOES</code> */
381 public void glLineWidthx(int width);
382
383 /** Entry point to C language function: <code> void {@native glLoadMatrixx}(const GLfixed * m) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLoadMatrixxOES</code>
384 @param m a direct or array-backed {@link java.nio.IntBuffer} */
385 public void glLoadMatrixx(IntBuffer m);
386
387 /** Entry point to C language function: <code> void {@native glLoadMatrixx}(const GLfixed * m) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glLoadMatrixxOES</code> */
388 public void glLoadMatrixx(int[] m, int m_offset);
389
390 /** Entry point to C language function: <code> void {@native glMaterialx}(GLenum face, GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMaterialxOES</code> */
391 public void glMaterialx(int face, int pname, int param);
392
393 /** Entry point to C language function: <code> void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMaterialxvOES</code>
394 @param params a direct or array-backed {@link java.nio.IntBuffer} */
395 public void glMaterialxv(int face, int pname, IntBuffer params);
396
397 /** Entry point to C language function: <code> void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMaterialxvOES</code> */
398 public void glMaterialxv(int face, int pname, int[] params, int params_offset);
399
400 /** Entry point to C language function: <code> void {@native glMultMatrixx}(const GLfixed * m) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMultMatrixxOES</code>
401 @param m a direct or array-backed {@link java.nio.IntBuffer} */
402 public void glMultMatrixx(IntBuffer m);
403
404 /** Entry point to C language function: <code> void {@native glMultMatrixx}(const GLfixed * m) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMultMatrixxOES</code> */
405 public void glMultMatrixx(int[] m, int m_offset);
406
407 /** Entry point to C language function: <code> void {@native glMultiTexCoord4x}(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glMultiTexCoord4xOES</code> */
408 public void glMultiTexCoord4x(int target, int s, int t, int r, int q);
409
410 /** Entry point to C language function: <code> void {@native glNormal3x}(GLfixed nx, GLfixed ny, GLfixed nz) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glNormal3xOES</code> */
411 public void glNormal3x(int nx, int ny, int nz);
412
413 /** Entry point to C language function: <code> void {@native glOrthox}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glOrthoxOES</code> */
414 public void glOrthox(int left, int right, int bottom, int top, int zNear, int zFar);
415
416 /** Entry point to C language function: <code> void {@native glPointParameterx}(GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glPointParameterxOES</code> */
417 public void glPointParameterx(int pname, int param);
418
419 /** Entry point to C language function: <code> void {@native glPointParameterxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glPointParameterxvOES</code>
420 @param params a direct or array-backed {@link java.nio.IntBuffer} */
421 public void glPointParameterxv(int pname, IntBuffer params);
422
423 /** Entry point to C language function: <code> void {@native glPointParameterxv}(GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glPointParameterxvOES</code> */
424 public void glPointParameterxv(int pname, int[] params, int params_offset);
425
426 /** Entry point to C language function: <code> void {@native glPointSizex}(GLfixed size) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glPointSizexOES</code> */
427 public void glPointSizex(int size);
428
429 /** Entry point to C language function: <code> void {@native glPolygonOffsetx}(GLfixed factor, GLfixed units) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glPolygonOffsetxOES</code> */
430 public void glPolygonOffsetx(int factor, int units);
431
432 /** Entry point to C language function: <code> void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glRotatexOES</code> */
433 public void glRotatex(int angle, int x, int y, int z);
434
435 /** Entry point to C language function: <code> void {@native glSampleCoveragex}(GLclampx value, GLboolean invert) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glSampleCoveragexOES</code> */
436 public void glSampleCoveragex(int value, boolean invert);
437
438 /** Entry point to C language function: <code> void {@native glScalex}(GLfixed x, GLfixed y, GLfixed z) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glScalexOES</code> */
439 public void glScalex(int x, int y, int z);
440
441 /** Entry point to C language function: <code> void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexEnvxOES</code> */
442 public void glTexEnvx(int target, int pname, int param);
443
444 /** Entry point to C language function: <code> void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexEnvxvOES</code>
445 @param params a direct or array-backed {@link java.nio.IntBuffer} */
446 public void glTexEnvxv(int target, int pname, IntBuffer params);
447
448 /** Entry point to C language function: <code> void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexEnvxvOES</code> */
449 public void glTexEnvxv(int target, int pname, int[] params, int params_offset);
450
451 /** Entry point to C language function: <code> void {@native glTexParameterx}(GLenum target, GLenum pname, GLfixed param) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexParameterxOES</code> */
452 public void glTexParameterx(int target, int pname, int param);
453
454 /** Entry point to C language function: <code> void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexParameterxvOES</code>
455 @param params a direct or array-backed {@link java.nio.IntBuffer} */
456 public void glTexParameterxv(int target, int pname, IntBuffer params);
457
458 /** Entry point to C language function: <code> void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTexParameterxvOES</code> */
459 public void glTexParameterxv(int target, int pname, int[] params, int params_offset);
460
461 /** Entry point to C language function: <code> void {@native glTranslatex}(GLfixed x, GLfixed y, GLfixed z) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_OES_fixed_point</code><br>Alias for: <code>glTranslatexOES</code> */
462 public void glTranslatex(int x, int y, int z);
463
464 /** Entry point to C language function: <code> void {@native glPointSizePointerOES}(GLenum type, GLsizei stride, const GLvoid * pointer) </code> <br>Part of <code>GL_OES_point_size_array</code><br>
465 @param pointer a direct or array-backed {@link java.nio.Buffer} */
466 public void glPointSizePointerOES(int type, int stride, Buffer pointer);
467
468 /** Entry point to C language function: <code> void {@native glDrawTexsOES}(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
469 public void glDrawTexsOES(short x, short y, short z, short width, short height);
470
471 /** Entry point to C language function: <code> void {@native glDrawTexiOES}(GLint x, GLint y, GLint z, GLint width, GLint height) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
472 public void glDrawTexiOES(int x, int y, int z, int width, int height);
473
474 /** Entry point to C language function: <code> void {@native glDrawTexxOES}(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
475 public void glDrawTexxOES(int x, int y, int z, int width, int height);
476
477 /** Entry point to C language function: <code> void {@native glDrawTexsvOES}(const GLshort * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br>
478 @param coords a direct or array-backed {@link java.nio.ShortBuffer} */
479 public void glDrawTexsvOES(ShortBuffer coords);
480
481 /** Entry point to C language function: <code> void {@native glDrawTexsvOES}(const GLshort * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
482 public void glDrawTexsvOES(short[] coords, int coords_offset);
483
484 /** Entry point to C language function: <code> void {@native glDrawTexivOES}(const GLint * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br>
485 @param coords a direct or array-backed {@link java.nio.IntBuffer} */
486 public void glDrawTexivOES(IntBuffer coords);
487
488 /** Entry point to C language function: <code> void {@native glDrawTexivOES}(const GLint * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
489 public void glDrawTexivOES(int[] coords, int coords_offset);
490
491 /** Entry point to C language function: <code> void {@native glDrawTexxvOES}(const GLfixed * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br>
492 @param coords a direct or array-backed {@link java.nio.IntBuffer} */
493 public void glDrawTexxvOES(IntBuffer coords);
494
495 /** Entry point to C language function: <code> void {@native glDrawTexxvOES}(const GLfixed * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
496 public void glDrawTexxvOES(int[] coords, int coords_offset);
497
498 /** Entry point to C language function: <code> void {@native glDrawTexfOES}(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
499 public void glDrawTexfOES(float x, float y, float z, float width, float height);
500
501 /** Entry point to C language function: <code> void {@native glDrawTexfvOES}(const GLfloat * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br>
502 @param coords a direct or array-backed {@link java.nio.FloatBuffer} */
503 public void glDrawTexfvOES(FloatBuffer coords);
504
505 /** Entry point to C language function: <code> void {@native glDrawTexfvOES}(const GLfloat * coords) </code> <br>Part of <code>GL_OES_draw_texture</code><br> */
506 public void glDrawTexfvOES(float[] coords, int coords_offset);
507
508 /** Entry point to C language function: <code> void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image) </code> <br>Part of <code>GL_OES_EGL_image</code><br> */
509 public void glEGLImageTargetTexture2DOES(int target, long image);
510
511 /** Entry point to C language function: <code> void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image) </code> <br>Part of <code>GL_OES_EGL_image</code><br> */
512 public void glEGLImageTargetRenderbufferStorageOES(int target, long image);
513
514 /** Entry point to C language function: <code> void {@native glCurrentPaletteMatrixOES}(GLuint matrixpaletteindex) </code> <br>Part of <code>GL_OES_matrix_palette</code><br> */
515 public void glCurrentPaletteMatrixOES(int matrixpaletteindex);
516
517 /** Entry point to C language function: <code> void {@native glLoadPaletteFromModelViewMatrixOES}() </code> <br>Part of <code>GL_OES_matrix_palette</code><br> */
519
520 /** Entry point to C language function: <code> void {@native glMatrixIndexPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) </code> <br>Part of <code>GL_OES_matrix_palette</code><br>
521 @param pointer a direct or array-backed {@link java.nio.Buffer} */
522 public void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer);
523
524 /** Entry point to C language function: <code> void {@native glWeightPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) </code> <br>Part of <code>GL_OES_matrix_palette</code><br>
525 @param pointer a direct or array-backed {@link java.nio.Buffer} */
526 public void glWeightPointerOES(int size, int type, int stride, Buffer pointer);
527
528 /** Entry point to C language function: <code> GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent) </code> <br>Part of <code>GL_OES_query_matrix</code><br>
529 @param mantissa a direct or array-backed {@link java.nio.IntBuffer}
530 @param exponent a direct or array-backed {@link java.nio.IntBuffer} */
531 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent);
532
533 /** Entry point to C language function: <code> GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent) </code> <br>Part of <code>GL_OES_query_matrix</code><br> */
534 public int glQueryMatrixxOES(int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset);
535
536 /** Entry point to C language function: <code> void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenfOES</code> */
537 public void glTexGenf(int coord, int pname, float param);
538
539 /** Entry point to C language function: <code> void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenfvOES</code>
540 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
541 public void glTexGenfv(int coord, int pname, FloatBuffer params);
542
543 /** Entry point to C language function: <code> void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenfvOES</code> */
544 public void glTexGenfv(int coord, int pname, float[] params, int params_offset);
545
546 /** Entry point to C language function: <code> void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGeniOES</code> */
547 public void glTexGeni(int coord, int pname, int param);
548
549 /** Entry point to C language function: <code> void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenivOES</code>
550 @param params a direct or array-backed {@link java.nio.IntBuffer} */
551 public void glTexGeniv(int coord, int pname, IntBuffer params);
552
553 /** Entry point to C language function: <code> void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenivOES</code> */
554 public void glTexGeniv(int coord, int pname, int[] params, int params_offset);
555
556 /** Entry point to C language function: <code> void {@native glTexGenx}(GLenum coord, GLenum pname, GLfixed param) </code> <br>Part of <code>GL_OES_fixed_point</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenxOES</code> */
557 public void glTexGenx(int coord, int pname, int param);
558
559 /** Entry point to C language function: <code> void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_OES_fixed_point</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenxvOES</code>
560 @param params a direct or array-backed {@link java.nio.IntBuffer} */
561 public void glTexGenxv(int coord, int pname, IntBuffer params);
562
563 /** Entry point to C language function: <code> void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params) </code> <br>Part of <code>GL_OES_fixed_point</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glTexGenxvOES</code> */
564 public void glTexGenxv(int coord, int pname, int[] params, int params_offset);
565
566 /** Entry point to C language function: <code> void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenfvOES</code>
567 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
568 public void glGetTexGenfv(int coord, int pname, FloatBuffer params);
569
570 /** Entry point to C language function: <code> void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenfvOES</code> */
571 public void glGetTexGenfv(int coord, int pname, float[] params, int params_offset);
572
573 /** Entry point to C language function: <code> void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenivOES</code>
574 @param params a direct or array-backed {@link java.nio.IntBuffer} */
575 public void glGetTexGeniv(int coord, int pname, IntBuffer params);
576
577 /** Entry point to C language function: <code> void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenivOES</code> */
578 public void glGetTexGeniv(int coord, int pname, int[] params, int params_offset);
579
580 /** Entry point to C language function: <code> void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_OES_fixed_point</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenxvOES</code>
581 @param params a direct or array-backed {@link java.nio.IntBuffer} */
582 public void glGetTexGenxv(int coord, int pname, IntBuffer params);
583
584 /** Entry point to C language function: <code> void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params) </code> <br>Part of <code>GL_OES_fixed_point</code>, <code>GL_OES_texture_cube_map</code><br>Alias for: <code>glGetTexGenxvOES</code> */
585 public void glGetTexGenxv(int coord, int pname, int[] params, int params_offset);
586
587 /** Entry point to C language function: <code> void {@native glBindVertexArrayOES}(GLuint array) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br> */
588 public void glBindVertexArrayOES(int array);
589
590 /** Entry point to C language function: <code> void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br>
591 @param arrays a direct or array-backed {@link java.nio.IntBuffer} */
592 public void glDeleteVertexArraysOES(int n, IntBuffer arrays);
593
594 /** Entry point to C language function: <code> void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br> */
595 public void glDeleteVertexArraysOES(int n, int[] arrays, int arrays_offset);
596
597 /** Entry point to C language function: <code> void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br>
598 @param arrays a direct or array-backed {@link java.nio.IntBuffer} */
599 public void glGenVertexArraysOES(int n, IntBuffer arrays);
600
601 /** Entry point to C language function: <code> void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br> */
602 public void glGenVertexArraysOES(int n, int[] arrays, int arrays_offset);
603
604 /** Entry point to C language function: <code> GLboolean {@native glIsVertexArrayOES}(GLuint array) </code> <br>Part of <code>GL_OES_vertex_array_object</code><br> */
605 public boolean glIsVertexArrayOES(int array);
606
607 /** Entry point to C language function: <code> void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount) </code> <br>Part of <code>GL_APPLE_copy_texture_levels</code><br> */
608 public void glCopyTextureLevelsAPPLE(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount);
609
610 /** Entry point to C language function: <code> void {@native glResolveMultisampleFramebuffer}() </code> <br>Part of <code>GL_APPLE_framebuffer_multisample</code><br>Alias for: <code>glResolveMultisampleFramebufferAPPLE</code> */
612
613 /** Entry point to C language function: <code> void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments) </code> <br>Part of <code>GL_EXT_discard_framebuffer</code><br>
614 @param attachments a direct or array-backed {@link java.nio.IntBuffer} */
615 public void glDiscardFramebufferEXT(int target, int numAttachments, IntBuffer attachments);
616
617 /** Entry point to C language function: <code> void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments) </code> <br>Part of <code>GL_EXT_discard_framebuffer</code><br> */
618 public void glDiscardFramebufferEXT(int target, int numAttachments, int[] attachments, int attachments_offset);
619
620 /** Entry point to C language function: <code> void {@native glRenderbufferStorageMultisampleEXT}(GLenum, GLsizei, GLenum, GLsizei, GLsizei) </code> <br>Part of <code>GL_EXT_multisampled_render_to_texture</code>, <code>GL_EXT_framebuffer_multisample</code><br> */
621 public void glRenderbufferStorageMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4);
622
623 /** Entry point to C language function: <code> void {@native glFramebufferTexture2DMultisampleEXT}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei) </code> <br>Part of <code>GL_EXT_multisampled_render_to_texture</code><br> */
624 public void glFramebufferTexture2DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5);
625
626 /** Entry point to C language function: <code> void {@native glClipPlanefIMG}(GLenum, const GLfloat * ) </code> <br>Part of <code>GL_IMG_user_clip_plane</code><br>
627 @param arg1 a direct or array-backed {@link java.nio.FloatBuffer} */
628 public void glClipPlanefIMG(int arg0, FloatBuffer arg1);
629
630 /** Entry point to C language function: <code> void {@native glClipPlanefIMG}(GLenum, const GLfloat * ) </code> <br>Part of <code>GL_IMG_user_clip_plane</code><br> */
631 public void glClipPlanefIMG(int arg0, float[] arg1, int arg1_offset);
632
633 /** Entry point to C language function: <code> void {@native glClipPlanexIMG}(GLenum, const GLfixed * ) </code> <br>Part of <code>GL_IMG_user_clip_plane</code><br>
634 @param arg1 a direct or array-backed {@link java.nio.IntBuffer} */
635 public void glClipPlanexIMG(int arg0, IntBuffer arg1);
636
637 /** Entry point to C language function: <code> void {@native glClipPlanexIMG}(GLenum, const GLfixed * ) </code> <br>Part of <code>GL_IMG_user_clip_plane</code><br> */
638 public void glClipPlanexIMG(int arg0, int[] arg1, int arg1_offset);
639
640 /** Entry point to C language function: <code> void {@native glRenderbufferStorageMultisampleIMG}(GLenum, GLsizei, GLenum, GLsizei, GLsizei) </code> <br>Part of <code>GL_IMG_multisampled_render_to_texture</code><br> */
641 public void glRenderbufferStorageMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4);
642
643 /** Entry point to C language function: <code> void {@native glFramebufferTexture2DMultisampleIMG}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei) </code> <br>Part of <code>GL_IMG_multisampled_render_to_texture</code><br> */
644 public void glFramebufferTexture2DMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5);
645
646 /** Entry point to C language function: <code> void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls) </code> <br>Part of <code>GL_QCOM_driver_control</code><br>
647 @param num a direct or array-backed {@link java.nio.IntBuffer}
648 @param driverControls a direct or array-backed {@link java.nio.IntBuffer} */
649 public void glGetDriverControlsQCOM(IntBuffer num, int size, IntBuffer driverControls);
650
651 /** Entry point to C language function: <code> void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls) </code> <br>Part of <code>GL_QCOM_driver_control</code><br> */
652 public void glGetDriverControlsQCOM(int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset);
653
654 /** Entry point to C language function: <code> void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString) </code> <br>Part of <code>GL_QCOM_driver_control</code><br>
655 @param length a direct or array-backed {@link java.nio.IntBuffer}
656 @param driverControlString a direct or array-backed {@link java.nio.ByteBuffer} */
657 public void glGetDriverControlStringQCOM(int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString);
658
659 /** Entry point to C language function: <code> void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString) </code> <br>Part of <code>GL_QCOM_driver_control</code><br> */
660 public void glGetDriverControlStringQCOM(int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset);
661
662 /** Entry point to C language function: <code> void {@native glEnableDriverControlQCOM}(GLuint driverControl) </code> <br>Part of <code>GL_QCOM_driver_control</code><br> */
663 public void glEnableDriverControlQCOM(int driverControl);
664
665 /** Entry point to C language function: <code> void {@native glDisableDriverControlQCOM}(GLuint driverControl) </code> <br>Part of <code>GL_QCOM_driver_control</code><br> */
666 public void glDisableDriverControlQCOM(int driverControl);
667
668 /** Entry point to C language function: <code> void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
669 @param textures a direct or array-backed {@link java.nio.IntBuffer}
670 @param numTextures a direct or array-backed {@link java.nio.IntBuffer} */
671 public void glExtGetTexturesQCOM(IntBuffer textures, int maxTextures, IntBuffer numTextures);
672
673 /** Entry point to C language function: <code> void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
674 public void glExtGetTexturesQCOM(int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset);
675
676 /** Entry point to C language function: <code> void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
677 @param buffers a direct or array-backed {@link java.nio.IntBuffer}
678 @param numBuffers a direct or array-backed {@link java.nio.IntBuffer} */
679 public void glExtGetBuffersQCOM(IntBuffer buffers, int maxBuffers, IntBuffer numBuffers);
680
681 /** Entry point to C language function: <code> void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
682 public void glExtGetBuffersQCOM(int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset);
683
684 /** Entry point to C language function: <code> void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
685 @param renderbuffers a direct or array-backed {@link java.nio.IntBuffer}
686 @param numRenderbuffers a direct or array-backed {@link java.nio.IntBuffer} */
687 public void glExtGetRenderbuffersQCOM(IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers);
688
689 /** Entry point to C language function: <code> void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
690 public void glExtGetRenderbuffersQCOM(int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset);
691
692 /** Entry point to C language function: <code> void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
693 @param framebuffers a direct or array-backed {@link java.nio.IntBuffer}
694 @param numFramebuffers a direct or array-backed {@link java.nio.IntBuffer} */
695 public void glExtGetFramebuffersQCOM(IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers);
696
697 /** Entry point to C language function: <code> void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
698 public void glExtGetFramebuffersQCOM(int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset);
699
700 /** Entry point to C language function: <code> void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
701 @param params a direct or array-backed {@link java.nio.IntBuffer} */
702 public void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params);
703
704 /** Entry point to C language function: <code> void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
705 public void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params, int params_offset);
706
707 /** Entry point to C language function: <code> void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param) </code> <br>Part of <code>GL_QCOM_extended_get</code><br> */
708 public void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param);
709
710 /** Entry point to C language function: <code> void {@native glExtGetTexSubImageQCOM}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
711 @param texels a direct or array-backed {@link java.nio.Buffer} */
712 public void glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels);
713
714 /** Entry point to C language function: <code> void {@native glExtGetBufferPointervQCOM}(GLenum target, GLvoid * * params) </code> <br>Part of <code>GL_QCOM_extended_get</code><br>
715 @param params a direct only {@link com.jogamp.common.nio.PointerBuffer} */
716 public void glExtGetBufferPointervQCOM(int target, PointerBuffer params);
717
718 /** Entry point to C language function: <code> void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br>
719 @param shaders a direct or array-backed {@link java.nio.IntBuffer}
720 @param numShaders a direct or array-backed {@link java.nio.IntBuffer} */
721 public void glExtGetShadersQCOM(IntBuffer shaders, int maxShaders, IntBuffer numShaders);
722
723 /** Entry point to C language function: <code> void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br> */
724 public void glExtGetShadersQCOM(int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset);
725
726 /** Entry point to C language function: <code> void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br>
727 @param programs a direct or array-backed {@link java.nio.IntBuffer}
728 @param numPrograms a direct or array-backed {@link java.nio.IntBuffer} */
729 public void glExtGetProgramsQCOM(IntBuffer programs, int maxPrograms, IntBuffer numPrograms);
730
731 /** Entry point to C language function: <code> void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br> */
732 public void glExtGetProgramsQCOM(int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset);
733
734 /** Entry point to C language function: <code> GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br> */
735 public boolean glExtIsProgramBinaryQCOM(int program);
736
737 /** Entry point to C language function: <code> void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br>
738 @param source a direct or array-backed {@link java.nio.ByteBuffer}
739 @param length a direct or array-backed {@link java.nio.IntBuffer} */
740 public void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length);
741
742 /** Entry point to C language function: <code> void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length) </code> <br>Part of <code>GL_QCOM_extended_get2</code><br> */
743 public void glExtGetProgramBinarySourceQCOM(int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset);
744
745 /** Entry point to C language function: <code> void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) </code> <br>Part of <code>GL_QCOM_tiled_rendering</code><br> */
746 public void glStartTilingQCOM(int x, int y, int width, int height, int preserveMask);
747
748 /** Entry point to C language function: <code> void {@native glEndTilingQCOM}(GLbitfield preserveMask) </code> <br>Part of <code>GL_QCOM_tiled_rendering</code><br> */
749 public void glEndTilingQCOM(int preserveMask);
750
751} // end of class GLES1
static final int GL_WEIGHT_ARRAY_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_OES" with expression '0x86AD', CType: int
Definition: GLES1.java:40
static final int GL_ATC_RGB_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGB_AMD" with expression '0x8C92', CType: int
Definition: GLES1.java:193
static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
GL_OES_point_size_array Define "GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES" with expression '0x8B9F',...
Definition: GLES1.java:47
static final int GL_STENCIL_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT6_QCOM" with expression '0x00400000',...
Definition: GLES1.java:251
static final int GL_WRITEONLY_RENDERING_QCOM
GL_QCOM_writeonly_rendering Define "GL_WRITEONLY_RENDERING_QCOM" with expression '0x8823',...
Definition: GLES1.java:215
static final int GL_DEPTH_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT6_QCOM" with expression '0x00004000',...
Definition: GLES1.java:75
static final int GL_CURRENT_PALETTE_MATRIX_OES
GL_OES_matrix_palette Define "GL_CURRENT_PALETTE_MATRIX_OES" with expression '0x8843',...
Definition: GLES1.java:63
void glRotatex(int angle, int x, int y, int z)
Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x,...
void glExtGetFramebuffersQCOM(int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset)
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers,...
void glLightxv(int light, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname,...
static final int GL_TEXTURE_CROP_RECT_OES
GL_OES_draw_texture Define "GL_TEXTURE_CROP_RECT_OES" with expression '0x8B9D', CType: int
Definition: GLES1.java:225
void glExtGetShadersQCOM(IntBuffer shaders, int maxShaders, IntBuffer numShaders)
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders,...
static final int GL_WEIGHT_ARRAY_STRIDE_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_STRIDE_OES" with expression '0x86AA',...
Definition: GLES1.java:247
void glTexGenxv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname,...
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_FRAMEBUFFER_INCOMPLE...
Definition: GLES1.java:201
static final int GL_ETC1_RGB8_OES
GL_OES_compressed_ETC1_RGB8_texture Define "GL_ETC1_RGB8_OES" with expression '0x8D64',...
Definition: GLES1.java:149
static final int GL_TEXTURE_IMAGE_VALID_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_IMAGE_VALID_QCOM" with expression '0x8BD8',...
Definition: GLES1.java:81
static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_POINTER_OES" with expression '0x8849',...
Definition: GLES1.java:65
void glGetTexParameterxv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target,...
static final int GL_TEXTURE_BINDING_EXTERNAL_OES
GL_OES_EGL_image_external Define "GL_TEXTURE_BINDING_EXTERNAL_OES" with expression '0x8D67',...
Definition: GLES1.java:221
static final int GL_CLIP_PLANE5_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE5_IMG" with expression '0x3005', CType: int
Definition: GLES1.java:67
void glGetDriverControlsQCOM(IntBuffer num, int size, IntBuffer driverControls)
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num,...
static final int GL_STENCIL_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT3_QCOM" with expression '0x00080000',...
Definition: GLES1.java:59
void glDrawTexxOES(int x, int y, int z, int width, int height)
Entry point to C language function: void {@native glDrawTexxOES}(GLfixed x, GLfixed y,...
static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" with expression '0x8C03...
Definition: GLES1.java:61
static final int GL_CLIP_PLANE0_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE0_IMG" with expression '0x3000', CType: int
Definition: GLES1.java:239
void glTexEnvxv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname,...
void glMaterialxv(int face, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname,...
static final int GL_WEIGHT_ARRAY_POINTER_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_POINTER_OES" with expression '0x86AC',...
Definition: GLES1.java:233
void glFogxv(int pname, IntBuffer params)
Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params) P...
static final int GL_DOT3_RGBA_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_DOT3_RGBA_IMG" with expression '0x86AF',...
Definition: GLES1.java:123
static final int GL_FRAGMENT_ALPHA_MODULATE_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_FRAGMENT_ALPHA_MODULATE_IMG" with expression '0...
Definition: GLES1.java:245
static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES" with expression '0x8B9E',...
Definition: GLES1.java:241
void glClipPlanex(int plane, IntBuffer equation)
Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equati...
static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_INTERNAL_FORMAT_QCOM" with expression '0x8BD5',...
Definition: GLES1.java:173
static final int GL_TEXTURE_GEN_STR
GL_OES_texture_cube_map Alias for: GL_TEXTURE_GEN_STR_OES Define "GL_TEXTURE_GEN_STR" with expressio...
Definition: GLES1.java:101
void glLightModelxv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * para...
void glMultMatrixx(int[] m, int m_offset)
Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m) Part of GL_VER...
int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
static final int GL_TEXTURE_GEN_MODE
GL_VERSION_1_0, GL_OES_texture_cube_map Alias for: GL_TEXTURE_GEN_MODE_OES Define "GL_TEXTURE_GEN_MO...
Definition: GLES1.java:36
void glWeightPointerOES(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glWeightPointerOES}(GLint size,...
void glTexGenfv(int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
static final int GL_DEPTH_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT0_QCOM" with expression '0x00000100',...
Definition: GLES1.java:179
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
GL_IMG_multisampled_render_to_texture Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG" with express...
Definition: GLES1.java:135
void glFogx(int pname, int param)
Entry point to C language function: void {@native glFogx}(GLenum pname, GLfixed param) Part of GL_...
static final int GL_MULTISAMPLE_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT1_QCOM" with expression '0x02000000',...
Definition: GLES1.java:213
void glGetLightxv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname,...
void glClearColorx(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glClearColorx}(GLclampx red, GLclampx green,...
static final int GL_TEXTURE_HEIGHT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_HEIGHT_QCOM" with expression '0x8BD3', CType: int
Definition: GLES1.java:131
void glPointParameterxv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glPointParameterxv}(GLenum pname,...
void glExtGetProgramBinarySourceQCOM(int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset)
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program,...
void glLightx(int light, int pname, int param)
Entry point to C language function: void {@native glLightx}(GLenum light, GLenum pname,...
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
GL_IMG_read_format Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG" with expression '0x8365',...
Definition: GLES1.java:153
void glExtGetRenderbuffersQCOM(int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset)
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers,...
void glPointParameterx(int pname, int param)
Entry point to C language function: void {@native glPointParameterx}(GLenum pname,...
static final int GL_MATRIX_PALETTE_OES
GL_OES_matrix_palette Define "GL_MATRIX_PALETTE_OES" with expression '0x8840', CType: int
Definition: GLES1.java:197
static final int GL_CLIP_PLANE2_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE2_IMG" with expression '0x3002', CType: int
Definition: GLES1.java:171
static final int GL_COLOR_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT6_QCOM" with expression '0x00000040',...
Definition: GLES1.java:83
void glTexGenf(int coord, int pname, float param)
Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname,...
static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_STRIDE_OES" with expression '0x8848',...
Definition: GLES1.java:129
boolean glExtIsProgramBinaryQCOM(int program)
Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program) P...
void glSampleCoveragex(int value, boolean invert)
Entry point to C language function: void {@native glSampleCoveragex}(GLclampx value,...
void glFramebufferTexture2DMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum,...
void glLightxv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname,...
void glExtGetBuffersQCOM(int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset)
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers,...
static final int GL_MULTISAMPLE_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT3_QCOM" with expression '0x08000000',...
Definition: GLES1.java:55
static final int GL_MAX_CLIP_PLANES_IMG
GL_IMG_user_clip_plane Define "GL_MAX_CLIP_PLANES_IMG" with expression '0x0D32', CType: int
Definition: GLES1.java:137
static final int GL_STENCIL_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT2_QCOM" with expression '0x00040000',...
Definition: GLES1.java:69
static final int GL_STENCIL_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT4_QCOM" with expression '0x00100000',...
Definition: GLES1.java:205
void glExtGetProgramsQCOM(int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset)
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs,...
void glDrawTexfvOES(FloatBuffer coords)
Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords) Part of ...
void glColor4x(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glColor4x}(GLfixed red, GLfixed green,...
void glDeleteVertexArraysOES(int n, IntBuffer arrays)
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n,...
void glExtGetRenderbuffersQCOM(IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers)
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers,...
static final int GL_MULTISAMPLE_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT6_QCOM" with expression '0x40000000',...
Definition: GLES1.java:125
static final int GL_FACTOR_ALPHA_MODULATE_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_FACTOR_ALPHA_MODULATE_IMG" with expression '0x8...
Definition: GLES1.java:127
void glExtGetBuffersQCOM(IntBuffer buffers, int maxBuffers, IntBuffer numBuffers)
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers,...
static final int GL_DEPTH_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT5_QCOM" with expression '0x00002000',...
Definition: GLES1.java:85
static final int GL_STATE_RESTORE
GL_QCOM_extended_get Define "GL_STATE_RESTORE" with expression '0x8BDC', CType: int
Definition: GLES1.java:87
static final int GL_MATRIX_INDEX_ARRAY_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_OES" with expression '0x8844',...
Definition: GLES1.java:223
static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get Define "GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898E',...
Definition: GLES1.java:219
void glTexGeni(int coord, int pname, int param)
Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname,...
void glGenVertexArraysOES(int n, IntBuffer arrays)
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n,...
void glDrawTexsvOES(short[] coords, int coords_offset)
Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords) Part of ...
static final int GL_DEPTH_EXT
GL_EXT_discard_framebuffer Define "GL_DEPTH_EXT" with expression '0x1801', CType: int
Definition: GLES1.java:121
void glFogxv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params) P...
void glPolygonOffsetx(int factor, int units)
Entry point to C language function: void {@native glPolygonOffsetx}(GLfixed factor,...
static final int GL_TEXTURE_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_TEXTURE_SAMPLES_IMG" with expression '0x9136',...
Definition: GLES1.java:191
static final int GL_DEPTH_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT1_QCOM" with expression '0x00000200',...
Definition: GLES1.java:105
void glTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
static final int GL_COLOR_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT5_QCOM" with expression '0x00000020',...
Definition: GLES1.java:185
void glTexGenx(int coord, int pname, int param)
Entry point to C language function: void {@native glTexGenx}(GLenum coord, GLenum pname,...
static final int GL_COLOR_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT1_QCOM" with expression '0x00000002',...
Definition: GLES1.java:177
static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGBA_EXPLICIT_ALPHA_AMD" with expression '0x8C93',...
Definition: GLES1.java:117
static final int GL_COLOR_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT4_QCOM" with expression '0x00000010',...
Definition: GLES1.java:115
static final int GL_DEPTH_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT3_QCOM" with expression '0x00000800',...
Definition: GLES1.java:96
void glTexGeniv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
void glGetDriverControlsQCOM(int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset)
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num,...
void glGetTexGeniv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
void glFramebufferTexture2DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum,...
static final int GL_TEXTURE_DEPTH_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_DEPTH_QCOM" with expression '0x8BD4', CType: int
Definition: GLES1.java:175
void glBindVertexArrayOES(int array)
Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array) Part of GL_O...
static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" with expression '0x8C02...
Definition: GLES1.java:243
void glDrawTexsvOES(ShortBuffer coords)
Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords) Part of ...
void glTexParameterxv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexParameterxv}(GLenum target,...
static final int GL_MODULATE_COLOR_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_MODULATE_COLOR_IMG" with expression '0x8C04',...
Definition: GLES1.java:195
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT" with exp...
Definition: GLES1.java:199
void glDiscardFramebufferEXT(int target, int numAttachments, IntBuffer attachments)
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target,...
static final int GL_CLIP_PLANE4_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE4_IMG" with expression '0x3004', CType: int
Definition: GLES1.java:119
static final int GL_TEXTURE_EXTERNAL_OES
GL_OES_EGL_image_external Define "GL_TEXTURE_EXTERNAL_OES" with expression '0x8D65',...
Definition: GLES1.java:49
void glDeleteVertexArraysOES(int n, int[] arrays, int arrays_offset)
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n,...
void glGetTexGenxv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname,...
void glDrawTexfOES(float x, float y, float z, float width, float height)
Entry point to C language function: void {@native glDrawTexfOES}(GLfloat x, GLfloat y,...
void glClearDepthx(int depth)
Entry point to C language function: void {@native glClearDepthx}(GLclampx depth) Part of GL_VERSIO...
void glExtGetFramebuffersQCOM(IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers)
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers,...
void glLoadPaletteFromModelViewMatrixOES()
Entry point to C language function: void {@native glLoadPaletteFromModelViewMatrixOES}() Part of G...
static final int GL_WEIGHT_ARRAY_TYPE_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_TYPE_OES" with expression '0x86A9', CType: int
Definition: GLES1.java:255
void glGenVertexArraysOES(int n, int[] arrays, int arrays_offset)
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n,...
static final int GL_MULTISAMPLE_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT0_QCOM" with expression '0x01000000',...
Definition: GLES1.java:235
static final int GL_DEPTH_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT7_QCOM" with expression '0x00008000',...
Definition: GLES1.java:249
static final int GL_TEXTURE_ALPHA_MODULATE_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_TEXTURE_ALPHA_MODULATE_IMG" with expression '0x...
Definition: GLES1.java:157
void glCurrentPaletteMatrixOES(int matrixpaletteindex)
Entry point to C language function: void {@native glCurrentPaletteMatrixOES}(GLuint matrixpaletteind...
void glMultiTexCoord4x(int target, int s, int t, int r, int q)
Entry point to C language function: void {@native glMultiTexCoord4x}(GLenum target,...
void glOrthox(int left, int right, int bottom, int top, int zNear, int zFar)
Entry point to C language function: void {@native glOrthox}(GLfixed left, GLfixed right,...
void glGetMaterialxv(int face, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname,...
void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar)
Entry point to C language function: void {@native glFrustumx}(GLfixed left, GLfixed right,...
void glDrawTexxvOES(int[] coords, int coords_offset)
Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords) Part of ...
void glLineWidthx(int width)
Entry point to C language function: void {@native glLineWidthx}(GLfixed width) Part of GL_VERSION_...
void glDrawTexfvOES(float[] coords, int coords_offset)
Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords) Part of ...
void glGetTexGenfv(int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
void glRenderbufferStorageMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum,...
static final int GL_COLOR_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT2_QCOM" with expression '0x00000004',...
Definition: GLES1.java:103
void glGetClipPlanex(int pname, IntBuffer eqn)
Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn) Pa...
void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture,...
void glGetTexEnvxv(int tenv, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname,...
void glPointSizePointerOES(int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glPointSizePointerOES}(GLenum type,...
void glGetMaterialxv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname,...
static final int GL_POINT_SIZE_ARRAY_TYPE_OES
GL_OES_point_size_array Define "GL_POINT_SIZE_ARRAY_TYPE_OES" with expression '0x898A',...
Definition: GLES1.java:203
static final int GL_MULTISAMPLE_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT2_QCOM" with expression '0x04000000',...
Definition: GLES1.java:107
void glClipPlanefIMG(int arg0, float[] arg1, int arg1_offset)
Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * ) Part ...
void glGetTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
static final int GL_MAX_VERTEX_UNITS_OES
GL_OES_matrix_palette Define "GL_MAX_VERTEX_UNITS_OES" with expression '0x86A4', CType: int
Definition: GLES1.java:51
static final int GL_CLIP_PLANE1_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE1_IMG" with expression '0x3001', CType: int
Definition: GLES1.java:217
static final int GL_TEXTURE_MAX_LEVEL_APPLE
GL_APPLE_texture_max_level Define "GL_TEXTURE_MAX_LEVEL_APPLE" with expression '0x813D',...
Definition: GLES1.java:151
void glEnableDriverControlQCOM(int driverControl)
Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl) ...
static final int GL_COLOR_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT7_QCOM" with expression '0x00000080',...
Definition: GLES1.java:77
void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param)
Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target,...
static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG" with expression '0x8C00'...
Definition: GLES1.java:189
static final int GL_TEXTURE_TARGET_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_TARGET_QCOM" with expression '0x8BDA', CType: int
Definition: GLES1.java:155
void glGetClipPlanef(int pname, float[] equation, int equation_offset)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)...
void glDiscardFramebufferEXT(int target, int numAttachments, int[] attachments, int attachments_offset)
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target,...
void glRenderbufferStorageMultisampleIMG(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum,...
void glMaterialxv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname,...
void glGetClipPlanex(int pname, int[] eqn, int eqn_offset)
Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn) Pa...
static final int GL_POINT_SIZE_ARRAY_POINTER_OES
GL_OES_point_size_array Define "GL_POINT_SIZE_ARRAY_POINTER_OES" with expression '0x898C',...
Definition: GLES1.java:45
void glClipPlanexIMG(int arg0, int[] arg1, int arg1_offset)
Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * ) Part ...
void glGetTexGenxv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname,...
static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES
GL_OES_EGL_image_external Define "GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES" with expression '0x8D68',...
Definition: GLES1.java:165
int glQueryMatrixxOES(int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
static final int GL_RENDERBUFFER_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_RENDERBUFFER_SAMPLES...
Definition: GLES1.java:257
static final int GL_TEXTURE_OBJECT_VALID_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_OBJECT_VALID_QCOM" with expression '0x8BDB',...
Definition: GLES1.java:261
static final int GL_STENCIL_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT5_QCOM" with expression '0x00200000',...
Definition: GLES1.java:147
void glDisableDriverControlQCOM(int driverControl)
Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl) ...
void glCopyTextureLevelsAPPLE(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount)
Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTextur...
static final int GL_REFLECTION_MAP
GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map,...
Definition: GLES1.java:90
void glTexGenxv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname,...
void glClipPlanef(int plane, float[] equation, int equation_offset)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture,...
void glDepthRangex(int zNear, int zFar)
Entry point to C language function: void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar) Pa...
static final int GL_STENCIL_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT0_QCOM" with expression '0x00010000',...
Definition: GLES1.java:159
static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_BUFFER_BINDING_OES" with expression '0x889E',...
Definition: GLES1.java:71
void glTexEnvx(int target, int pname, int param)
Entry point to C language function: void {@native glTexEnvx}(GLenum target, GLenum pname,...
static final int GL_PERFMON_GLOBAL_MODE_QCOM
GL_QCOM_perfmon_global_mode Define "GL_PERFMON_GLOBAL_MODE_QCOM" with expression '0x8FA0',...
Definition: GLES1.java:167
void glTexParameterx(int target, int pname, int param)
Entry point to C language function: void {@native glTexParameterx}(GLenum target,...
static final int GL_DEPTH_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT2_QCOM" with expression '0x00000400',...
Definition: GLES1.java:267
static final int GL_COLOR_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT0_QCOM" with expression '0x00000001',...
Definition: GLES1.java:94
static final int GL_3DC_X_AMD
GL_AMD_compressed_3DC_texture Define "GL_3DC_X_AMD" with expression '0x87F9', CType: int
Definition: GLES1.java:163
static final int GL_MAX_PALETTE_MATRICES_OES
GL_OES_matrix_palette Define "GL_MAX_PALETTE_MATRICES_OES" with expression '0x8842',...
Definition: GLES1.java:98
void glDrawTexivOES(IntBuffer coords)
Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords) Part of GL...
void glExtGetTexturesQCOM(int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset)
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures,...
void glNormal3x(int nx, int ny, int nz)
Entry point to C language function: void {@native glNormal3x}(GLfixed nx, GLfixed ny,...
void glGetFixedv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params) Par...
void glLoadMatrixx(int[] m, int m_offset)
Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m) Part of GL_VER...
void glGetTexParameterxv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target,...
static final int GL_TEXTURE_NUM_LEVELS_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_NUM_LEVELS_QCOM" with expression '0x8BD9',...
Definition: GLES1.java:211
void glGetTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
void glClipPlanexIMG(int arg0, IntBuffer arg1)
Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * ) Part ...
static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG" with expression '0x8C01'...
Definition: GLES1.java:57
void glMultMatrixx(IntBuffer m)
Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m) Part of GL_VER...
static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get Define "GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898D',...
Definition: GLES1.java:229
void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMatrixIndexPointerOES}(GLint size,...
void glScalex(int x, int y, int z)
Entry point to C language function: void {@native glScalex}(GLfixed x, GLfixed y,...
void glGetClipPlanef(int pname, FloatBuffer equation)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)...
static final int GL_CLIP_PLANE3_IMG
GL_IMG_user_clip_plane Define "GL_CLIP_PLANE3_IMG" with expression '0x3003', CType: int
Definition: GLES1.java:141
static final int GL_MAX_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_MAX_SAMPLES_EXT" wit...
Definition: GLES1.java:33
void glPointParameterxv(int pname, IntBuffer params)
Entry point to C language function: void {@native glPointParameterxv}(GLenum pname,...
static final int GL_POINT_SIZE_ARRAY_STRIDE_OES
GL_OES_point_size_array Define "GL_POINT_SIZE_ARRAY_STRIDE_OES" with expression '0x898B',...
Definition: GLES1.java:227
void glLightModelxv(int pname, IntBuffer params)
Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * para...
static final int GL_TEXTURE_WIDTH_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_WIDTH_QCOM" with expression '0x8BD2', CType: int
Definition: GLES1.java:111
void glDrawTexiOES(int x, int y, int z, int width, int height)
Entry point to C language function: void {@native glDrawTexiOES}(GLint x, GLint y,...
static final int GL_WEIGHT_ARRAY_SIZE_OES
GL_OES_matrix_palette Define "GL_WEIGHT_ARRAY_SIZE_OES" with expression '0x86AB', CType: int
Definition: GLES1.java:263
static final int GL_VERTEX_ARRAY_BINDING_OES
GL_OES_vertex_array_object Define "GL_VERTEX_ARRAY_BINDING_OES" with expression '0x85B5',...
Definition: GLES1.java:92
void glDrawTexivOES(int[] coords, int coords_offset)
Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords) Part of GL...
static final int GL_TEXTURE_FORMAT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_FORMAT_QCOM" with expression '0x8BD6', CType: int
Definition: GLES1.java:38
static final long GL_MULTISAMPLE_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT7_QCOM" with expression '0x80000000',...
Definition: GLES1.java:73
void glEGLImageTargetTexture2DOES(int target, long image)
Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target,...
void glLoadMatrixx(IntBuffer m)
Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m) Part of GL_VER...
static final int GL_MAX_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_MAX_SAMPLES_IMG" with expression '0x9135',...
Definition: GLES1.java:207
static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD" with expression '0x87EE',...
Definition: GLES1.java:113
static final int GL_NORMAL_MAP
GL_VERSION_1_3, GL_OES_texture_cube_map, GL_NV_texgen_reflection, GL_ARB_texture_cube_map,...
Definition: GLES1.java:43
static final int GL_MULTISAMPLE_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT4_QCOM" with expression '0x10000000',...
Definition: GLES1.java:109
boolean glIsVertexArrayOES(int array)
Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array) Part of G...
void glStartTilingQCOM(int x, int y, int width, int height, int preserveMask)
Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y,...
void glTranslatex(int x, int y, int z)
Entry point to C language function: void {@native glTranslatex}(GLfixed x, GLfixed y,...
static final int GL_POINT_SIZE_ARRAY_OES
GL_OES_point_size_array Define "GL_POINT_SIZE_ARRAY_OES" with expression '0x8B9C',...
Definition: GLES1.java:145
void glClipPlanex(int plane, int[] equation, int equation_offset)
Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equati...
static final int GL_RECIP_ADD_SIGNED_ALPHA_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_RECIP_ADD_SIGNED_ALPHA_IMG" with expression '0x...
Definition: GLES1.java:259
void glTexEnvxv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname,...
void glGetTexEnvxv(int tenv, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname,...
void glPointSizex(int size)
Entry point to C language function: void {@native glPointSizex}(GLfixed size) Part of GL_VERSION_E...
void glDrawTexsOES(short x, short y, short z, short width, short height)
Entry point to C language function: void {@native glDrawTexsOES}(GLshort x, GLshort y,...
void glGetLightxv(int light, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname,...
static final int GL_STENCIL_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT7_QCOM" with expression '0x00800000',...
Definition: GLES1.java:133
void glClipPlanefIMG(int arg0, FloatBuffer arg1)
Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * ) Part ...
static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_TYPE_OES" with expression '0x8847',...
Definition: GLES1.java:231
void glDrawTexxvOES(IntBuffer coords)
Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords) Part of ...
static final int GL_MULTISAMPLE_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT5_QCOM" with expression '0x20000000',...
Definition: GLES1.java:253
static final int GL_3DC_XY_AMD
GL_AMD_compressed_3DC_texture Define "GL_3DC_XY_AMD" with expression '0x87FA', CType: int
Definition: GLES1.java:209
void glEndTilingQCOM(int preserveMask)
Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask) Part o...
void glExtGetTexturesQCOM(IntBuffer textures, int maxTextures, IntBuffer numTextures)
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures,...
void glClipPlanef(int plane, FloatBuffer equation)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
static final int GL_STENCIL_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT1_QCOM" with expression '0x00020000',...
Definition: GLES1.java:181
void glGetDriverControlStringQCOM(int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset)
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl...
static final int GL_COLOR_EXT
GL_EXT_discard_framebuffer Define "GL_COLOR_EXT" with expression '0x1800', CType: int
Definition: GLES1.java:139
static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get Define "GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898F',...
Definition: GLES1.java:161
void glExtGetProgramsQCOM(IntBuffer programs, int maxPrograms, IntBuffer numPrograms)
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs,...
void glTexParameterxv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexParameterxv}(GLenum target,...
static final int GL_DEPTH_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT4_QCOM" with expression '0x00001000',...
Definition: GLES1.java:187
static final int GL_RENDERBUFFER_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_RENDERBUFFER_SAMPLES_IMG" with expression '0x9133',...
Definition: GLES1.java:53
void glGetDriverControlStringQCOM(int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString)
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl...
void glEGLImageTargetRenderbufferStorageOES(int target, long image)
Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum tar...
static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES
GL_OES_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_SIZE_OES" with expression '0x8846',...
Definition: GLES1.java:237
void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program,...
void glLightModelx(int pname, int param)
Entry point to C language function: void {@native glLightModelx}(GLenum pname, GLfixed param) Part...
static final int GL_ADD_BLEND_IMG
GL_IMG_texture_env_enhanced_fixed_function Define "GL_ADD_BLEND_IMG" with expression '0x8C09',...
Definition: GLES1.java:143
void glGetFixedv(int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params) Par...
void glTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
static final int GL_BGRA_IMG
GL_IMG_read_format Define "GL_BGRA_IMG" with expression '0x80E1', CType: int
Definition: GLES1.java:169
void glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels)
Entry point to C language function: void {@native glExtGetTexSubImageQCOM}(GLenum target,...
void glMaterialx(int face, int pname, int param)
Entry point to C language function: void {@native glMaterialx}(GLenum face, GLenum pname,...
static final int GL_TEXTURE_TYPE_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_TYPE_QCOM" with expression '0x8BD7', CType: int
Definition: GLES1.java:79
void glAlphaFuncx(int func, int ref)
Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref) Part of...
static final int GL_STENCIL_EXT
GL_EXT_discard_framebuffer Define "GL_STENCIL_EXT" with expression '0x1802', CType: int
Definition: GLES1.java:183
void glExtGetShadersQCOM(int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset)
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders,...
static final int GL_COLOR_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT3_QCOM" with expression '0x00000008',...
Definition: GLES1.java:265
void glExtGetBufferPointervQCOM(int target, PointerBuffer params)
Entry point to C language function: void {@native glExtGetBufferPointervQCOM}(GLenum target,...
void glResolveMultisampleFramebuffer()
Entry point to C language function: void {@native glResolveMultisampleFramebuffer}() Part of GL_AP...