1 /* $Change: 1028567 $ */
5 /* $Revision: #1 $ on $Date: 2011/08/12 $ */
9 * @brief This is the header file for the OpenGL(R) ES 1.1.
11 * This header file contains the declarations of the OpenGL(R) ES 1.1.
14 #include "glplatform.h"
22 * This document is licensed under the SGI Free Software B License Version
23 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
27 * @addtogroup opengles
32 /*-------------------------------------------------------------------------
33 * Data type definitions
34 *-----------------------------------------------------------------------*/
36 #if 0 // move to "khrplatform.h"
38 typedef unsigned int GLenum;
39 typedef unsigned char GLboolean;
40 typedef unsigned int GLbitfield;
41 typedef khronos_int8_t GLbyte;
42 typedef short GLshort;
45 typedef khronos_uint8_t GLubyte;
46 typedef unsigned short GLushort;
47 typedef unsigned int GLuint;
48 typedef khronos_float_t GLfloat;
49 typedef khronos_float_t GLclampf;
50 typedef khronos_int32_t GLfixed;
51 typedef khronos_int32_t GLclampx;
53 typedef khronos_intptr_t GLintptr;
54 typedef khronos_ssize_t GLsizeiptr;
57 /*************************************************************/
59 /* OpenGL ES core versions */
60 #define GL_VERSION_ES_CM_1_0 1
61 #define GL_VERSION_ES_CL_1_0 1
62 #define GL_VERSION_ES_CM_1_1 1
63 #define GL_VERSION_ES_CL_1_1 1
66 #define GL_DEPTH_BUFFER_BIT 0x00000100
67 #define GL_STENCIL_BUFFER_BIT 0x00000400
68 #define GL_COLOR_BUFFER_BIT 0x00004000
75 #define GL_POINTS 0x0000
76 #define GL_LINES 0x0001
77 #define GL_LINE_LOOP 0x0002
78 #define GL_LINE_STRIP 0x0003
79 #define GL_TRIANGLES 0x0004
80 #define GL_TRIANGLE_STRIP 0x0005
81 #define GL_TRIANGLE_FAN 0x0006
84 #define GL_NEVER 0x0200
85 #define GL_LESS 0x0201
86 #define GL_EQUAL 0x0202
87 #define GL_LEQUAL 0x0203
88 #define GL_GREATER 0x0204
89 #define GL_NOTEQUAL 0x0205
90 #define GL_GEQUAL 0x0206
91 #define GL_ALWAYS 0x0207
93 /* BlendingFactorDest */
96 #define GL_SRC_COLOR 0x0300
97 #define GL_ONE_MINUS_SRC_COLOR 0x0301
98 #define GL_SRC_ALPHA 0x0302
99 #define GL_ONE_MINUS_SRC_ALPHA 0x0303
100 #define GL_DST_ALPHA 0x0304
101 #define GL_ONE_MINUS_DST_ALPHA 0x0305
103 /* BlendingFactorSrc */
106 #define GL_DST_COLOR 0x0306
107 #define GL_ONE_MINUS_DST_COLOR 0x0307
108 #define GL_SRC_ALPHA_SATURATE 0x0308
110 /* GL_ONE_MINUS_SRC_ALPHA */
112 /* GL_ONE_MINUS_DST_ALPHA */
115 #define GL_CLIP_PLANE0 0x3000
116 #define GL_CLIP_PLANE1 0x3001
117 #define GL_CLIP_PLANE2 0x3002
118 #define GL_CLIP_PLANE3 0x3003
119 #define GL_CLIP_PLANE4 0x3004
120 #define GL_CLIP_PLANE5 0x3005
122 /* ColorMaterialFace */
123 /* GL_FRONT_AND_BACK */
125 /* ColorMaterialParameter */
126 /* GL_AMBIENT_AND_DIFFUSE */
128 /* ColorPointerType */
129 /* GL_UNSIGNED_BYTE */
134 #define GL_FRONT 0x0404
135 #define GL_BACK 0x0405
136 #define GL_FRONT_AND_BACK 0x0408
149 #define GL_FOG 0x0B60
150 #define GL_LIGHTING 0x0B50
151 #define GL_TEXTURE_2D 0x0DE1
152 #define GL_CULL_FACE 0x0B44
153 #define GL_ALPHA_TEST 0x0BC0
154 #define GL_BLEND 0x0BE2
155 #define GL_COLOR_LOGIC_OP 0x0BF2
156 #define GL_DITHER 0x0BD0
157 #define GL_STENCIL_TEST 0x0B90
158 #define GL_DEPTH_TEST 0x0B71
167 #define GL_POINT_SMOOTH 0x0B10
168 #define GL_LINE_SMOOTH 0x0B20
169 #define GL_SCISSOR_TEST 0x0C11
170 #define GL_COLOR_MATERIAL 0x0B57
171 #define GL_NORMALIZE 0x0BA1
172 #define GL_RESCALE_NORMAL 0x803A
173 #define GL_POLYGON_OFFSET_FILL 0x8037
174 #define GL_VERTEX_ARRAY 0x8074
175 #define GL_NORMAL_ARRAY 0x8075
176 #define GL_COLOR_ARRAY 0x8076
177 #define GL_TEXTURE_COORD_ARRAY 0x8078
178 #define GL_MULTISAMPLE 0x809D
179 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
180 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F
181 #define GL_SAMPLE_COVERAGE 0x80A0
184 #define GL_NO_ERROR 0
185 #define GL_INVALID_ENUM 0x0500
186 #define GL_INVALID_VALUE 0x0501
187 #define GL_INVALID_OPERATION 0x0502
188 #define GL_STACK_OVERFLOW 0x0503
189 #define GL_STACK_UNDERFLOW 0x0504
190 #define GL_OUT_OF_MEMORY 0x0505
194 #define GL_EXP 0x0800
195 #define GL_EXP2 0x0801
198 #define GL_FOG_DENSITY 0x0B62
199 #define GL_FOG_START 0x0B63
200 #define GL_FOG_END 0x0B64
201 #define GL_FOG_MODE 0x0B65
202 #define GL_FOG_COLOR 0x0B66
204 /* FrontFaceDirection */
206 #define GL_CCW 0x0901
209 #define GL_CURRENT_COLOR 0x0B00
210 #define GL_CURRENT_NORMAL 0x0B02
211 #define GL_CURRENT_TEXTURE_COORDS 0x0B03
212 #define GL_POINT_SIZE 0x0B11
213 #define GL_POINT_SIZE_MIN 0x8126
214 #define GL_POINT_SIZE_MAX 0x8127
215 #define GL_POINT_FADE_THRESHOLD_SIZE 0x8128
216 #define GL_POINT_DISTANCE_ATTENUATION 0x8129
217 #define GL_SMOOTH_POINT_SIZE_RANGE 0x0B12
218 #define GL_LINE_WIDTH 0x0B21
219 #define GL_SMOOTH_LINE_WIDTH_RANGE 0x0B22
220 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
221 #define GL_ALIASED_LINE_WIDTH_RANGE 0x846E
222 #define GL_CULL_FACE_MODE 0x0B45
223 #define GL_FRONT_FACE 0x0B46
224 #define GL_SHADE_MODEL 0x0B54
225 #define GL_DEPTH_RANGE 0x0B70
226 #define GL_DEPTH_WRITEMASK 0x0B72
227 #define GL_DEPTH_CLEAR_VALUE 0x0B73
228 #define GL_DEPTH_FUNC 0x0B74
229 #define GL_STENCIL_CLEAR_VALUE 0x0B91
230 #define GL_STENCIL_FUNC 0x0B92
231 #define GL_STENCIL_VALUE_MASK 0x0B93
232 #define GL_STENCIL_FAIL 0x0B94
233 #define GL_STENCIL_PASS_DEPTH_FAIL 0x0B95
234 #define GL_STENCIL_PASS_DEPTH_PASS 0x0B96
235 #define GL_STENCIL_REF 0x0B97
236 #define GL_STENCIL_WRITEMASK 0x0B98
237 #define GL_MATRIX_MODE 0x0BA0
238 #define GL_VIEWPORT 0x0BA2
239 #define GL_MODELVIEW_STACK_DEPTH 0x0BA3
240 #define GL_PROJECTION_STACK_DEPTH 0x0BA4
241 #define GL_TEXTURE_STACK_DEPTH 0x0BA5
242 #define GL_MODELVIEW_MATRIX 0x0BA6
243 #define GL_PROJECTION_MATRIX 0x0BA7
244 #define GL_TEXTURE_MATRIX 0x0BA8
245 #define GL_ALPHA_TEST_FUNC 0x0BC1
246 #define GL_ALPHA_TEST_REF 0x0BC2
247 #define GL_BLEND_DST 0x0BE0
248 #define GL_BLEND_SRC 0x0BE1
249 #define GL_LOGIC_OP_MODE 0x0BF0
250 #define GL_SCISSOR_BOX 0x0C10
251 #define GL_SCISSOR_TEST 0x0C11
252 #define GL_COLOR_CLEAR_VALUE 0x0C22
253 #define GL_COLOR_WRITEMASK 0x0C23
254 #define GL_UNPACK_ALIGNMENT 0x0CF5
255 #define GL_PACK_ALIGNMENT 0x0D05
256 #define GL_MAX_LIGHTS 0x0D31
257 #define GL_MAX_CLIP_PLANES 0x0D32
258 #define GL_MAX_TEXTURE_SIZE 0x0D33
259 #define GL_MAX_MODELVIEW_STACK_DEPTH 0x0D36
260 #define GL_MAX_PROJECTION_STACK_DEPTH 0x0D38
261 #define GL_MAX_TEXTURE_STACK_DEPTH 0x0D39
262 #define GL_MAX_VIEWPORT_DIMS 0x0D3A
263 #define GL_MAX_TEXTURE_UNITS 0x84E2
264 #define GL_SUBPIXEL_BITS 0x0D50
265 #define GL_RED_BITS 0x0D52
266 #define GL_GREEN_BITS 0x0D53
267 #define GL_BLUE_BITS 0x0D54
268 #define GL_ALPHA_BITS 0x0D55
269 #define GL_DEPTH_BITS 0x0D56
270 #define GL_STENCIL_BITS 0x0D57
271 #define GL_POLYGON_OFFSET_UNITS 0x2A00
272 #define GL_POLYGON_OFFSET_FILL 0x8037
273 #define GL_POLYGON_OFFSET_FACTOR 0x8038
274 #define GL_TEXTURE_BINDING_2D 0x8069
275 #define GL_VERTEX_ARRAY_SIZE 0x807A
276 #define GL_VERTEX_ARRAY_TYPE 0x807B
277 #define GL_VERTEX_ARRAY_STRIDE 0x807C
278 #define GL_NORMAL_ARRAY_TYPE 0x807E
279 #define GL_NORMAL_ARRAY_STRIDE 0x807F
280 #define GL_COLOR_ARRAY_SIZE 0x8081
281 #define GL_COLOR_ARRAY_TYPE 0x8082
282 #define GL_COLOR_ARRAY_STRIDE 0x8083
283 #define GL_TEXTURE_COORD_ARRAY_SIZE 0x8088
284 #define GL_TEXTURE_COORD_ARRAY_TYPE 0x8089
285 #define GL_TEXTURE_COORD_ARRAY_STRIDE 0x808A
286 #define GL_VERTEX_ARRAY_POINTER 0x808E
287 #define GL_NORMAL_ARRAY_POINTER 0x808F
288 #define GL_COLOR_ARRAY_POINTER 0x8090
289 #define GL_TEXTURE_COORD_ARRAY_POINTER 0x8092
290 #define GL_SAMPLE_BUFFERS 0x80A8
291 #define GL_SAMPLES 0x80A9
292 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA
293 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
295 /* GetTextureParameter */
296 /* GL_TEXTURE_MAG_FILTER */
297 /* GL_TEXTURE_MIN_FILTER */
298 /* GL_TEXTURE_WRAP_S */
299 /* GL_TEXTURE_WRAP_T */
301 #define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2
302 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3
305 #define GL_DONT_CARE 0x1100
306 #define GL_FASTEST 0x1101
307 #define GL_NICEST 0x1102
310 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50
311 #define GL_POINT_SMOOTH_HINT 0x0C51
312 #define GL_LINE_SMOOTH_HINT 0x0C52
313 #define GL_FOG_HINT 0x0C54
314 #define GL_GENERATE_MIPMAP_HINT 0x8192
316 /* LightModelParameter */
317 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
318 #define GL_LIGHT_MODEL_TWO_SIDE 0x0B52
321 #define GL_AMBIENT 0x1200
322 #define GL_DIFFUSE 0x1201
323 #define GL_SPECULAR 0x1202
324 #define GL_POSITION 0x1203
325 #define GL_SPOT_DIRECTION 0x1204
326 #define GL_SPOT_EXPONENT 0x1205
327 #define GL_SPOT_CUTOFF 0x1206
328 #define GL_CONSTANT_ATTENUATION 0x1207
329 #define GL_LINEAR_ATTENUATION 0x1208
330 #define GL_QUADRATIC_ATTENUATION 0x1209
333 #define GL_BYTE 0x1400
334 #define GL_UNSIGNED_BYTE 0x1401
335 #define GL_SHORT 0x1402
336 #define GL_UNSIGNED_SHORT 0x1403
337 #define GL_FLOAT 0x1406
338 #define GL_FIXED 0x140C
341 #define GL_CLEAR 0x1500
342 #define GL_AND 0x1501
343 #define GL_AND_REVERSE 0x1502
344 #define GL_COPY 0x1503
345 #define GL_AND_INVERTED 0x1504
346 #define GL_NOOP 0x1505
347 #define GL_XOR 0x1506
349 #define GL_NOR 0x1508
350 #define GL_EQUIV 0x1509
351 #define GL_INVERT 0x150A
352 #define GL_OR_REVERSE 0x150B
353 #define GL_COPY_INVERTED 0x150C
354 #define GL_OR_INVERTED 0x150D
355 #define GL_NAND 0x150E
356 #define GL_SET 0x150F
359 /* GL_FRONT_AND_BACK */
361 /* MaterialParameter */
362 #define GL_EMISSION 0x1600
363 #define GL_SHININESS 0x1601
364 #define GL_AMBIENT_AND_DIFFUSE 0x1602
370 #define GL_MODELVIEW 0x1700
371 #define GL_PROJECTION 0x1701
372 #define GL_TEXTURE 0x1702
374 /* NormalPointerType */
381 #define GL_ALPHA 0x1906
382 #define GL_RGB 0x1907
383 #define GL_RGBA 0x1908
384 #define GL_LUMINANCE 0x1909
385 #define GL_LUMINANCE_ALPHA 0x190A
387 /* PixelStoreParameter */
388 #define GL_UNPACK_ALIGNMENT 0x0CF5
389 #define GL_PACK_ALIGNMENT 0x0D05
392 /* GL_UNSIGNED_BYTE */
393 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
394 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
395 #define GL_UNSIGNED_SHORT_5_6_5 0x8363
398 #define GL_FLAT 0x1D00
399 #define GL_SMOOTH 0x1D01
401 /* StencilFunction */
413 #define GL_KEEP 0x1E00
414 #define GL_REPLACE 0x1E01
415 #define GL_INCR 0x1E02
416 #define GL_DECR 0x1E03
420 #define GL_VENDOR 0x1F00
421 #define GL_RENDERER 0x1F01
422 #define GL_VERSION 0x1F02
423 #define GL_EXTENSIONS 0x1F03
425 /* TexCoordPointerType */
432 #define GL_MODULATE 0x2100
433 #define GL_DECAL 0x2101
435 #define GL_ADD 0x0104
438 /* TextureEnvParameter */
439 #define GL_TEXTURE_ENV_MODE 0x2200
440 #define GL_TEXTURE_ENV_COLOR 0x2201
442 /* TextureEnvTarget */
443 #define GL_TEXTURE_ENV 0x2300
445 /* TextureMagFilter */
446 #define GL_NEAREST 0x2600
447 #define GL_LINEAR 0x2601
449 /* TextureMinFilter */
452 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
453 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
454 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
455 #define GL_LINEAR_MIPMAP_LINEAR 0x2703
457 /* TextureParameterName */
458 #define GL_TEXTURE_MAG_FILTER 0x2800
459 #define GL_TEXTURE_MIN_FILTER 0x2801
460 #define GL_TEXTURE_WRAP_S 0x2802
461 #define GL_TEXTURE_WRAP_T 0x2803
462 #define GL_GENERATE_MIPMAP 0x8191
468 #define GL_TEXTURE0 0x84C0
469 #define GL_TEXTURE1 0x84C1
470 #define GL_TEXTURE2 0x84C2
471 #define GL_TEXTURE3 0x84C3
472 #define GL_TEXTURE4 0x84C4
473 #define GL_TEXTURE5 0x84C5
474 #define GL_TEXTURE6 0x84C6
475 #define GL_TEXTURE7 0x84C7
476 #define GL_TEXTURE8 0x84C8
477 #define GL_TEXTURE9 0x84C9
478 #define GL_TEXTURE10 0x84CA
479 #define GL_TEXTURE11 0x84CB
480 #define GL_TEXTURE12 0x84CC
481 #define GL_TEXTURE13 0x84CD
482 #define GL_TEXTURE14 0x84CE
483 #define GL_TEXTURE15 0x84CF
484 #define GL_TEXTURE16 0x84D0
485 #define GL_TEXTURE17 0x84D1
486 #define GL_TEXTURE18 0x84D2
487 #define GL_TEXTURE19 0x84D3
488 #define GL_TEXTURE20 0x84D4
489 #define GL_TEXTURE21 0x84D5
490 #define GL_TEXTURE22 0x84D6
491 #define GL_TEXTURE23 0x84D7
492 #define GL_TEXTURE24 0x84D8
493 #define GL_TEXTURE25 0x84D9
494 #define GL_TEXTURE26 0x84DA
495 #define GL_TEXTURE27 0x84DB
496 #define GL_TEXTURE28 0x84DC
497 #define GL_TEXTURE29 0x84DD
498 #define GL_TEXTURE30 0x84DE
499 #define GL_TEXTURE31 0x84DF
500 #define GL_ACTIVE_TEXTURE 0x84E0
501 #define GL_CLIENT_ACTIVE_TEXTURE 0x84E1
503 /* TextureWrapMode */
504 #define GL_REPEAT 0x2901
505 #define GL_CLAMP_TO_EDGE 0x812F
507 /* VertexPointerType */
514 #define GL_LIGHT0 0x4000
515 #define GL_LIGHT1 0x4001
516 #define GL_LIGHT2 0x4002
517 #define GL_LIGHT3 0x4003
518 #define GL_LIGHT4 0x4004
519 #define GL_LIGHT5 0x4005
520 #define GL_LIGHT6 0x4006
521 #define GL_LIGHT7 0x4007
524 #define GL_ARRAY_BUFFER 0x8892
525 #define GL_ELEMENT_ARRAY_BUFFER 0x8893
527 #define GL_ARRAY_BUFFER_BINDING 0x8894
528 #define GL_ELEMENT_ARRAY_BUFFER_BINDING 0x8895
529 #define GL_VERTEX_ARRAY_BUFFER_BINDING 0x8896
530 #define GL_NORMAL_ARRAY_BUFFER_BINDING 0x8897
531 #define GL_COLOR_ARRAY_BUFFER_BINDING 0x8898
532 #define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 0x889A
534 #define GL_STATIC_DRAW 0x88E4
535 #define GL_DYNAMIC_DRAW 0x88E8
537 #define GL_BUFFER_SIZE 0x8764
538 #define GL_BUFFER_USAGE 0x8765
540 /* Texture combine + dot3 */
541 #define GL_SUBTRACT 0x84E7
542 #define GL_COMBINE 0x8570
543 #define GL_COMBINE_RGB 0x8571
544 #define GL_COMBINE_ALPHA 0x8572
545 #define GL_RGB_SCALE 0x8573
546 #define GL_ADD_SIGNED 0x8574
547 #define GL_INTERPOLATE 0x8575
548 #define GL_CONSTANT 0x8576
549 #define GL_PRIMARY_COLOR 0x8577
550 #define GL_PREVIOUS 0x8578
551 #define GL_OPERAND0_RGB 0x8590
552 #define GL_OPERAND1_RGB 0x8591
553 #define GL_OPERAND2_RGB 0x8592
554 #define GL_OPERAND0_ALPHA 0x8598
555 #define GL_OPERAND1_ALPHA 0x8599
556 #define GL_OPERAND2_ALPHA 0x859A
558 #define GL_ALPHA_SCALE 0x0D1C
560 #define GL_SRC0_RGB 0x8580
561 #define GL_SRC1_RGB 0x8581
562 #define GL_SRC2_RGB 0x8582
563 #define GL_SRC0_ALPHA 0x8588
564 #define GL_SRC1_ALPHA 0x8589
565 #define GL_SRC2_ALPHA 0x858A
567 #define GL_DOT3_RGB 0x86AE
568 #define GL_DOT3_RGBA 0x86AF
570 /*------------------------------------------------------------------------*
571 * required OES extension tokens
572 *------------------------------------------------------------------------*/
574 /* OES_read_format */
575 #ifndef GL_OES_read_format
576 #define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A
577 #define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B
580 /* GL_OES_compressed_paletted_texture */
581 #ifndef GL_OES_compressed_paletted_texture
582 #define GL_PALETTE4_RGB8_OES 0x8B90
583 #define GL_PALETTE4_RGBA8_OES 0x8B91
584 #define GL_PALETTE4_R5_G6_B5_OES 0x8B92
585 #define GL_PALETTE4_RGBA4_OES 0x8B93
586 #define GL_PALETTE4_RGB5_A1_OES 0x8B94
587 #define GL_PALETTE8_RGB8_OES 0x8B95
588 #define GL_PALETTE8_RGBA8_OES 0x8B96
589 #define GL_PALETTE8_R5_G6_B5_OES 0x8B97
590 #define GL_PALETTE8_RGBA4_OES 0x8B98
591 #define GL_PALETTE8_RGB5_A1_OES 0x8B99
594 /* OES_point_size_array */
595 #ifndef GL_OES_point_size_array
596 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C
597 #define GL_POINT_SIZE_ARRAY_TYPE_OES 0x898A
598 #define GL_POINT_SIZE_ARRAY_STRIDE_OES 0x898B
599 #define GL_POINT_SIZE_ARRAY_POINTER_OES 0x898C
600 #define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES 0x8B9F
603 /* GL_OES_point_sprite */
604 #ifndef GL_OES_point_sprite
605 #define GL_POINT_SPRITE_OES 0x8861
606 #define GL_COORD_REPLACE_OES 0x8862
609 /*************************************************************/
611 /* Available only in Common profile */
613 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
616 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
618 GL_API void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref);
620 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
623 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
625 GL_API void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
627 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
630 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
632 GL_API void GL_APIENTRY glClearDepthf(GLclampf depth);
634 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
637 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
639 GL_API void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat* equation);
641 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
644 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
646 GL_API void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
648 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
651 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
653 GL_API void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar);
655 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
658 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
660 GL_API void GL_APIENTRY glFogf(GLenum pname, GLfloat param);
662 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
665 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
667 GL_API void GL_APIENTRY glFogfv(GLenum pname, const GLfloat* params);
669 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
672 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
674 GL_API void GL_APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
676 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
679 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
681 GL_API void GL_APIENTRY glGetClipPlanef(GLenum pname, GLfloat eqn[4]);
683 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
686 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
688 GL_API void GL_APIENTRY glGetFloatv(GLenum pname, GLfloat* params);
690 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
693 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
695 GL_API void GL_APIENTRY glGetLightfv(GLenum light, GLenum pname, GLfloat* params);
697 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
700 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
702 GL_API void GL_APIENTRY glGetMaterialfv(GLenum face, GLenum pname, GLfloat* params);
704 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
707 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
709 GL_API void GL_APIENTRY glGetTexEnvfv(GLenum env, GLenum pname, GLfloat* params);
711 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
714 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
716 GL_API void GL_APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params);
718 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
721 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
723 GL_API void GL_APIENTRY glLightModelf(GLenum pname, GLfloat param);
725 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
728 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
730 GL_API void GL_APIENTRY glLightModelfv(GLenum pname, const GLfloat* params);
732 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
735 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
737 GL_API void GL_APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param);
739 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
742 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
744 GL_API void GL_APIENTRY glLightfv(GLenum light, GLenum pname, const GLfloat* params);
746 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
749 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
751 GL_API void GL_APIENTRY glLineWidth(GLfloat width);
753 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
756 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
758 GL_API void GL_APIENTRY glLoadMatrixf(const GLfloat* m);
760 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
763 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
765 GL_API void GL_APIENTRY glMaterialf(GLenum face, GLenum pname, GLfloat param);
767 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
770 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
772 GL_API void GL_APIENTRY glMaterialfv(GLenum face, GLenum pname, const GLfloat* params);
774 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
777 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
779 GL_API void GL_APIENTRY glMultMatrixf(const GLfloat* m);
781 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
784 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
786 GL_API void GL_APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
788 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
791 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
793 GL_API void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
795 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
798 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
800 GL_API void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
802 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
805 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
807 GL_API void GL_APIENTRY glPointParameterf(GLenum pname, GLfloat param);
809 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
812 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
814 GL_API void GL_APIENTRY glPointParameterfv(GLenum pname, const GLfloat* params);
816 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
819 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
821 GL_API void GL_APIENTRY glPointSize(GLfloat size);
823 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
826 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
828 GL_API void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units);
830 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
833 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
835 GL_API void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
837 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
840 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
842 GL_API void GL_APIENTRY glScalef(GLfloat x, GLfloat y, GLfloat z);
844 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
847 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
849 GL_API void GL_APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param);
851 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
854 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
856 GL_API void GL_APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat* params);
858 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
861 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
863 GL_API void GL_APIENTRY glTexParameterf(GLenum target, GLenum pname, GLfloat param);
865 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
868 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
870 GL_API void GL_APIENTRY glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params);
872 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
875 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
877 GL_API void GL_APIENTRY glTranslatef(GLfloat x, GLfloat y, GLfloat z);
879 /* Available in both Common and Common-Lite profiles */
881 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
884 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
886 GL_API void GL_APIENTRY glActiveTexture(GLenum texture);
888 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
891 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
893 GL_API void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref);
895 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
898 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
900 GL_API void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer);
902 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
905 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
907 GL_API void GL_APIENTRY glBindTexture(GLenum target, GLuint texture);
909 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
912 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
914 GL_API void GL_APIENTRY glBlendFunc(GLenum sfactor, GLenum dfactor);
916 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
919 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
921 GL_API void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);
923 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
926 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
928 GL_API void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data);
930 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
933 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
935 GL_API void GL_APIENTRY glClear(GLbitfield mask);
937 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
940 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
942 GL_API void GL_APIENTRY glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
944 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
947 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
949 GL_API void GL_APIENTRY glClearDepthx(GLclampx depth);
951 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
954 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
956 GL_API void GL_APIENTRY glClearStencil(GLint s);
958 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
961 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
963 GL_API void GL_APIENTRY glClientActiveTexture(GLenum texture);
965 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
968 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
970 GL_API void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed* equation);
972 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
975 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
977 GL_API void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
979 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
982 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
984 GL_API void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
986 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
989 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
991 GL_API void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
993 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
996 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
998 GL_API void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
1000 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1003 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1005 GL_API void GL_APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
1007 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1010 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1012 GL_API void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
1014 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1017 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1019 GL_API void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
1021 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1024 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1026 GL_API void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
1028 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1031 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1033 GL_API void GL_APIENTRY glCullFace(GLenum mode);
1035 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1038 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1040 GL_API void GL_APIENTRY glDeleteBuffers(GLsizei n, const GLuint* buffers);
1042 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1045 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1047 GL_API void GL_APIENTRY glDeleteTextures(GLsizei n, const GLuint* textures);
1049 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1052 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1054 GL_API void GL_APIENTRY glDepthFunc(GLenum func);
1056 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1059 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1061 GL_API void GL_APIENTRY glDepthMask(GLboolean flag);
1063 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1066 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1068 GL_API void GL_APIENTRY glDepthRangex(GLclampx zNear, GLclampx zFar);
1070 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1073 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1075 GL_API void GL_APIENTRY glDisable(GLenum cap);
1077 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1080 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1082 GL_API void GL_APIENTRY glDisableClientState(GLenum array);
1084 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1087 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1089 GL_API void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count);
1091 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1094 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1096 GL_API void GL_APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
1098 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1101 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1103 GL_API void GL_APIENTRY glEnable(GLenum cap);
1105 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1108 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1110 GL_API void GL_APIENTRY glEnableClientState(GLenum array);
1112 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1115 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1117 GL_API void GL_APIENTRY glFinish(void);
1119 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1122 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1124 GL_API void GL_APIENTRY glFlush(void);
1126 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1129 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1131 GL_API void GL_APIENTRY glFogx(GLenum pname, GLfixed param);
1133 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1136 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1138 GL_API void GL_APIENTRY glFogxv(GLenum pname, const GLfixed* params);
1140 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1143 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1145 GL_API void GL_APIENTRY glFrontFace(GLenum mode);
1147 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1150 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1152 GL_API void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1154 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1157 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1159 GL_API void GL_APIENTRY glGetBooleanv(GLenum pname, GLboolean* params);
1161 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1164 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1166 GL_API void GL_APIENTRY glGetBufferParameteriv(GLenum target, GLenum pname, GLint* params);
1168 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1171 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1173 GL_API void GL_APIENTRY glGetClipPlanex(GLenum pname, GLfixed eqn[4]);
1175 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1178 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1180 GL_API void GL_APIENTRY glGenBuffers(GLsizei n, GLuint* buffers);
1182 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1185 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1187 GL_API void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures);
1189 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1192 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1194 GL_API GLenum GL_APIENTRY glGetError(void);
1196 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1199 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1201 GL_API void GL_APIENTRY glGetFixedv(GLenum pname, GLfixed* params);
1203 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1206 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1208 GL_API void GL_APIENTRY glGetIntegerv(GLenum pname, GLint* params);
1210 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1213 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1215 GL_API void GL_APIENTRY glGetLightxv(GLenum light, GLenum pname, GLfixed* params);
1217 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1220 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1222 GL_API void GL_APIENTRY glGetMaterialxv(GLenum face, GLenum pname, GLfixed* params);
1224 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1227 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1229 GL_API void GL_APIENTRY glGetPointerv(GLenum pname, void** params);
1231 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1234 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1236 GL_API const GLubyte* GL_APIENTRY glGetString(GLenum name);
1238 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1241 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1243 GL_API void GL_APIENTRY glGetTexEnviv(GLenum env, GLenum pname, GLint* params);
1245 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1248 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1250 GL_API void GL_APIENTRY glGetTexEnvxv(GLenum env, GLenum pname, GLfixed* params);
1252 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1255 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1257 GL_API void GL_APIENTRY glGetTexParameteriv(GLenum target, GLenum pname, GLint* params);
1259 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1262 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1264 GL_API void GL_APIENTRY glGetTexParameterxv(GLenum target, GLenum pname, GLfixed* params);
1266 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1269 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1271 GL_API void GL_APIENTRY glHint(GLenum target, GLenum mode);
1273 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1276 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1278 GL_API GLboolean GL_APIENTRY glIsBuffer(GLuint buffer);
1280 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1283 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1285 GL_API GLboolean GL_APIENTRY glIsEnabled(GLenum cap);
1287 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1290 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1292 GL_API GLboolean GL_APIENTRY glIsTexture(GLuint texture);
1294 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1297 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1299 GL_API void GL_APIENTRY glLightModelx(GLenum pname, GLfixed param);
1301 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1304 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1306 GL_API void GL_APIENTRY glLightModelxv(GLenum pname, const GLfixed* params);
1308 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1311 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1313 GL_API void GL_APIENTRY glLightx(GLenum light, GLenum pname, GLfixed param);
1315 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1318 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1320 GL_API void GL_APIENTRY glLightxv(GLenum light, GLenum pname, const GLfixed* params);
1322 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1325 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1327 GL_API void GL_APIENTRY glLineWidthx(GLfixed width);
1329 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1332 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1334 GL_API void GL_APIENTRY glLoadIdentity(void);
1336 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1339 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1341 GL_API void GL_APIENTRY glLoadMatrixx(const GLfixed* m);
1343 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1346 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1348 GL_API void GL_APIENTRY glLogicOp(GLenum opcode);
1350 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1353 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1355 GL_API void GL_APIENTRY glMaterialx(GLenum face, GLenum pname, GLfixed param);
1357 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1360 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1362 GL_API void GL_APIENTRY glMaterialxv(GLenum face, GLenum pname, const GLfixed* params);
1364 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1367 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1369 GL_API void GL_APIENTRY glMatrixMode(GLenum mode);
1371 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1374 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1376 GL_API void GL_APIENTRY glMultMatrixx(const GLfixed* m);
1378 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1381 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1383 GL_API void GL_APIENTRY glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
1385 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1388 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1390 GL_API void GL_APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
1392 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1395 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1397 GL_API void GL_APIENTRY glNormalPointer(GLenum type, GLsizei stride, const GLvoid* pointer);
1399 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1402 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1404 GL_API void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1406 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1409 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1411 GL_API void GL_APIENTRY glPixelStorei(GLenum pname, GLint param);
1413 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1416 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1418 GL_API void GL_APIENTRY glPointParameterx(GLenum pname, GLfixed param);
1420 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1423 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1425 GL_API void GL_APIENTRY glPointParameterxv(GLenum pname, const GLfixed* params);
1427 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1430 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1432 GL_API void GL_APIENTRY glPointSizex(GLfixed size);
1434 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1437 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1439 GL_API void GL_APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units);
1441 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1444 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1446 GL_API void GL_APIENTRY glPopMatrix(void);
1448 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1451 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1453 GL_API void GL_APIENTRY glPushMatrix(void);
1455 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1458 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1460 GL_API void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
1462 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1465 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1467 GL_API void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1469 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1472 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1474 GL_API void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert);
1476 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1479 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1481 GL_API void GL_APIENTRY glSampleCoveragex(GLclampx value, GLboolean invert);
1483 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1486 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1488 GL_API void GL_APIENTRY glScalex(GLfixed x, GLfixed y, GLfixed z);
1490 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1493 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1495 GL_API void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
1497 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1500 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1502 GL_API void GL_APIENTRY glShadeModel(GLenum mode);
1504 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1507 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1509 GL_API void GL_APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask);
1511 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1514 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1516 GL_API void GL_APIENTRY glStencilMask(GLuint mask);
1518 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1521 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1523 GL_API void GL_APIENTRY glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
1525 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1528 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1530 GL_API void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
1532 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1535 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1537 GL_API void GL_APIENTRY glTexEnvi(GLenum target, GLenum pname, GLint param);
1539 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1542 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1544 GL_API void GL_APIENTRY glTexEnvx(GLenum target, GLenum pname, GLfixed param);
1546 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1549 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1551 GL_API void GL_APIENTRY glTexEnviv(GLenum target, GLenum pname, const GLint* params);
1553 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1556 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1558 GL_API void GL_APIENTRY glTexEnvxv(GLenum target, GLenum pname, const GLfixed* params);
1560 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1563 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1565 GL_API void GL_APIENTRY glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
1567 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1570 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1572 GL_API void GL_APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param);
1574 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1577 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1579 GL_API void GL_APIENTRY glTexParameterx(GLenum target, GLenum pname, GLfixed param);
1581 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1584 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1586 GL_API void GL_APIENTRY glTexParameteriv(GLenum target, GLenum pname, const GLint* params);
1588 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1591 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1593 GL_API void GL_APIENTRY glTexParameterxv(GLenum target, GLenum pname, const GLfixed* params);
1595 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1598 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1600 GL_API void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
1602 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1605 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1607 GL_API void GL_APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z);
1609 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1612 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1614 GL_API void GL_APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
1616 * You can find more details at the Khronos Group site: <a href="#" onClick="window.open('http://www.khronos.org/opengles/sdk/1.1/docs/man')" target="_blank">Khronos Group site - OpenGL(R) ES 1.1</a>.
1619 * @feature %http://tizen.org/feature/opengles or %http://tizen.org/feature/opengles.version.1_1
1621 GL_API void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
1623 /*------------------------------------------------------------------------*
1624 * Required OES extension functions
1625 *------------------------------------------------------------------------*/
1627 /* GL_OES_read_format */
1628 #ifndef GL_OES_read_format
1629 #define GL_OES_read_format 1
1632 /* GL_OES_compressed_paletted_texture */
1633 #ifndef GL_OES_compressed_paletted_texture
1634 #define GL_OES_compressed_paletted_texture 1
1637 /* GL_OES_point_size_array */
1638 #ifndef GL_OES_point_size_array
1639 #define GL_OES_point_size_array 1
1641 * @page EGLglPointSizePointerOES Compatibility for glPointSizePointerOES.
1642 * @section CompClassNameMethodNamePageIssueSection Issues
1643 * Implementation of this method in API versions prior to 1.2 has the following issue: @n
1645 * -# This method does not work as expected in API versions prior to 1.2.
1647 * @section CompClassNameMethodNamePageSolutionSection Resolutions
1648 * The issue mentioned above is resolved in API version 1.1, and it is recommended to use API version 1.2 or above.
1652 * Defines an array of point sizes.
1653 * You can find more details at the Khronos Group site: http://www.khronos.org/opengles/sdk/1.1/docs/man.
1658 GL_API void GL_APIENTRY glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid* pointer);
1661 /* GL_OES_point_sprite */
1662 #ifndef GL_OES_point_sprite
1663 #define GL_OES_point_sprite 1
1674 #endif /* __gl_h_ */