15bd8deadSopenharmony_ci#ifndef __gles1_gl_h_ 25bd8deadSopenharmony_ci#define __gles1_gl_h_ 1 35bd8deadSopenharmony_ci 45bd8deadSopenharmony_ci#ifdef __cplusplus 55bd8deadSopenharmony_ciextern "C" { 65bd8deadSopenharmony_ci#endif 75bd8deadSopenharmony_ci 85bd8deadSopenharmony_ci/* 95bd8deadSopenharmony_ci** Copyright 2013-2020 The Khronos Group Inc. 105bd8deadSopenharmony_ci** SPDX-License-Identifier: MIT 115bd8deadSopenharmony_ci** 125bd8deadSopenharmony_ci** This header is generated from the Khronos OpenGL / OpenGL ES XML 135bd8deadSopenharmony_ci** API Registry. The current version of the Registry, generator scripts 145bd8deadSopenharmony_ci** used to make the header, and the header can be found at 155bd8deadSopenharmony_ci** https://github.com/KhronosGroup/OpenGL-Registry 165bd8deadSopenharmony_ci*/ 175bd8deadSopenharmony_ci 185bd8deadSopenharmony_ci#include <GLES/glplatform.h> 195bd8deadSopenharmony_ci 205bd8deadSopenharmony_ci/* Generated on date 20230220 */ 215bd8deadSopenharmony_ci 225bd8deadSopenharmony_ci/* Generated C header for: 235bd8deadSopenharmony_ci * API: gles1 245bd8deadSopenharmony_ci * Profile: common 255bd8deadSopenharmony_ci * Versions considered: .* 265bd8deadSopenharmony_ci * Versions emitted: .* 275bd8deadSopenharmony_ci * Default extensions included: None 285bd8deadSopenharmony_ci * Additional extensions included: ^(GL_OES_read_format|GL_OES_compressed_paletted_texture|GL_OES_point_size_array|GL_OES_point_sprite)$ 295bd8deadSopenharmony_ci * Extensions removed: _nomatch_^ 305bd8deadSopenharmony_ci */ 315bd8deadSopenharmony_ci 325bd8deadSopenharmony_ci#ifndef GL_VERSION_ES_CM_1_0 335bd8deadSopenharmony_ci#define GL_VERSION_ES_CM_1_0 1 345bd8deadSopenharmony_ci#include <KHR/khrplatform.h> 355bd8deadSopenharmony_citypedef khronos_int8_t GLbyte; 365bd8deadSopenharmony_citypedef khronos_float_t GLclampf; 375bd8deadSopenharmony_citypedef khronos_int16_t GLshort; 385bd8deadSopenharmony_citypedef khronos_uint16_t GLushort; 395bd8deadSopenharmony_citypedef void GLvoid; 405bd8deadSopenharmony_citypedef unsigned int GLenum; 415bd8deadSopenharmony_citypedef khronos_float_t GLfloat; 425bd8deadSopenharmony_citypedef khronos_int32_t GLfixed; 435bd8deadSopenharmony_citypedef unsigned int GLuint; 445bd8deadSopenharmony_citypedef khronos_ssize_t GLsizeiptr; 455bd8deadSopenharmony_citypedef khronos_intptr_t GLintptr; 465bd8deadSopenharmony_citypedef unsigned int GLbitfield; 475bd8deadSopenharmony_citypedef int GLint; 485bd8deadSopenharmony_citypedef khronos_uint8_t GLubyte; 495bd8deadSopenharmony_citypedef unsigned char GLboolean; 505bd8deadSopenharmony_citypedef int GLsizei; 515bd8deadSopenharmony_citypedef khronos_int32_t GLclampx; 525bd8deadSopenharmony_ci#define GL_VERSION_ES_CL_1_0 1 535bd8deadSopenharmony_ci#define GL_VERSION_ES_CM_1_1 1 545bd8deadSopenharmony_ci#define GL_VERSION_ES_CL_1_1 1 555bd8deadSopenharmony_ci#define GL_DEPTH_BUFFER_BIT 0x00000100 565bd8deadSopenharmony_ci#define GL_STENCIL_BUFFER_BIT 0x00000400 575bd8deadSopenharmony_ci#define GL_COLOR_BUFFER_BIT 0x00004000 585bd8deadSopenharmony_ci#define GL_FALSE 0 595bd8deadSopenharmony_ci#define GL_TRUE 1 605bd8deadSopenharmony_ci#define GL_POINTS 0x0000 615bd8deadSopenharmony_ci#define GL_LINES 0x0001 625bd8deadSopenharmony_ci#define GL_LINE_LOOP 0x0002 635bd8deadSopenharmony_ci#define GL_LINE_STRIP 0x0003 645bd8deadSopenharmony_ci#define GL_TRIANGLES 0x0004 655bd8deadSopenharmony_ci#define GL_TRIANGLE_STRIP 0x0005 665bd8deadSopenharmony_ci#define GL_TRIANGLE_FAN 0x0006 675bd8deadSopenharmony_ci#define GL_NEVER 0x0200 685bd8deadSopenharmony_ci#define GL_LESS 0x0201 695bd8deadSopenharmony_ci#define GL_EQUAL 0x0202 705bd8deadSopenharmony_ci#define GL_LEQUAL 0x0203 715bd8deadSopenharmony_ci#define GL_GREATER 0x0204 725bd8deadSopenharmony_ci#define GL_NOTEQUAL 0x0205 735bd8deadSopenharmony_ci#define GL_GEQUAL 0x0206 745bd8deadSopenharmony_ci#define GL_ALWAYS 0x0207 755bd8deadSopenharmony_ci#define GL_ZERO 0 765bd8deadSopenharmony_ci#define GL_ONE 1 775bd8deadSopenharmony_ci#define GL_SRC_COLOR 0x0300 785bd8deadSopenharmony_ci#define GL_ONE_MINUS_SRC_COLOR 0x0301 795bd8deadSopenharmony_ci#define GL_SRC_ALPHA 0x0302 805bd8deadSopenharmony_ci#define GL_ONE_MINUS_SRC_ALPHA 0x0303 815bd8deadSopenharmony_ci#define GL_DST_ALPHA 0x0304 825bd8deadSopenharmony_ci#define GL_ONE_MINUS_DST_ALPHA 0x0305 835bd8deadSopenharmony_ci#define GL_DST_COLOR 0x0306 845bd8deadSopenharmony_ci#define GL_ONE_MINUS_DST_COLOR 0x0307 855bd8deadSopenharmony_ci#define GL_SRC_ALPHA_SATURATE 0x0308 865bd8deadSopenharmony_ci#define GL_CLIP_PLANE0 0x3000 875bd8deadSopenharmony_ci#define GL_CLIP_PLANE1 0x3001 885bd8deadSopenharmony_ci#define GL_CLIP_PLANE2 0x3002 895bd8deadSopenharmony_ci#define GL_CLIP_PLANE3 0x3003 905bd8deadSopenharmony_ci#define GL_CLIP_PLANE4 0x3004 915bd8deadSopenharmony_ci#define GL_CLIP_PLANE5 0x3005 925bd8deadSopenharmony_ci#define GL_FRONT 0x0404 935bd8deadSopenharmony_ci#define GL_BACK 0x0405 945bd8deadSopenharmony_ci#define GL_FRONT_AND_BACK 0x0408 955bd8deadSopenharmony_ci#define GL_FOG 0x0B60 965bd8deadSopenharmony_ci#define GL_LIGHTING 0x0B50 975bd8deadSopenharmony_ci#define GL_TEXTURE_2D 0x0DE1 985bd8deadSopenharmony_ci#define GL_CULL_FACE 0x0B44 995bd8deadSopenharmony_ci#define GL_ALPHA_TEST 0x0BC0 1005bd8deadSopenharmony_ci#define GL_BLEND 0x0BE2 1015bd8deadSopenharmony_ci#define GL_COLOR_LOGIC_OP 0x0BF2 1025bd8deadSopenharmony_ci#define GL_DITHER 0x0BD0 1035bd8deadSopenharmony_ci#define GL_STENCIL_TEST 0x0B90 1045bd8deadSopenharmony_ci#define GL_DEPTH_TEST 0x0B71 1055bd8deadSopenharmony_ci#define GL_POINT_SMOOTH 0x0B10 1065bd8deadSopenharmony_ci#define GL_LINE_SMOOTH 0x0B20 1075bd8deadSopenharmony_ci#define GL_SCISSOR_TEST 0x0C11 1085bd8deadSopenharmony_ci#define GL_COLOR_MATERIAL 0x0B57 1095bd8deadSopenharmony_ci#define GL_NORMALIZE 0x0BA1 1105bd8deadSopenharmony_ci#define GL_RESCALE_NORMAL 0x803A 1115bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY 0x8074 1125bd8deadSopenharmony_ci#define GL_NORMAL_ARRAY 0x8075 1135bd8deadSopenharmony_ci#define GL_COLOR_ARRAY 0x8076 1145bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY 0x8078 1155bd8deadSopenharmony_ci#define GL_MULTISAMPLE 0x809D 1165bd8deadSopenharmony_ci#define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E 1175bd8deadSopenharmony_ci#define GL_SAMPLE_ALPHA_TO_ONE 0x809F 1185bd8deadSopenharmony_ci#define GL_SAMPLE_COVERAGE 0x80A0 1195bd8deadSopenharmony_ci#define GL_NO_ERROR 0 1205bd8deadSopenharmony_ci#define GL_INVALID_ENUM 0x0500 1215bd8deadSopenharmony_ci#define GL_INVALID_VALUE 0x0501 1225bd8deadSopenharmony_ci#define GL_INVALID_OPERATION 0x0502 1235bd8deadSopenharmony_ci#define GL_STACK_OVERFLOW 0x0503 1245bd8deadSopenharmony_ci#define GL_STACK_UNDERFLOW 0x0504 1255bd8deadSopenharmony_ci#define GL_OUT_OF_MEMORY 0x0505 1265bd8deadSopenharmony_ci#define GL_EXP 0x0800 1275bd8deadSopenharmony_ci#define GL_EXP2 0x0801 1285bd8deadSopenharmony_ci#define GL_FOG_DENSITY 0x0B62 1295bd8deadSopenharmony_ci#define GL_FOG_START 0x0B63 1305bd8deadSopenharmony_ci#define GL_FOG_END 0x0B64 1315bd8deadSopenharmony_ci#define GL_FOG_MODE 0x0B65 1325bd8deadSopenharmony_ci#define GL_FOG_COLOR 0x0B66 1335bd8deadSopenharmony_ci#define GL_CW 0x0900 1345bd8deadSopenharmony_ci#define GL_CCW 0x0901 1355bd8deadSopenharmony_ci#define GL_CURRENT_COLOR 0x0B00 1365bd8deadSopenharmony_ci#define GL_CURRENT_NORMAL 0x0B02 1375bd8deadSopenharmony_ci#define GL_CURRENT_TEXTURE_COORDS 0x0B03 1385bd8deadSopenharmony_ci#define GL_POINT_SIZE 0x0B11 1395bd8deadSopenharmony_ci#define GL_POINT_SIZE_MIN 0x8126 1405bd8deadSopenharmony_ci#define GL_POINT_SIZE_MAX 0x8127 1415bd8deadSopenharmony_ci#define GL_POINT_FADE_THRESHOLD_SIZE 0x8128 1425bd8deadSopenharmony_ci#define GL_POINT_DISTANCE_ATTENUATION 0x8129 1435bd8deadSopenharmony_ci#define GL_SMOOTH_POINT_SIZE_RANGE 0x0B12 1445bd8deadSopenharmony_ci#define GL_LINE_WIDTH 0x0B21 1455bd8deadSopenharmony_ci#define GL_SMOOTH_LINE_WIDTH_RANGE 0x0B22 1465bd8deadSopenharmony_ci#define GL_ALIASED_POINT_SIZE_RANGE 0x846D 1475bd8deadSopenharmony_ci#define GL_ALIASED_LINE_WIDTH_RANGE 0x846E 1485bd8deadSopenharmony_ci#define GL_CULL_FACE_MODE 0x0B45 1495bd8deadSopenharmony_ci#define GL_FRONT_FACE 0x0B46 1505bd8deadSopenharmony_ci#define GL_SHADE_MODEL 0x0B54 1515bd8deadSopenharmony_ci#define GL_DEPTH_RANGE 0x0B70 1525bd8deadSopenharmony_ci#define GL_DEPTH_WRITEMASK 0x0B72 1535bd8deadSopenharmony_ci#define GL_DEPTH_CLEAR_VALUE 0x0B73 1545bd8deadSopenharmony_ci#define GL_DEPTH_FUNC 0x0B74 1555bd8deadSopenharmony_ci#define GL_STENCIL_CLEAR_VALUE 0x0B91 1565bd8deadSopenharmony_ci#define GL_STENCIL_FUNC 0x0B92 1575bd8deadSopenharmony_ci#define GL_STENCIL_VALUE_MASK 0x0B93 1585bd8deadSopenharmony_ci#define GL_STENCIL_FAIL 0x0B94 1595bd8deadSopenharmony_ci#define GL_STENCIL_PASS_DEPTH_FAIL 0x0B95 1605bd8deadSopenharmony_ci#define GL_STENCIL_PASS_DEPTH_PASS 0x0B96 1615bd8deadSopenharmony_ci#define GL_STENCIL_REF 0x0B97 1625bd8deadSopenharmony_ci#define GL_STENCIL_WRITEMASK 0x0B98 1635bd8deadSopenharmony_ci#define GL_MATRIX_MODE 0x0BA0 1645bd8deadSopenharmony_ci#define GL_VIEWPORT 0x0BA2 1655bd8deadSopenharmony_ci#define GL_MODELVIEW_STACK_DEPTH 0x0BA3 1665bd8deadSopenharmony_ci#define GL_PROJECTION_STACK_DEPTH 0x0BA4 1675bd8deadSopenharmony_ci#define GL_TEXTURE_STACK_DEPTH 0x0BA5 1685bd8deadSopenharmony_ci#define GL_MODELVIEW_MATRIX 0x0BA6 1695bd8deadSopenharmony_ci#define GL_PROJECTION_MATRIX 0x0BA7 1705bd8deadSopenharmony_ci#define GL_TEXTURE_MATRIX 0x0BA8 1715bd8deadSopenharmony_ci#define GL_ALPHA_TEST_FUNC 0x0BC1 1725bd8deadSopenharmony_ci#define GL_ALPHA_TEST_REF 0x0BC2 1735bd8deadSopenharmony_ci#define GL_BLEND_DST 0x0BE0 1745bd8deadSopenharmony_ci#define GL_BLEND_SRC 0x0BE1 1755bd8deadSopenharmony_ci#define GL_LOGIC_OP_MODE 0x0BF0 1765bd8deadSopenharmony_ci#define GL_SCISSOR_BOX 0x0C10 1775bd8deadSopenharmony_ci#define GL_COLOR_CLEAR_VALUE 0x0C22 1785bd8deadSopenharmony_ci#define GL_COLOR_WRITEMASK 0x0C23 1795bd8deadSopenharmony_ci#define GL_MAX_LIGHTS 0x0D31 1805bd8deadSopenharmony_ci#define GL_MAX_CLIP_PLANES 0x0D32 1815bd8deadSopenharmony_ci#define GL_MAX_TEXTURE_SIZE 0x0D33 1825bd8deadSopenharmony_ci#define GL_MAX_MODELVIEW_STACK_DEPTH 0x0D36 1835bd8deadSopenharmony_ci#define GL_MAX_PROJECTION_STACK_DEPTH 0x0D38 1845bd8deadSopenharmony_ci#define GL_MAX_TEXTURE_STACK_DEPTH 0x0D39 1855bd8deadSopenharmony_ci#define GL_MAX_VIEWPORT_DIMS 0x0D3A 1865bd8deadSopenharmony_ci#define GL_MAX_TEXTURE_UNITS 0x84E2 1875bd8deadSopenharmony_ci#define GL_SUBPIXEL_BITS 0x0D50 1885bd8deadSopenharmony_ci#define GL_RED_BITS 0x0D52 1895bd8deadSopenharmony_ci#define GL_GREEN_BITS 0x0D53 1905bd8deadSopenharmony_ci#define GL_BLUE_BITS 0x0D54 1915bd8deadSopenharmony_ci#define GL_ALPHA_BITS 0x0D55 1925bd8deadSopenharmony_ci#define GL_DEPTH_BITS 0x0D56 1935bd8deadSopenharmony_ci#define GL_STENCIL_BITS 0x0D57 1945bd8deadSopenharmony_ci#define GL_POLYGON_OFFSET_UNITS 0x2A00 1955bd8deadSopenharmony_ci#define GL_POLYGON_OFFSET_FILL 0x8037 1965bd8deadSopenharmony_ci#define GL_POLYGON_OFFSET_FACTOR 0x8038 1975bd8deadSopenharmony_ci#define GL_TEXTURE_BINDING_2D 0x8069 1985bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY_SIZE 0x807A 1995bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY_TYPE 0x807B 2005bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY_STRIDE 0x807C 2015bd8deadSopenharmony_ci#define GL_NORMAL_ARRAY_TYPE 0x807E 2025bd8deadSopenharmony_ci#define GL_NORMAL_ARRAY_STRIDE 0x807F 2035bd8deadSopenharmony_ci#define GL_COLOR_ARRAY_SIZE 0x8081 2045bd8deadSopenharmony_ci#define GL_COLOR_ARRAY_TYPE 0x8082 2055bd8deadSopenharmony_ci#define GL_COLOR_ARRAY_STRIDE 0x8083 2065bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY_SIZE 0x8088 2075bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY_TYPE 0x8089 2085bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY_STRIDE 0x808A 2095bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY_POINTER 0x808E 2105bd8deadSopenharmony_ci#define GL_NORMAL_ARRAY_POINTER 0x808F 2115bd8deadSopenharmony_ci#define GL_COLOR_ARRAY_POINTER 0x8090 2125bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY_POINTER 0x8092 2135bd8deadSopenharmony_ci#define GL_SAMPLE_BUFFERS 0x80A8 2145bd8deadSopenharmony_ci#define GL_SAMPLES 0x80A9 2155bd8deadSopenharmony_ci#define GL_SAMPLE_COVERAGE_VALUE 0x80AA 2165bd8deadSopenharmony_ci#define GL_SAMPLE_COVERAGE_INVERT 0x80AB 2175bd8deadSopenharmony_ci#define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2 2185bd8deadSopenharmony_ci#define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 2195bd8deadSopenharmony_ci#define GL_DONT_CARE 0x1100 2205bd8deadSopenharmony_ci#define GL_FASTEST 0x1101 2215bd8deadSopenharmony_ci#define GL_NICEST 0x1102 2225bd8deadSopenharmony_ci#define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 2235bd8deadSopenharmony_ci#define GL_POINT_SMOOTH_HINT 0x0C51 2245bd8deadSopenharmony_ci#define GL_LINE_SMOOTH_HINT 0x0C52 2255bd8deadSopenharmony_ci#define GL_FOG_HINT 0x0C54 2265bd8deadSopenharmony_ci#define GL_GENERATE_MIPMAP_HINT 0x8192 2275bd8deadSopenharmony_ci#define GL_LIGHT_MODEL_AMBIENT 0x0B53 2285bd8deadSopenharmony_ci#define GL_LIGHT_MODEL_TWO_SIDE 0x0B52 2295bd8deadSopenharmony_ci#define GL_AMBIENT 0x1200 2305bd8deadSopenharmony_ci#define GL_DIFFUSE 0x1201 2315bd8deadSopenharmony_ci#define GL_SPECULAR 0x1202 2325bd8deadSopenharmony_ci#define GL_POSITION 0x1203 2335bd8deadSopenharmony_ci#define GL_SPOT_DIRECTION 0x1204 2345bd8deadSopenharmony_ci#define GL_SPOT_EXPONENT 0x1205 2355bd8deadSopenharmony_ci#define GL_SPOT_CUTOFF 0x1206 2365bd8deadSopenharmony_ci#define GL_CONSTANT_ATTENUATION 0x1207 2375bd8deadSopenharmony_ci#define GL_LINEAR_ATTENUATION 0x1208 2385bd8deadSopenharmony_ci#define GL_QUADRATIC_ATTENUATION 0x1209 2395bd8deadSopenharmony_ci#define GL_BYTE 0x1400 2405bd8deadSopenharmony_ci#define GL_UNSIGNED_BYTE 0x1401 2415bd8deadSopenharmony_ci#define GL_SHORT 0x1402 2425bd8deadSopenharmony_ci#define GL_UNSIGNED_SHORT 0x1403 2435bd8deadSopenharmony_ci#define GL_FLOAT 0x1406 2445bd8deadSopenharmony_ci#define GL_FIXED 0x140C 2455bd8deadSopenharmony_ci#define GL_CLEAR 0x1500 2465bd8deadSopenharmony_ci#define GL_AND 0x1501 2475bd8deadSopenharmony_ci#define GL_AND_REVERSE 0x1502 2485bd8deadSopenharmony_ci#define GL_COPY 0x1503 2495bd8deadSopenharmony_ci#define GL_AND_INVERTED 0x1504 2505bd8deadSopenharmony_ci#define GL_NOOP 0x1505 2515bd8deadSopenharmony_ci#define GL_XOR 0x1506 2525bd8deadSopenharmony_ci#define GL_OR 0x1507 2535bd8deadSopenharmony_ci#define GL_NOR 0x1508 2545bd8deadSopenharmony_ci#define GL_EQUIV 0x1509 2555bd8deadSopenharmony_ci#define GL_INVERT 0x150A 2565bd8deadSopenharmony_ci#define GL_OR_REVERSE 0x150B 2575bd8deadSopenharmony_ci#define GL_COPY_INVERTED 0x150C 2585bd8deadSopenharmony_ci#define GL_OR_INVERTED 0x150D 2595bd8deadSopenharmony_ci#define GL_NAND 0x150E 2605bd8deadSopenharmony_ci#define GL_SET 0x150F 2615bd8deadSopenharmony_ci#define GL_EMISSION 0x1600 2625bd8deadSopenharmony_ci#define GL_SHININESS 0x1601 2635bd8deadSopenharmony_ci#define GL_AMBIENT_AND_DIFFUSE 0x1602 2645bd8deadSopenharmony_ci#define GL_MODELVIEW 0x1700 2655bd8deadSopenharmony_ci#define GL_PROJECTION 0x1701 2665bd8deadSopenharmony_ci#define GL_TEXTURE 0x1702 2675bd8deadSopenharmony_ci#define GL_ALPHA 0x1906 2685bd8deadSopenharmony_ci#define GL_RGB 0x1907 2695bd8deadSopenharmony_ci#define GL_RGBA 0x1908 2705bd8deadSopenharmony_ci#define GL_LUMINANCE 0x1909 2715bd8deadSopenharmony_ci#define GL_LUMINANCE_ALPHA 0x190A 2725bd8deadSopenharmony_ci#define GL_UNPACK_ALIGNMENT 0x0CF5 2735bd8deadSopenharmony_ci#define GL_PACK_ALIGNMENT 0x0D05 2745bd8deadSopenharmony_ci#define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 2755bd8deadSopenharmony_ci#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 2765bd8deadSopenharmony_ci#define GL_UNSIGNED_SHORT_5_6_5 0x8363 2775bd8deadSopenharmony_ci#define GL_FLAT 0x1D00 2785bd8deadSopenharmony_ci#define GL_SMOOTH 0x1D01 2795bd8deadSopenharmony_ci#define GL_KEEP 0x1E00 2805bd8deadSopenharmony_ci#define GL_REPLACE 0x1E01 2815bd8deadSopenharmony_ci#define GL_INCR 0x1E02 2825bd8deadSopenharmony_ci#define GL_DECR 0x1E03 2835bd8deadSopenharmony_ci#define GL_VENDOR 0x1F00 2845bd8deadSopenharmony_ci#define GL_RENDERER 0x1F01 2855bd8deadSopenharmony_ci#define GL_VERSION 0x1F02 2865bd8deadSopenharmony_ci#define GL_EXTENSIONS 0x1F03 2875bd8deadSopenharmony_ci#define GL_MODULATE 0x2100 2885bd8deadSopenharmony_ci#define GL_DECAL 0x2101 2895bd8deadSopenharmony_ci#define GL_ADD 0x0104 2905bd8deadSopenharmony_ci#define GL_TEXTURE_ENV_MODE 0x2200 2915bd8deadSopenharmony_ci#define GL_TEXTURE_ENV_COLOR 0x2201 2925bd8deadSopenharmony_ci#define GL_TEXTURE_ENV 0x2300 2935bd8deadSopenharmony_ci#define GL_NEAREST 0x2600 2945bd8deadSopenharmony_ci#define GL_LINEAR 0x2601 2955bd8deadSopenharmony_ci#define GL_NEAREST_MIPMAP_NEAREST 0x2700 2965bd8deadSopenharmony_ci#define GL_LINEAR_MIPMAP_NEAREST 0x2701 2975bd8deadSopenharmony_ci#define GL_NEAREST_MIPMAP_LINEAR 0x2702 2985bd8deadSopenharmony_ci#define GL_LINEAR_MIPMAP_LINEAR 0x2703 2995bd8deadSopenharmony_ci#define GL_TEXTURE_MAG_FILTER 0x2800 3005bd8deadSopenharmony_ci#define GL_TEXTURE_MIN_FILTER 0x2801 3015bd8deadSopenharmony_ci#define GL_TEXTURE_WRAP_S 0x2802 3025bd8deadSopenharmony_ci#define GL_TEXTURE_WRAP_T 0x2803 3035bd8deadSopenharmony_ci#define GL_GENERATE_MIPMAP 0x8191 3045bd8deadSopenharmony_ci#define GL_TEXTURE0 0x84C0 3055bd8deadSopenharmony_ci#define GL_TEXTURE1 0x84C1 3065bd8deadSopenharmony_ci#define GL_TEXTURE2 0x84C2 3075bd8deadSopenharmony_ci#define GL_TEXTURE3 0x84C3 3085bd8deadSopenharmony_ci#define GL_TEXTURE4 0x84C4 3095bd8deadSopenharmony_ci#define GL_TEXTURE5 0x84C5 3105bd8deadSopenharmony_ci#define GL_TEXTURE6 0x84C6 3115bd8deadSopenharmony_ci#define GL_TEXTURE7 0x84C7 3125bd8deadSopenharmony_ci#define GL_TEXTURE8 0x84C8 3135bd8deadSopenharmony_ci#define GL_TEXTURE9 0x84C9 3145bd8deadSopenharmony_ci#define GL_TEXTURE10 0x84CA 3155bd8deadSopenharmony_ci#define GL_TEXTURE11 0x84CB 3165bd8deadSopenharmony_ci#define GL_TEXTURE12 0x84CC 3175bd8deadSopenharmony_ci#define GL_TEXTURE13 0x84CD 3185bd8deadSopenharmony_ci#define GL_TEXTURE14 0x84CE 3195bd8deadSopenharmony_ci#define GL_TEXTURE15 0x84CF 3205bd8deadSopenharmony_ci#define GL_TEXTURE16 0x84D0 3215bd8deadSopenharmony_ci#define GL_TEXTURE17 0x84D1 3225bd8deadSopenharmony_ci#define GL_TEXTURE18 0x84D2 3235bd8deadSopenharmony_ci#define GL_TEXTURE19 0x84D3 3245bd8deadSopenharmony_ci#define GL_TEXTURE20 0x84D4 3255bd8deadSopenharmony_ci#define GL_TEXTURE21 0x84D5 3265bd8deadSopenharmony_ci#define GL_TEXTURE22 0x84D6 3275bd8deadSopenharmony_ci#define GL_TEXTURE23 0x84D7 3285bd8deadSopenharmony_ci#define GL_TEXTURE24 0x84D8 3295bd8deadSopenharmony_ci#define GL_TEXTURE25 0x84D9 3305bd8deadSopenharmony_ci#define GL_TEXTURE26 0x84DA 3315bd8deadSopenharmony_ci#define GL_TEXTURE27 0x84DB 3325bd8deadSopenharmony_ci#define GL_TEXTURE28 0x84DC 3335bd8deadSopenharmony_ci#define GL_TEXTURE29 0x84DD 3345bd8deadSopenharmony_ci#define GL_TEXTURE30 0x84DE 3355bd8deadSopenharmony_ci#define GL_TEXTURE31 0x84DF 3365bd8deadSopenharmony_ci#define GL_ACTIVE_TEXTURE 0x84E0 3375bd8deadSopenharmony_ci#define GL_CLIENT_ACTIVE_TEXTURE 0x84E1 3385bd8deadSopenharmony_ci#define GL_REPEAT 0x2901 3395bd8deadSopenharmony_ci#define GL_CLAMP_TO_EDGE 0x812F 3405bd8deadSopenharmony_ci#define GL_LIGHT0 0x4000 3415bd8deadSopenharmony_ci#define GL_LIGHT1 0x4001 3425bd8deadSopenharmony_ci#define GL_LIGHT2 0x4002 3435bd8deadSopenharmony_ci#define GL_LIGHT3 0x4003 3445bd8deadSopenharmony_ci#define GL_LIGHT4 0x4004 3455bd8deadSopenharmony_ci#define GL_LIGHT5 0x4005 3465bd8deadSopenharmony_ci#define GL_LIGHT6 0x4006 3475bd8deadSopenharmony_ci#define GL_LIGHT7 0x4007 3485bd8deadSopenharmony_ci#define GL_ARRAY_BUFFER 0x8892 3495bd8deadSopenharmony_ci#define GL_ELEMENT_ARRAY_BUFFER 0x8893 3505bd8deadSopenharmony_ci#define GL_ARRAY_BUFFER_BINDING 0x8894 3515bd8deadSopenharmony_ci#define GL_ELEMENT_ARRAY_BUFFER_BINDING 0x8895 3525bd8deadSopenharmony_ci#define GL_VERTEX_ARRAY_BUFFER_BINDING 0x8896 3535bd8deadSopenharmony_ci#define GL_NORMAL_ARRAY_BUFFER_BINDING 0x8897 3545bd8deadSopenharmony_ci#define GL_COLOR_ARRAY_BUFFER_BINDING 0x8898 3555bd8deadSopenharmony_ci#define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 0x889A 3565bd8deadSopenharmony_ci#define GL_STATIC_DRAW 0x88E4 3575bd8deadSopenharmony_ci#define GL_DYNAMIC_DRAW 0x88E8 3585bd8deadSopenharmony_ci#define GL_BUFFER_SIZE 0x8764 3595bd8deadSopenharmony_ci#define GL_BUFFER_USAGE 0x8765 3605bd8deadSopenharmony_ci#define GL_SUBTRACT 0x84E7 3615bd8deadSopenharmony_ci#define GL_COMBINE 0x8570 3625bd8deadSopenharmony_ci#define GL_COMBINE_RGB 0x8571 3635bd8deadSopenharmony_ci#define GL_COMBINE_ALPHA 0x8572 3645bd8deadSopenharmony_ci#define GL_RGB_SCALE 0x8573 3655bd8deadSopenharmony_ci#define GL_ADD_SIGNED 0x8574 3665bd8deadSopenharmony_ci#define GL_INTERPOLATE 0x8575 3675bd8deadSopenharmony_ci#define GL_CONSTANT 0x8576 3685bd8deadSopenharmony_ci#define GL_PRIMARY_COLOR 0x8577 3695bd8deadSopenharmony_ci#define GL_PREVIOUS 0x8578 3705bd8deadSopenharmony_ci#define GL_OPERAND0_RGB 0x8590 3715bd8deadSopenharmony_ci#define GL_OPERAND1_RGB 0x8591 3725bd8deadSopenharmony_ci#define GL_OPERAND2_RGB 0x8592 3735bd8deadSopenharmony_ci#define GL_OPERAND0_ALPHA 0x8598 3745bd8deadSopenharmony_ci#define GL_OPERAND1_ALPHA 0x8599 3755bd8deadSopenharmony_ci#define GL_OPERAND2_ALPHA 0x859A 3765bd8deadSopenharmony_ci#define GL_ALPHA_SCALE 0x0D1C 3775bd8deadSopenharmony_ci#define GL_SRC0_RGB 0x8580 3785bd8deadSopenharmony_ci#define GL_SRC1_RGB 0x8581 3795bd8deadSopenharmony_ci#define GL_SRC2_RGB 0x8582 3805bd8deadSopenharmony_ci#define GL_SRC0_ALPHA 0x8588 3815bd8deadSopenharmony_ci#define GL_SRC1_ALPHA 0x8589 3825bd8deadSopenharmony_ci#define GL_SRC2_ALPHA 0x858A 3835bd8deadSopenharmony_ci#define GL_DOT3_RGB 0x86AE 3845bd8deadSopenharmony_ci#define GL_DOT3_RGBA 0x86AF 3855bd8deadSopenharmony_ciGL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref); 3865bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 3875bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClearDepthf (GLfloat d); 3885bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn); 3895bd8deadSopenharmony_ciGL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 3905bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 3915bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); 3925bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); 3935bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); 3945bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); 3955bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data); 3965bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 3975bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); 3985bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); 3995bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); 4005bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightModelf (GLenum pname, GLfloat param); 4015bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params); 4025bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param); 4035bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); 4045bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLineWidth (GLfloat width); 4055bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m); 4065bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMaterialf (GLenum face, GLenum pname, GLfloat param); 4075bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMaterialfv (GLenum face, GLenum pname, const GLfloat *params); 4085bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m); 4095bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); 4105bd8deadSopenharmony_ciGL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 4115bd8deadSopenharmony_ciGL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); 4125bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointParameterf (GLenum pname, GLfloat param); 4135bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params); 4145bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointSize (GLfloat size); 4155bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); 4165bd8deadSopenharmony_ciGL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z); 4175bd8deadSopenharmony_ciGL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z); 4185bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param); 4195bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params); 4205bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param); 4215bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params); 4225bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z); 4235bd8deadSopenharmony_ciGL_API void GL_APIENTRY glActiveTexture (GLenum texture); 4245bd8deadSopenharmony_ciGL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 4255bd8deadSopenharmony_ciGL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 4265bd8deadSopenharmony_ciGL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 4275bd8deadSopenharmony_ciGL_API void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor); 4285bd8deadSopenharmony_ciGL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage); 4295bd8deadSopenharmony_ciGL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 4305bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClear (GLbitfield mask); 4315bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 4325bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 4335bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClearStencil (GLint s); 4345bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClientActiveTexture (GLenum texture); 4355bd8deadSopenharmony_ciGL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 4365bd8deadSopenharmony_ciGL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 4375bd8deadSopenharmony_ciGL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 4385bd8deadSopenharmony_ciGL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 4395bd8deadSopenharmony_ciGL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); 4405bd8deadSopenharmony_ciGL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 4415bd8deadSopenharmony_ciGL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 4425bd8deadSopenharmony_ciGL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 4435bd8deadSopenharmony_ciGL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 4445bd8deadSopenharmony_ciGL_API void GL_APIENTRY glCullFace (GLenum mode); 4455bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers); 4465bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 4475bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDepthFunc (GLenum func); 4485bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDepthMask (GLboolean flag); 4495bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f); 4505bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDisable (GLenum cap); 4515bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDisableClientState (GLenum array); 4525bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); 4535bd8deadSopenharmony_ciGL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices); 4545bd8deadSopenharmony_ciGL_API void GL_APIENTRY glEnable (GLenum cap); 4555bd8deadSopenharmony_ciGL_API void GL_APIENTRY glEnableClientState (GLenum array); 4565bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFinish (void); 4575bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFlush (void); 4585bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); 4595bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *param); 4605bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFrontFace (GLenum mode); 4615bd8deadSopenharmony_ciGL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); 4625bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data); 4635bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params); 4645bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation); 4655bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers); 4665bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures); 4675bd8deadSopenharmony_ciGL_API GLenum GL_APIENTRY glGetError (void); 4685bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params); 4695bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *data); 4705bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetLightxv (GLenum light, GLenum pname, GLfixed *params); 4715bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params); 4725bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetPointerv (GLenum pname, void **params); 4735bd8deadSopenharmony_ciGL_API const GLubyte *GL_APIENTRY glGetString (GLenum name); 4745bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params); 4755bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexEnvxv (GLenum target, GLenum pname, GLfixed *params); 4765bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params); 4775bd8deadSopenharmony_ciGL_API void GL_APIENTRY glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params); 4785bd8deadSopenharmony_ciGL_API void GL_APIENTRY glHint (GLenum target, GLenum mode); 4795bd8deadSopenharmony_ciGL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); 4805bd8deadSopenharmony_ciGL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap); 4815bd8deadSopenharmony_ciGL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture); 4825bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param); 4835bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *param); 4845bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param); 4855bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params); 4865bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLineWidthx (GLfixed width); 4875bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLoadIdentity (void); 4885bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m); 4895bd8deadSopenharmony_ciGL_API void GL_APIENTRY glLogicOp (GLenum opcode); 4905bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param); 4915bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *param); 4925bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMatrixMode (GLenum mode); 4935bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m); 4945bd8deadSopenharmony_ciGL_API void GL_APIENTRY glMultiTexCoord4x (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q); 4955bd8deadSopenharmony_ciGL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz); 4965bd8deadSopenharmony_ciGL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer); 4975bd8deadSopenharmony_ciGL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); 4985bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param); 4995bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointParameterx (GLenum pname, GLfixed param); 5005bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointParameterxv (GLenum pname, const GLfixed *params); 5015bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointSizex (GLfixed size); 5025bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); 5035bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPopMatrix (void); 5045bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPushMatrix (void); 5055bd8deadSopenharmony_ciGL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 5065bd8deadSopenharmony_ciGL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 5075bd8deadSopenharmony_ciGL_API void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert); 5085bd8deadSopenharmony_ciGL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert); 5095bd8deadSopenharmony_ciGL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z); 5105bd8deadSopenharmony_ciGL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); 5115bd8deadSopenharmony_ciGL_API void GL_APIENTRY glShadeModel (GLenum mode); 5125bd8deadSopenharmony_ciGL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); 5135bd8deadSopenharmony_ciGL_API void GL_APIENTRY glStencilMask (GLuint mask); 5145bd8deadSopenharmony_ciGL_API void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass); 5155bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); 5165bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnvi (GLenum target, GLenum pname, GLint param); 5175bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param); 5185bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnviv (GLenum target, GLenum pname, const GLint *params); 5195bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params); 5205bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 5215bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param); 5225bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param); 5235bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params); 5245bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params); 5255bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 5265bd8deadSopenharmony_ciGL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z); 5275bd8deadSopenharmony_ciGL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); 5285bd8deadSopenharmony_ciGL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); 5295bd8deadSopenharmony_ci#endif /* GL_VERSION_ES_CM_1_0 */ 5305bd8deadSopenharmony_ci 5315bd8deadSopenharmony_ci#ifndef GL_OES_compressed_paletted_texture 5325bd8deadSopenharmony_ci#define GL_OES_compressed_paletted_texture 1 5335bd8deadSopenharmony_ci#define GL_PALETTE4_RGB8_OES 0x8B90 5345bd8deadSopenharmony_ci#define GL_PALETTE4_RGBA8_OES 0x8B91 5355bd8deadSopenharmony_ci#define GL_PALETTE4_R5_G6_B5_OES 0x8B92 5365bd8deadSopenharmony_ci#define GL_PALETTE4_RGBA4_OES 0x8B93 5375bd8deadSopenharmony_ci#define GL_PALETTE4_RGB5_A1_OES 0x8B94 5385bd8deadSopenharmony_ci#define GL_PALETTE8_RGB8_OES 0x8B95 5395bd8deadSopenharmony_ci#define GL_PALETTE8_RGBA8_OES 0x8B96 5405bd8deadSopenharmony_ci#define GL_PALETTE8_R5_G6_B5_OES 0x8B97 5415bd8deadSopenharmony_ci#define GL_PALETTE8_RGBA4_OES 0x8B98 5425bd8deadSopenharmony_ci#define GL_PALETTE8_RGB5_A1_OES 0x8B99 5435bd8deadSopenharmony_ci#endif /* GL_OES_compressed_paletted_texture */ 5445bd8deadSopenharmony_ci 5455bd8deadSopenharmony_ci#ifndef GL_OES_point_size_array 5465bd8deadSopenharmony_ci#define GL_OES_point_size_array 1 5475bd8deadSopenharmony_ci#define GL_POINT_SIZE_ARRAY_OES 0x8B9C 5485bd8deadSopenharmony_ci#define GL_POINT_SIZE_ARRAY_TYPE_OES 0x898A 5495bd8deadSopenharmony_ci#define GL_POINT_SIZE_ARRAY_STRIDE_OES 0x898B 5505bd8deadSopenharmony_ci#define GL_POINT_SIZE_ARRAY_POINTER_OES 0x898C 5515bd8deadSopenharmony_ci#define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES 0x8B9F 5525bd8deadSopenharmony_ciGL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer); 5535bd8deadSopenharmony_ci#endif /* GL_OES_point_size_array */ 5545bd8deadSopenharmony_ci 5555bd8deadSopenharmony_ci#ifndef GL_OES_point_sprite 5565bd8deadSopenharmony_ci#define GL_OES_point_sprite 1 5575bd8deadSopenharmony_ci#define GL_POINT_SPRITE_OES 0x8861 5585bd8deadSopenharmony_ci#define GL_COORD_REPLACE_OES 0x8862 5595bd8deadSopenharmony_ci#endif /* GL_OES_point_sprite */ 5605bd8deadSopenharmony_ci 5615bd8deadSopenharmony_ci#ifndef GL_OES_read_format 5625bd8deadSopenharmony_ci#define GL_OES_read_format 1 5635bd8deadSopenharmony_ci#define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A 5645bd8deadSopenharmony_ci#define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B 5655bd8deadSopenharmony_ci#endif /* GL_OES_read_format */ 5665bd8deadSopenharmony_ci 5675bd8deadSopenharmony_ci#ifdef __cplusplus 5685bd8deadSopenharmony_ci} 5695bd8deadSopenharmony_ci#endif 5705bd8deadSopenharmony_ci 5715bd8deadSopenharmony_ci#endif 572