17777dab0Sopenharmony_ci#ifndef __gles2_gl2ext_h_
27777dab0Sopenharmony_ci#define __gles2_gl2ext_h_ 1
37777dab0Sopenharmony_ci
47777dab0Sopenharmony_ci#ifdef __cplusplus
57777dab0Sopenharmony_ciextern "C" {
67777dab0Sopenharmony_ci#endif
77777dab0Sopenharmony_ci
87777dab0Sopenharmony_ci/*
97777dab0Sopenharmony_ci** Copyright 2013-2020 The Khronos Group Inc.
107777dab0Sopenharmony_ci** SPDX-License-Identifier: MIT
117777dab0Sopenharmony_ci**
127777dab0Sopenharmony_ci** This header is generated from the Khronos OpenGL / OpenGL ES XML
137777dab0Sopenharmony_ci** API Registry. The current version of the Registry, generator scripts
147777dab0Sopenharmony_ci** used to make the header, and the header can be found at
157777dab0Sopenharmony_ci**   https://github.com/KhronosGroup/OpenGL-Registry
167777dab0Sopenharmony_ci*/
177777dab0Sopenharmony_ci
187777dab0Sopenharmony_ci#ifndef GL_APIENTRYP
197777dab0Sopenharmony_ci#define GL_APIENTRYP GL_APIENTRY*
207777dab0Sopenharmony_ci#endif
217777dab0Sopenharmony_ci
227777dab0Sopenharmony_ci/* Generated on date 20230220 */
237777dab0Sopenharmony_ci
247777dab0Sopenharmony_ci/* Generated C header for:
257777dab0Sopenharmony_ci * API: gles2
267777dab0Sopenharmony_ci * Profile: common
277777dab0Sopenharmony_ci * Versions considered: 2\.[0-9]
287777dab0Sopenharmony_ci * Versions emitted: _nomatch_^
297777dab0Sopenharmony_ci * Default extensions included: gles2
307777dab0Sopenharmony_ci * Additional extensions included: _nomatch_^
317777dab0Sopenharmony_ci * Extensions removed: _nomatch_^
327777dab0Sopenharmony_ci */
337777dab0Sopenharmony_ci
347777dab0Sopenharmony_ci#ifndef GL_KHR_blend_equation_advanced
357777dab0Sopenharmony_ci#define GL_KHR_blend_equation_advanced 1
367777dab0Sopenharmony_ci#define GL_MULTIPLY_KHR                   0x9294
377777dab0Sopenharmony_ci#define GL_SCREEN_KHR                     0x9295
387777dab0Sopenharmony_ci#define GL_OVERLAY_KHR                    0x9296
397777dab0Sopenharmony_ci#define GL_DARKEN_KHR                     0x9297
407777dab0Sopenharmony_ci#define GL_LIGHTEN_KHR                    0x9298
417777dab0Sopenharmony_ci#define GL_COLORDODGE_KHR                 0x9299
427777dab0Sopenharmony_ci#define GL_COLORBURN_KHR                  0x929A
437777dab0Sopenharmony_ci#define GL_HARDLIGHT_KHR                  0x929B
447777dab0Sopenharmony_ci#define GL_SOFTLIGHT_KHR                  0x929C
457777dab0Sopenharmony_ci#define GL_DIFFERENCE_KHR                 0x929E
467777dab0Sopenharmony_ci#define GL_EXCLUSION_KHR                  0x92A0
477777dab0Sopenharmony_ci#define GL_HSL_HUE_KHR                    0x92AD
487777dab0Sopenharmony_ci#define GL_HSL_SATURATION_KHR             0x92AE
497777dab0Sopenharmony_ci#define GL_HSL_COLOR_KHR                  0x92AF
507777dab0Sopenharmony_ci#define GL_HSL_LUMINOSITY_KHR             0x92B0
517777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDBARRIERKHRPROC) (void);
527777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendBarrierKHR (void);
547777dab0Sopenharmony_ci#endif
557777dab0Sopenharmony_ci#endif /* GL_KHR_blend_equation_advanced */
567777dab0Sopenharmony_ci
577777dab0Sopenharmony_ci#ifndef GL_KHR_blend_equation_advanced_coherent
587777dab0Sopenharmony_ci#define GL_KHR_blend_equation_advanced_coherent 1
597777dab0Sopenharmony_ci#define GL_BLEND_ADVANCED_COHERENT_KHR    0x9285
607777dab0Sopenharmony_ci#endif /* GL_KHR_blend_equation_advanced_coherent */
617777dab0Sopenharmony_ci
627777dab0Sopenharmony_ci#ifndef GL_KHR_context_flush_control
637777dab0Sopenharmony_ci#define GL_KHR_context_flush_control 1
647777dab0Sopenharmony_ci#define GL_CONTEXT_RELEASE_BEHAVIOR_KHR   0x82FB
657777dab0Sopenharmony_ci#define GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR 0x82FC
667777dab0Sopenharmony_ci#endif /* GL_KHR_context_flush_control */
677777dab0Sopenharmony_ci
687777dab0Sopenharmony_ci#ifndef GL_KHR_debug
697777dab0Sopenharmony_ci#define GL_KHR_debug 1
707777dab0Sopenharmony_citypedef void (GL_APIENTRY  *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam);
717777dab0Sopenharmony_ci#define GL_SAMPLER                        0x82E6
727777dab0Sopenharmony_ci#define GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR   0x8242
737777dab0Sopenharmony_ci#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR 0x8243
747777dab0Sopenharmony_ci#define GL_DEBUG_CALLBACK_FUNCTION_KHR    0x8244
757777dab0Sopenharmony_ci#define GL_DEBUG_CALLBACK_USER_PARAM_KHR  0x8245
767777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_API_KHR           0x8246
777777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR 0x8247
787777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_SHADER_COMPILER_KHR 0x8248
797777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_THIRD_PARTY_KHR   0x8249
807777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_APPLICATION_KHR   0x824A
817777dab0Sopenharmony_ci#define GL_DEBUG_SOURCE_OTHER_KHR         0x824B
827777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_ERROR_KHR           0x824C
837777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR 0x824D
847777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR 0x824E
857777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_PORTABILITY_KHR     0x824F
867777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_PERFORMANCE_KHR     0x8250
877777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_OTHER_KHR           0x8251
887777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_MARKER_KHR          0x8268
897777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_PUSH_GROUP_KHR      0x8269
907777dab0Sopenharmony_ci#define GL_DEBUG_TYPE_POP_GROUP_KHR       0x826A
917777dab0Sopenharmony_ci#define GL_DEBUG_SEVERITY_NOTIFICATION_KHR 0x826B
927777dab0Sopenharmony_ci#define GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR 0x826C
937777dab0Sopenharmony_ci#define GL_DEBUG_GROUP_STACK_DEPTH_KHR    0x826D
947777dab0Sopenharmony_ci#define GL_BUFFER_KHR                     0x82E0
957777dab0Sopenharmony_ci#define GL_SHADER_KHR                     0x82E1
967777dab0Sopenharmony_ci#define GL_PROGRAM_KHR                    0x82E2
977777dab0Sopenharmony_ci#define GL_VERTEX_ARRAY_KHR               0x8074
987777dab0Sopenharmony_ci#define GL_QUERY_KHR                      0x82E3
997777dab0Sopenharmony_ci#define GL_PROGRAM_PIPELINE_KHR           0x82E4
1007777dab0Sopenharmony_ci#define GL_SAMPLER_KHR                    0x82E6
1017777dab0Sopenharmony_ci#define GL_MAX_LABEL_LENGTH_KHR           0x82E8
1027777dab0Sopenharmony_ci#define GL_MAX_DEBUG_MESSAGE_LENGTH_KHR   0x9143
1037777dab0Sopenharmony_ci#define GL_MAX_DEBUG_LOGGED_MESSAGES_KHR  0x9144
1047777dab0Sopenharmony_ci#define GL_DEBUG_LOGGED_MESSAGES_KHR      0x9145
1057777dab0Sopenharmony_ci#define GL_DEBUG_SEVERITY_HIGH_KHR        0x9146
1067777dab0Sopenharmony_ci#define GL_DEBUG_SEVERITY_MEDIUM_KHR      0x9147
1077777dab0Sopenharmony_ci#define GL_DEBUG_SEVERITY_LOW_KHR         0x9148
1087777dab0Sopenharmony_ci#define GL_DEBUG_OUTPUT_KHR               0x92E0
1097777dab0Sopenharmony_ci#define GL_CONTEXT_FLAG_DEBUG_BIT_KHR     0x00000002
1107777dab0Sopenharmony_ci#define GL_STACK_OVERFLOW_KHR             0x0503
1117777dab0Sopenharmony_ci#define GL_STACK_UNDERFLOW_KHR            0x0504
1127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
1137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
1147777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECALLBACKKHRPROC) (GLDEBUGPROCKHR callback, const void *userParam);
1157777dab0Sopenharmony_citypedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
1167777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
1177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPOPDEBUGGROUPKHRPROC) (void);
1187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
1197777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
1207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
1217777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1227777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPOINTERVKHRPROC) (GLenum pname, void **params);
1237777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
1247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
1257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDebugMessageInsertKHR (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
1267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDebugMessageCallbackKHR (GLDEBUGPROCKHR callback, const void *userParam);
1277777dab0Sopenharmony_ciGL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
1287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPushDebugGroupKHR (GLenum source, GLuint id, GLsizei length, const GLchar *message);
1297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPopDebugGroupKHR (void);
1307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
1317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetObjectLabelKHR (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
1327777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
1337777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1347777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPointervKHR (GLenum pname, void **params);
1357777dab0Sopenharmony_ci#endif
1367777dab0Sopenharmony_ci#endif /* GL_KHR_debug */
1377777dab0Sopenharmony_ci
1387777dab0Sopenharmony_ci#ifndef GL_KHR_no_error
1397777dab0Sopenharmony_ci#define GL_KHR_no_error 1
1407777dab0Sopenharmony_ci#define GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR  0x00000008
1417777dab0Sopenharmony_ci#endif /* GL_KHR_no_error */
1427777dab0Sopenharmony_ci
1437777dab0Sopenharmony_ci#ifndef GL_KHR_parallel_shader_compile
1447777dab0Sopenharmony_ci#define GL_KHR_parallel_shader_compile 1
1457777dab0Sopenharmony_ci#define GL_MAX_SHADER_COMPILER_THREADS_KHR 0x91B0
1467777dab0Sopenharmony_ci#define GL_COMPLETION_STATUS_KHR          0x91B1
1477777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMAXSHADERCOMPILERTHREADSKHRPROC) (GLuint count);
1487777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
1497777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
1507777dab0Sopenharmony_ci#endif
1517777dab0Sopenharmony_ci#endif /* GL_KHR_parallel_shader_compile */
1527777dab0Sopenharmony_ci
1537777dab0Sopenharmony_ci#ifndef GL_KHR_robust_buffer_access_behavior
1547777dab0Sopenharmony_ci#define GL_KHR_robust_buffer_access_behavior 1
1557777dab0Sopenharmony_ci#endif /* GL_KHR_robust_buffer_access_behavior */
1567777dab0Sopenharmony_ci
1577777dab0Sopenharmony_ci#ifndef GL_KHR_robustness
1587777dab0Sopenharmony_ci#define GL_KHR_robustness 1
1597777dab0Sopenharmony_ci#define GL_CONTEXT_ROBUST_ACCESS_KHR      0x90F3
1607777dab0Sopenharmony_ci#define GL_LOSE_CONTEXT_ON_RESET_KHR      0x8252
1617777dab0Sopenharmony_ci#define GL_GUILTY_CONTEXT_RESET_KHR       0x8253
1627777dab0Sopenharmony_ci#define GL_INNOCENT_CONTEXT_RESET_KHR     0x8254
1637777dab0Sopenharmony_ci#define GL_UNKNOWN_CONTEXT_RESET_KHR      0x8255
1647777dab0Sopenharmony_ci#define GL_RESET_NOTIFICATION_STRATEGY_KHR 0x8256
1657777dab0Sopenharmony_ci#define GL_NO_RESET_NOTIFICATION_KHR      0x8261
1667777dab0Sopenharmony_ci#define GL_CONTEXT_LOST_KHR               0x0507
1677777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLGETGRAPHICSRESETSTATUSKHRPROC) (void);
1687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
1697777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
1707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
1717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params);
1727777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
1737777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatusKHR (void);
1747777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
1757777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetnUniformfvKHR (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
1767777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetnUniformivKHR (GLuint program, GLint location, GLsizei bufSize, GLint *params);
1777777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetnUniformuivKHR (GLuint program, GLint location, GLsizei bufSize, GLuint *params);
1787777dab0Sopenharmony_ci#endif
1797777dab0Sopenharmony_ci#endif /* GL_KHR_robustness */
1807777dab0Sopenharmony_ci
1817777dab0Sopenharmony_ci#ifndef GL_KHR_shader_subgroup
1827777dab0Sopenharmony_ci#define GL_KHR_shader_subgroup 1
1837777dab0Sopenharmony_ci#define GL_SUBGROUP_SIZE_KHR              0x9532
1847777dab0Sopenharmony_ci#define GL_SUBGROUP_SUPPORTED_STAGES_KHR  0x9533
1857777dab0Sopenharmony_ci#define GL_SUBGROUP_SUPPORTED_FEATURES_KHR 0x9534
1867777dab0Sopenharmony_ci#define GL_SUBGROUP_QUAD_ALL_STAGES_KHR   0x9535
1877777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_BASIC_BIT_KHR 0x00000001
1887777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_VOTE_BIT_KHR  0x00000002
1897777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR 0x00000004
1907777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR 0x00000008
1917777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR 0x00000010
1927777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR 0x00000020
1937777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR 0x00000040
1947777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_QUAD_BIT_KHR  0x00000080
1957777dab0Sopenharmony_ci#endif /* GL_KHR_shader_subgroup */
1967777dab0Sopenharmony_ci
1977777dab0Sopenharmony_ci#ifndef GL_KHR_texture_compression_astc_hdr
1987777dab0Sopenharmony_ci#define GL_KHR_texture_compression_astc_hdr 1
1997777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_4x4_KHR   0x93B0
2007777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_5x4_KHR   0x93B1
2017777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_5x5_KHR   0x93B2
2027777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_6x5_KHR   0x93B3
2037777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_6x6_KHR   0x93B4
2047777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_8x5_KHR   0x93B5
2057777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_8x6_KHR   0x93B6
2067777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_8x8_KHR   0x93B7
2077777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_10x5_KHR  0x93B8
2087777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_10x6_KHR  0x93B9
2097777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_10x8_KHR  0x93BA
2107777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_10x10_KHR 0x93BB
2117777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_12x10_KHR 0x93BC
2127777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_12x12_KHR 0x93BD
2137777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR 0x93D0
2147777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR 0x93D1
2157777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR 0x93D2
2167777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR 0x93D3
2177777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR 0x93D4
2187777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR 0x93D5
2197777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR 0x93D6
2207777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR 0x93D7
2217777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR 0x93D8
2227777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR 0x93D9
2237777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR 0x93DA
2247777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR 0x93DB
2257777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR 0x93DC
2267777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD
2277777dab0Sopenharmony_ci#endif /* GL_KHR_texture_compression_astc_hdr */
2287777dab0Sopenharmony_ci
2297777dab0Sopenharmony_ci#ifndef GL_KHR_texture_compression_astc_ldr
2307777dab0Sopenharmony_ci#define GL_KHR_texture_compression_astc_ldr 1
2317777dab0Sopenharmony_ci#endif /* GL_KHR_texture_compression_astc_ldr */
2327777dab0Sopenharmony_ci
2337777dab0Sopenharmony_ci#ifndef GL_KHR_texture_compression_astc_sliced_3d
2347777dab0Sopenharmony_ci#define GL_KHR_texture_compression_astc_sliced_3d 1
2357777dab0Sopenharmony_ci#endif /* GL_KHR_texture_compression_astc_sliced_3d */
2367777dab0Sopenharmony_ci
2377777dab0Sopenharmony_ci#ifndef GL_OES_EGL_image
2387777dab0Sopenharmony_ci#define GL_OES_EGL_image 1
2397777dab0Sopenharmony_citypedef void *GLeglImageOES;
2407777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
2417777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
2427777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
2437777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
2447777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
2457777dab0Sopenharmony_ci#endif
2467777dab0Sopenharmony_ci#endif /* GL_OES_EGL_image */
2477777dab0Sopenharmony_ci
2487777dab0Sopenharmony_ci#ifndef GL_OES_EGL_image_external
2497777dab0Sopenharmony_ci#define GL_OES_EGL_image_external 1
2507777dab0Sopenharmony_ci#define GL_TEXTURE_EXTERNAL_OES           0x8D65
2517777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_EXTERNAL_OES   0x8D67
2527777dab0Sopenharmony_ci#define GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES 0x8D68
2537777dab0Sopenharmony_ci#define GL_SAMPLER_EXTERNAL_OES           0x8D66
2547777dab0Sopenharmony_ci#endif /* GL_OES_EGL_image_external */
2557777dab0Sopenharmony_ci
2567777dab0Sopenharmony_ci#ifndef GL_OES_EGL_image_external_essl3
2577777dab0Sopenharmony_ci#define GL_OES_EGL_image_external_essl3 1
2587777dab0Sopenharmony_ci#endif /* GL_OES_EGL_image_external_essl3 */
2597777dab0Sopenharmony_ci
2607777dab0Sopenharmony_ci#ifndef GL_OES_compressed_ETC1_RGB8_sub_texture
2617777dab0Sopenharmony_ci#define GL_OES_compressed_ETC1_RGB8_sub_texture 1
2627777dab0Sopenharmony_ci#endif /* GL_OES_compressed_ETC1_RGB8_sub_texture */
2637777dab0Sopenharmony_ci
2647777dab0Sopenharmony_ci#ifndef GL_OES_compressed_ETC1_RGB8_texture
2657777dab0Sopenharmony_ci#define GL_OES_compressed_ETC1_RGB8_texture 1
2667777dab0Sopenharmony_ci#define GL_ETC1_RGB8_OES                  0x8D64
2677777dab0Sopenharmony_ci#endif /* GL_OES_compressed_ETC1_RGB8_texture */
2687777dab0Sopenharmony_ci
2697777dab0Sopenharmony_ci#ifndef GL_OES_compressed_paletted_texture
2707777dab0Sopenharmony_ci#define GL_OES_compressed_paletted_texture 1
2717777dab0Sopenharmony_ci#define GL_PALETTE4_RGB8_OES              0x8B90
2727777dab0Sopenharmony_ci#define GL_PALETTE4_RGBA8_OES             0x8B91
2737777dab0Sopenharmony_ci#define GL_PALETTE4_R5_G6_B5_OES          0x8B92
2747777dab0Sopenharmony_ci#define GL_PALETTE4_RGBA4_OES             0x8B93
2757777dab0Sopenharmony_ci#define GL_PALETTE4_RGB5_A1_OES           0x8B94
2767777dab0Sopenharmony_ci#define GL_PALETTE8_RGB8_OES              0x8B95
2777777dab0Sopenharmony_ci#define GL_PALETTE8_RGBA8_OES             0x8B96
2787777dab0Sopenharmony_ci#define GL_PALETTE8_R5_G6_B5_OES          0x8B97
2797777dab0Sopenharmony_ci#define GL_PALETTE8_RGBA4_OES             0x8B98
2807777dab0Sopenharmony_ci#define GL_PALETTE8_RGB5_A1_OES           0x8B99
2817777dab0Sopenharmony_ci#endif /* GL_OES_compressed_paletted_texture */
2827777dab0Sopenharmony_ci
2837777dab0Sopenharmony_ci#ifndef GL_OES_copy_image
2847777dab0Sopenharmony_ci#define GL_OES_copy_image 1
2857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
2867777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
2877777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
2887777dab0Sopenharmony_ci#endif
2897777dab0Sopenharmony_ci#endif /* GL_OES_copy_image */
2907777dab0Sopenharmony_ci
2917777dab0Sopenharmony_ci#ifndef GL_OES_depth24
2927777dab0Sopenharmony_ci#define GL_OES_depth24 1
2937777dab0Sopenharmony_ci#define GL_DEPTH_COMPONENT24_OES          0x81A6
2947777dab0Sopenharmony_ci#endif /* GL_OES_depth24 */
2957777dab0Sopenharmony_ci
2967777dab0Sopenharmony_ci#ifndef GL_OES_depth32
2977777dab0Sopenharmony_ci#define GL_OES_depth32 1
2987777dab0Sopenharmony_ci#define GL_DEPTH_COMPONENT32_OES          0x81A7
2997777dab0Sopenharmony_ci#endif /* GL_OES_depth32 */
3007777dab0Sopenharmony_ci
3017777dab0Sopenharmony_ci#ifndef GL_OES_depth_texture
3027777dab0Sopenharmony_ci#define GL_OES_depth_texture 1
3037777dab0Sopenharmony_ci#endif /* GL_OES_depth_texture */
3047777dab0Sopenharmony_ci
3057777dab0Sopenharmony_ci#ifndef GL_OES_draw_buffers_indexed
3067777dab0Sopenharmony_ci#define GL_OES_draw_buffers_indexed 1
3077777dab0Sopenharmony_ci#define GL_MIN                            0x8007
3087777dab0Sopenharmony_ci#define GL_MAX                            0x8008
3097777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
3107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
3117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDEQUATIONIOESPROC) (GLuint buf, GLenum mode);
3127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEIOESPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
3137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
3147777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEIOESPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
3157777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOLORMASKIOESPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
3167777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
3177777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
3187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
3197777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
3207777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendEquationiOES (GLuint buf, GLenum mode);
3217777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendEquationSeparateiOES (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
3227777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
3237777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendFuncSeparateiOES (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
3247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glColorMaskiOES (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
3257777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuint index);
3267777dab0Sopenharmony_ci#endif
3277777dab0Sopenharmony_ci#endif /* GL_OES_draw_buffers_indexed */
3287777dab0Sopenharmony_ci
3297777dab0Sopenharmony_ci#ifndef GL_OES_draw_elements_base_vertex
3307777dab0Sopenharmony_ci#define GL_OES_draw_elements_base_vertex 1
3317777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex);
3327777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
3337777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex);
3347777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount, const GLint *basevertex);
3357777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
3367777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsBaseVertexOES (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex);
3377777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexOES (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
3387777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseVertexOES (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex);
3397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawElementsBaseVertexEXT (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount, const GLint *basevertex);
3407777dab0Sopenharmony_ci#endif
3417777dab0Sopenharmony_ci#endif /* GL_OES_draw_elements_base_vertex */
3427777dab0Sopenharmony_ci
3437777dab0Sopenharmony_ci#ifndef GL_OES_element_index_uint
3447777dab0Sopenharmony_ci#define GL_OES_element_index_uint 1
3457777dab0Sopenharmony_ci#endif /* GL_OES_element_index_uint */
3467777dab0Sopenharmony_ci
3477777dab0Sopenharmony_ci#ifndef GL_OES_fbo_render_mipmap
3487777dab0Sopenharmony_ci#define GL_OES_fbo_render_mipmap 1
3497777dab0Sopenharmony_ci#endif /* GL_OES_fbo_render_mipmap */
3507777dab0Sopenharmony_ci
3517777dab0Sopenharmony_ci#ifndef GL_OES_fragment_precision_high
3527777dab0Sopenharmony_ci#define GL_OES_fragment_precision_high 1
3537777dab0Sopenharmony_ci#endif /* GL_OES_fragment_precision_high */
3547777dab0Sopenharmony_ci
3557777dab0Sopenharmony_ci#ifndef GL_OES_geometry_point_size
3567777dab0Sopenharmony_ci#define GL_OES_geometry_point_size 1
3577777dab0Sopenharmony_ci#endif /* GL_OES_geometry_point_size */
3587777dab0Sopenharmony_ci
3597777dab0Sopenharmony_ci#ifndef GL_OES_geometry_shader
3607777dab0Sopenharmony_ci#define GL_OES_geometry_shader 1
3617777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_OES            0x8DD9
3627777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_BIT_OES        0x00000004
3637777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_VERTICES_OUT_OES 0x8916
3647777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_INPUT_TYPE_OES 0x8917
3657777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES 0x8918
3667777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_INVOCATIONS_OES 0x887F
3677777dab0Sopenharmony_ci#define GL_LAYER_PROVOKING_VERTEX_OES     0x825E
3687777dab0Sopenharmony_ci#define GL_LINES_ADJACENCY_OES            0x000A
3697777dab0Sopenharmony_ci#define GL_LINE_STRIP_ADJACENCY_OES       0x000B
3707777dab0Sopenharmony_ci#define GL_TRIANGLES_ADJACENCY_OES        0x000C
3717777dab0Sopenharmony_ci#define GL_TRIANGLE_STRIP_ADJACENCY_OES   0x000D
3727777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES 0x8DDF
3737777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES 0x8A2C
3747777dab0Sopenharmony_ci#define GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES 0x8A32
3757777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES 0x9123
3767777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES 0x9124
3777777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES 0x8DE0
3787777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES 0x8DE1
3797777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES 0x8E5A
3807777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES 0x8C29
3817777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES 0x92CF
3827777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES 0x92D5
3837777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES 0x90CD
3847777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES 0x90D7
3857777dab0Sopenharmony_ci#define GL_FIRST_VERTEX_CONVENTION_OES    0x8E4D
3867777dab0Sopenharmony_ci#define GL_LAST_VERTEX_CONVENTION_OES     0x8E4E
3877777dab0Sopenharmony_ci#define GL_UNDEFINED_VERTEX_OES           0x8260
3887777dab0Sopenharmony_ci#define GL_PRIMITIVES_GENERATED_OES       0x8C87
3897777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_DEFAULT_LAYERS_OES 0x9312
3907777dab0Sopenharmony_ci#define GL_MAX_FRAMEBUFFER_LAYERS_OES     0x9317
3917777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES 0x8DA8
3927777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES 0x8DA7
3937777dab0Sopenharmony_ci#define GL_REFERENCED_BY_GEOMETRY_SHADER_OES 0x9309
3947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTUREOESPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level);
3957777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
3967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTextureOES (GLenum target, GLenum attachment, GLuint texture, GLint level);
3977777dab0Sopenharmony_ci#endif
3987777dab0Sopenharmony_ci#endif /* GL_OES_geometry_shader */
3997777dab0Sopenharmony_ci
4007777dab0Sopenharmony_ci#ifndef GL_OES_get_program_binary
4017777dab0Sopenharmony_ci#define GL_OES_get_program_binary 1
4027777dab0Sopenharmony_ci#define GL_PROGRAM_BINARY_LENGTH_OES      0x8741
4037777dab0Sopenharmony_ci#define GL_NUM_PROGRAM_BINARY_FORMATS_OES 0x87FE
4047777dab0Sopenharmony_ci#define GL_PROGRAM_BINARY_FORMATS_OES     0x87FF
4057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
4067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
4077777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
4087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
4097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
4107777dab0Sopenharmony_ci#endif
4117777dab0Sopenharmony_ci#endif /* GL_OES_get_program_binary */
4127777dab0Sopenharmony_ci
4137777dab0Sopenharmony_ci#ifndef GL_OES_gpu_shader5
4147777dab0Sopenharmony_ci#define GL_OES_gpu_shader5 1
4157777dab0Sopenharmony_ci#endif /* GL_OES_gpu_shader5 */
4167777dab0Sopenharmony_ci
4177777dab0Sopenharmony_ci#ifndef GL_OES_mapbuffer
4187777dab0Sopenharmony_ci#define GL_OES_mapbuffer 1
4197777dab0Sopenharmony_ci#define GL_WRITE_ONLY_OES                 0x88B9
4207777dab0Sopenharmony_ci#define GL_BUFFER_ACCESS_OES              0x88BB
4217777dab0Sopenharmony_ci#define GL_BUFFER_MAPPED_OES              0x88BC
4227777dab0Sopenharmony_ci#define GL_BUFFER_MAP_POINTER_OES         0x88BD
4237777dab0Sopenharmony_citypedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
4247777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFEROESPROC) (GLenum target);
4257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void **params);
4267777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
4277777dab0Sopenharmony_ciGL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
4287777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
4297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, void **params);
4307777dab0Sopenharmony_ci#endif
4317777dab0Sopenharmony_ci#endif /* GL_OES_mapbuffer */
4327777dab0Sopenharmony_ci
4337777dab0Sopenharmony_ci#ifndef GL_OES_packed_depth_stencil
4347777dab0Sopenharmony_ci#define GL_OES_packed_depth_stencil 1
4357777dab0Sopenharmony_ci#define GL_DEPTH_STENCIL_OES              0x84F9
4367777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_24_8_OES          0x84FA
4377777dab0Sopenharmony_ci#define GL_DEPTH24_STENCIL8_OES           0x88F0
4387777dab0Sopenharmony_ci#endif /* GL_OES_packed_depth_stencil */
4397777dab0Sopenharmony_ci
4407777dab0Sopenharmony_ci#ifndef GL_OES_primitive_bounding_box
4417777dab0Sopenharmony_ci#define GL_OES_primitive_bounding_box 1
4427777dab0Sopenharmony_ci#define GL_PRIMITIVE_BOUNDING_BOX_OES     0x92BE
4437777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
4447777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
4457777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
4467777dab0Sopenharmony_ci#endif
4477777dab0Sopenharmony_ci#endif /* GL_OES_primitive_bounding_box */
4487777dab0Sopenharmony_ci
4497777dab0Sopenharmony_ci#ifndef GL_OES_required_internalformat
4507777dab0Sopenharmony_ci#define GL_OES_required_internalformat 1
4517777dab0Sopenharmony_ci#define GL_ALPHA8_OES                     0x803C
4527777dab0Sopenharmony_ci#define GL_DEPTH_COMPONENT16_OES          0x81A5
4537777dab0Sopenharmony_ci#define GL_LUMINANCE4_ALPHA4_OES          0x8043
4547777dab0Sopenharmony_ci#define GL_LUMINANCE8_ALPHA8_OES          0x8045
4557777dab0Sopenharmony_ci#define GL_LUMINANCE8_OES                 0x8040
4567777dab0Sopenharmony_ci#define GL_RGBA4_OES                      0x8056
4577777dab0Sopenharmony_ci#define GL_RGB5_A1_OES                    0x8057
4587777dab0Sopenharmony_ci#define GL_RGB565_OES                     0x8D62
4597777dab0Sopenharmony_ci#define GL_RGB8_OES                       0x8051
4607777dab0Sopenharmony_ci#define GL_RGBA8_OES                      0x8058
4617777dab0Sopenharmony_ci#define GL_RGB10_EXT                      0x8052
4627777dab0Sopenharmony_ci#define GL_RGB10_A2_EXT                   0x8059
4637777dab0Sopenharmony_ci#endif /* GL_OES_required_internalformat */
4647777dab0Sopenharmony_ci
4657777dab0Sopenharmony_ci#ifndef GL_OES_rgb8_rgba8
4667777dab0Sopenharmony_ci#define GL_OES_rgb8_rgba8 1
4677777dab0Sopenharmony_ci#endif /* GL_OES_rgb8_rgba8 */
4687777dab0Sopenharmony_ci
4697777dab0Sopenharmony_ci#ifndef GL_OES_sample_shading
4707777dab0Sopenharmony_ci#define GL_OES_sample_shading 1
4717777dab0Sopenharmony_ci#define GL_SAMPLE_SHADING_OES             0x8C36
4727777dab0Sopenharmony_ci#define GL_MIN_SAMPLE_SHADING_VALUE_OES   0x8C37
4737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMINSAMPLESHADINGOESPROC) (GLfloat value);
4747777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
4757777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMinSampleShadingOES (GLfloat value);
4767777dab0Sopenharmony_ci#endif
4777777dab0Sopenharmony_ci#endif /* GL_OES_sample_shading */
4787777dab0Sopenharmony_ci
4797777dab0Sopenharmony_ci#ifndef GL_OES_sample_variables
4807777dab0Sopenharmony_ci#define GL_OES_sample_variables 1
4817777dab0Sopenharmony_ci#endif /* GL_OES_sample_variables */
4827777dab0Sopenharmony_ci
4837777dab0Sopenharmony_ci#ifndef GL_OES_shader_image_atomic
4847777dab0Sopenharmony_ci#define GL_OES_shader_image_atomic 1
4857777dab0Sopenharmony_ci#endif /* GL_OES_shader_image_atomic */
4867777dab0Sopenharmony_ci
4877777dab0Sopenharmony_ci#ifndef GL_OES_shader_io_blocks
4887777dab0Sopenharmony_ci#define GL_OES_shader_io_blocks 1
4897777dab0Sopenharmony_ci#endif /* GL_OES_shader_io_blocks */
4907777dab0Sopenharmony_ci
4917777dab0Sopenharmony_ci#ifndef GL_OES_shader_multisample_interpolation
4927777dab0Sopenharmony_ci#define GL_OES_shader_multisample_interpolation 1
4937777dab0Sopenharmony_ci#define GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES 0x8E5B
4947777dab0Sopenharmony_ci#define GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES 0x8E5C
4957777dab0Sopenharmony_ci#define GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES 0x8E5D
4967777dab0Sopenharmony_ci#endif /* GL_OES_shader_multisample_interpolation */
4977777dab0Sopenharmony_ci
4987777dab0Sopenharmony_ci#ifndef GL_OES_standard_derivatives
4997777dab0Sopenharmony_ci#define GL_OES_standard_derivatives 1
5007777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES 0x8B8B
5017777dab0Sopenharmony_ci#endif /* GL_OES_standard_derivatives */
5027777dab0Sopenharmony_ci
5037777dab0Sopenharmony_ci#ifndef GL_OES_stencil1
5047777dab0Sopenharmony_ci#define GL_OES_stencil1 1
5057777dab0Sopenharmony_ci#define GL_STENCIL_INDEX1_OES             0x8D46
5067777dab0Sopenharmony_ci#endif /* GL_OES_stencil1 */
5077777dab0Sopenharmony_ci
5087777dab0Sopenharmony_ci#ifndef GL_OES_stencil4
5097777dab0Sopenharmony_ci#define GL_OES_stencil4 1
5107777dab0Sopenharmony_ci#define GL_STENCIL_INDEX4_OES             0x8D47
5117777dab0Sopenharmony_ci#endif /* GL_OES_stencil4 */
5127777dab0Sopenharmony_ci
5137777dab0Sopenharmony_ci#ifndef GL_OES_surfaceless_context
5147777dab0Sopenharmony_ci#define GL_OES_surfaceless_context 1
5157777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_UNDEFINED_OES      0x8219
5167777dab0Sopenharmony_ci#endif /* GL_OES_surfaceless_context */
5177777dab0Sopenharmony_ci
5187777dab0Sopenharmony_ci#ifndef GL_OES_tessellation_point_size
5197777dab0Sopenharmony_ci#define GL_OES_tessellation_point_size 1
5207777dab0Sopenharmony_ci#endif /* GL_OES_tessellation_point_size */
5217777dab0Sopenharmony_ci
5227777dab0Sopenharmony_ci#ifndef GL_OES_tessellation_shader
5237777dab0Sopenharmony_ci#define GL_OES_tessellation_shader 1
5247777dab0Sopenharmony_ci#define GL_PATCHES_OES                    0x000E
5257777dab0Sopenharmony_ci#define GL_PATCH_VERTICES_OES             0x8E72
5267777dab0Sopenharmony_ci#define GL_TESS_CONTROL_OUTPUT_VERTICES_OES 0x8E75
5277777dab0Sopenharmony_ci#define GL_TESS_GEN_MODE_OES              0x8E76
5287777dab0Sopenharmony_ci#define GL_TESS_GEN_SPACING_OES           0x8E77
5297777dab0Sopenharmony_ci#define GL_TESS_GEN_VERTEX_ORDER_OES      0x8E78
5307777dab0Sopenharmony_ci#define GL_TESS_GEN_POINT_MODE_OES        0x8E79
5317777dab0Sopenharmony_ci#define GL_ISOLINES_OES                   0x8E7A
5327777dab0Sopenharmony_ci#define GL_QUADS_OES                      0x0007
5337777dab0Sopenharmony_ci#define GL_FRACTIONAL_ODD_OES             0x8E7B
5347777dab0Sopenharmony_ci#define GL_FRACTIONAL_EVEN_OES            0x8E7C
5357777dab0Sopenharmony_ci#define GL_MAX_PATCH_VERTICES_OES         0x8E7D
5367777dab0Sopenharmony_ci#define GL_MAX_TESS_GEN_LEVEL_OES         0x8E7E
5377777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES 0x8E7F
5387777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES 0x8E80
5397777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES 0x8E81
5407777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES 0x8E82
5417777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES 0x8E83
5427777dab0Sopenharmony_ci#define GL_MAX_TESS_PATCH_COMPONENTS_OES  0x8E84
5437777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES 0x8E85
5447777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES 0x8E86
5457777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES 0x8E89
5467777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES 0x8E8A
5477777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES 0x886C
5487777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES 0x886D
5497777dab0Sopenharmony_ci#define GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES 0x8E1E
5507777dab0Sopenharmony_ci#define GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES 0x8E1F
5517777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES 0x92CD
5527777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES 0x92CE
5537777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES 0x92D3
5547777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES 0x92D4
5557777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES 0x90CB
5567777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES 0x90CC
5577777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES 0x90D8
5587777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES 0x90D9
5597777dab0Sopenharmony_ci#define GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES 0x8221
5607777dab0Sopenharmony_ci#define GL_IS_PER_PATCH_OES               0x92E7
5617777dab0Sopenharmony_ci#define GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES 0x9307
5627777dab0Sopenharmony_ci#define GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES 0x9308
5637777dab0Sopenharmony_ci#define GL_TESS_CONTROL_SHADER_OES        0x8E88
5647777dab0Sopenharmony_ci#define GL_TESS_EVALUATION_SHADER_OES     0x8E87
5657777dab0Sopenharmony_ci#define GL_TESS_CONTROL_SHADER_BIT_OES    0x00000008
5667777dab0Sopenharmony_ci#define GL_TESS_EVALUATION_SHADER_BIT_OES 0x00000010
5677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATCHPARAMETERIOESPROC) (GLenum pname, GLint value);
5687777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
5697777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPatchParameteriOES (GLenum pname, GLint value);
5707777dab0Sopenharmony_ci#endif
5717777dab0Sopenharmony_ci#endif /* GL_OES_tessellation_shader */
5727777dab0Sopenharmony_ci
5737777dab0Sopenharmony_ci#ifndef GL_OES_texture_3D
5747777dab0Sopenharmony_ci#define GL_OES_texture_3D 1
5757777dab0Sopenharmony_ci#define GL_TEXTURE_WRAP_R_OES             0x8072
5767777dab0Sopenharmony_ci#define GL_TEXTURE_3D_OES                 0x806F
5777777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_3D_OES         0x806A
5787777dab0Sopenharmony_ci#define GL_MAX_3D_TEXTURE_SIZE_OES        0x8073
5797777dab0Sopenharmony_ci#define GL_SAMPLER_3D_OES                 0x8B5F
5807777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES 0x8CD4
5817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
5827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
5837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
5847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
5857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
5867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOESPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
5877777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
5887777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
5897777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
5907777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
5917777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
5927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
5937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
5947777dab0Sopenharmony_ci#endif
5957777dab0Sopenharmony_ci#endif /* GL_OES_texture_3D */
5967777dab0Sopenharmony_ci
5977777dab0Sopenharmony_ci#ifndef GL_OES_texture_border_clamp
5987777dab0Sopenharmony_ci#define GL_OES_texture_border_clamp 1
5997777dab0Sopenharmony_ci#define GL_TEXTURE_BORDER_COLOR_OES       0x1004
6007777dab0Sopenharmony_ci#define GL_CLAMP_TO_BORDER_OES            0x812D
6017777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, const GLint *params);
6027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, const GLuint *params);
6037777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, GLint *params);
6047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, GLuint *params);
6057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, const GLint *param);
6067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, const GLuint *param);
6077777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, GLint *params);
6087777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, GLuint *params);
6097777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
6107777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexParameterIivOES (GLenum target, GLenum pname, const GLint *params);
6117777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexParameterIuivOES (GLenum target, GLenum pname, const GLuint *params);
6127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetTexParameterIivOES (GLenum target, GLenum pname, GLint *params);
6137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetTexParameterIuivOES (GLenum target, GLenum pname, GLuint *params);
6147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSamplerParameterIivOES (GLuint sampler, GLenum pname, const GLint *param);
6157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSamplerParameterIuivOES (GLuint sampler, GLenum pname, const GLuint *param);
6167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSamplerParameterIivOES (GLuint sampler, GLenum pname, GLint *params);
6177777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSamplerParameterIuivOES (GLuint sampler, GLenum pname, GLuint *params);
6187777dab0Sopenharmony_ci#endif
6197777dab0Sopenharmony_ci#endif /* GL_OES_texture_border_clamp */
6207777dab0Sopenharmony_ci
6217777dab0Sopenharmony_ci#ifndef GL_OES_texture_buffer
6227777dab0Sopenharmony_ci#define GL_OES_texture_buffer 1
6237777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_OES             0x8C2A
6247777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_BINDING_OES     0x8C2A
6257777dab0Sopenharmony_ci#define GL_MAX_TEXTURE_BUFFER_SIZE_OES    0x8C2B
6267777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_BUFFER_OES     0x8C2C
6277777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES 0x8C2D
6287777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES 0x919F
6297777dab0Sopenharmony_ci#define GL_SAMPLER_BUFFER_OES             0x8DC2
6307777dab0Sopenharmony_ci#define GL_INT_SAMPLER_BUFFER_OES         0x8DD0
6317777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_SAMPLER_BUFFER_OES 0x8DD8
6327777dab0Sopenharmony_ci#define GL_IMAGE_BUFFER_OES               0x9051
6337777dab0Sopenharmony_ci#define GL_INT_IMAGE_BUFFER_OES           0x905C
6347777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_IMAGE_BUFFER_OES  0x9067
6357777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_OFFSET_OES      0x919D
6367777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_SIZE_OES        0x919E
6377777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer);
6387777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
6397777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
6407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
6417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
6427777dab0Sopenharmony_ci#endif
6437777dab0Sopenharmony_ci#endif /* GL_OES_texture_buffer */
6447777dab0Sopenharmony_ci
6457777dab0Sopenharmony_ci#ifndef GL_OES_texture_compression_astc
6467777dab0Sopenharmony_ci#define GL_OES_texture_compression_astc 1
6477777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_3x3x3_OES 0x93C0
6487777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_4x3x3_OES 0x93C1
6497777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_4x4x3_OES 0x93C2
6507777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_4x4x4_OES 0x93C3
6517777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_5x4x4_OES 0x93C4
6527777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_5x5x4_OES 0x93C5
6537777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_5x5x5_OES 0x93C6
6547777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_6x5x5_OES 0x93C7
6557777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_6x6x5_OES 0x93C8
6567777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_ASTC_6x6x6_OES 0x93C9
6577777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES 0x93E0
6587777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES 0x93E1
6597777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES 0x93E2
6607777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES 0x93E3
6617777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES 0x93E4
6627777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES 0x93E5
6637777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES 0x93E6
6647777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES 0x93E7
6657777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES 0x93E8
6667777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES 0x93E9
6677777dab0Sopenharmony_ci#endif /* GL_OES_texture_compression_astc */
6687777dab0Sopenharmony_ci
6697777dab0Sopenharmony_ci#ifndef GL_OES_texture_cube_map_array
6707777dab0Sopenharmony_ci#define GL_OES_texture_cube_map_array 1
6717777dab0Sopenharmony_ci#define GL_TEXTURE_CUBE_MAP_ARRAY_OES     0x9009
6727777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES 0x900A
6737777dab0Sopenharmony_ci#define GL_SAMPLER_CUBE_MAP_ARRAY_OES     0x900C
6747777dab0Sopenharmony_ci#define GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES 0x900D
6757777dab0Sopenharmony_ci#define GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES 0x900E
6767777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES 0x900F
6777777dab0Sopenharmony_ci#define GL_IMAGE_CUBE_MAP_ARRAY_OES       0x9054
6787777dab0Sopenharmony_ci#define GL_INT_IMAGE_CUBE_MAP_ARRAY_OES   0x905F
6797777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES 0x906A
6807777dab0Sopenharmony_ci#endif /* GL_OES_texture_cube_map_array */
6817777dab0Sopenharmony_ci
6827777dab0Sopenharmony_ci#ifndef GL_OES_texture_float
6837777dab0Sopenharmony_ci#define GL_OES_texture_float 1
6847777dab0Sopenharmony_ci#endif /* GL_OES_texture_float */
6857777dab0Sopenharmony_ci
6867777dab0Sopenharmony_ci#ifndef GL_OES_texture_float_linear
6877777dab0Sopenharmony_ci#define GL_OES_texture_float_linear 1
6887777dab0Sopenharmony_ci#endif /* GL_OES_texture_float_linear */
6897777dab0Sopenharmony_ci
6907777dab0Sopenharmony_ci#ifndef GL_OES_texture_half_float
6917777dab0Sopenharmony_ci#define GL_OES_texture_half_float 1
6927777dab0Sopenharmony_ci#define GL_HALF_FLOAT_OES                 0x8D61
6937777dab0Sopenharmony_ci#endif /* GL_OES_texture_half_float */
6947777dab0Sopenharmony_ci
6957777dab0Sopenharmony_ci#ifndef GL_OES_texture_half_float_linear
6967777dab0Sopenharmony_ci#define GL_OES_texture_half_float_linear 1
6977777dab0Sopenharmony_ci#endif /* GL_OES_texture_half_float_linear */
6987777dab0Sopenharmony_ci
6997777dab0Sopenharmony_ci#ifndef GL_OES_texture_npot
7007777dab0Sopenharmony_ci#define GL_OES_texture_npot 1
7017777dab0Sopenharmony_ci#endif /* GL_OES_texture_npot */
7027777dab0Sopenharmony_ci
7037777dab0Sopenharmony_ci#ifndef GL_OES_texture_stencil8
7047777dab0Sopenharmony_ci#define GL_OES_texture_stencil8 1
7057777dab0Sopenharmony_ci#define GL_STENCIL_INDEX_OES              0x1901
7067777dab0Sopenharmony_ci#define GL_STENCIL_INDEX8_OES             0x8D48
7077777dab0Sopenharmony_ci#endif /* GL_OES_texture_stencil8 */
7087777dab0Sopenharmony_ci
7097777dab0Sopenharmony_ci#ifndef GL_OES_texture_storage_multisample_2d_array
7107777dab0Sopenharmony_ci#define GL_OES_texture_storage_multisample_2d_array 1
7117777dab0Sopenharmony_ci#define GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES 0x9102
7127777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES 0x9105
7137777dab0Sopenharmony_ci#define GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES 0x910B
7147777dab0Sopenharmony_ci#define GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES 0x910C
7157777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES 0x910D
7167777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DMULTISAMPLEOESPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
7177777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
7187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorage3DMultisampleOES (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
7197777dab0Sopenharmony_ci#endif
7207777dab0Sopenharmony_ci#endif /* GL_OES_texture_storage_multisample_2d_array */
7217777dab0Sopenharmony_ci
7227777dab0Sopenharmony_ci#ifndef GL_OES_texture_view
7237777dab0Sopenharmony_ci#define GL_OES_texture_view 1
7247777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_MIN_LEVEL_OES     0x82DB
7257777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_NUM_LEVELS_OES    0x82DC
7267777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_MIN_LAYER_OES     0x82DD
7277777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_NUM_LAYERS_OES    0x82DE
7287777dab0Sopenharmony_ci#define GL_TEXTURE_IMMUTABLE_LEVELS       0x82DF
7297777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTUREVIEWOESPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
7307777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
7317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureViewOES (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
7327777dab0Sopenharmony_ci#endif
7337777dab0Sopenharmony_ci#endif /* GL_OES_texture_view */
7347777dab0Sopenharmony_ci
7357777dab0Sopenharmony_ci#ifndef GL_OES_vertex_array_object
7367777dab0Sopenharmony_ci#define GL_OES_vertex_array_object 1
7377777dab0Sopenharmony_ci#define GL_VERTEX_ARRAY_BINDING_OES       0x85B5
7387777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBINDVERTEXARRAYOESPROC) (GLuint array);
7397777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
7407777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
7417777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISVERTEXARRAYOESPROC) (GLuint array);
7427777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
7437777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
7447777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
7457777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
7467777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
7477777dab0Sopenharmony_ci#endif
7487777dab0Sopenharmony_ci#endif /* GL_OES_vertex_array_object */
7497777dab0Sopenharmony_ci
7507777dab0Sopenharmony_ci#ifndef GL_OES_vertex_half_float
7517777dab0Sopenharmony_ci#define GL_OES_vertex_half_float 1
7527777dab0Sopenharmony_ci#endif /* GL_OES_vertex_half_float */
7537777dab0Sopenharmony_ci
7547777dab0Sopenharmony_ci#ifndef GL_OES_vertex_type_10_10_10_2
7557777dab0Sopenharmony_ci#define GL_OES_vertex_type_10_10_10_2 1
7567777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_10_10_10_2_OES    0x8DF6
7577777dab0Sopenharmony_ci#define GL_INT_10_10_10_2_OES             0x8DF7
7587777dab0Sopenharmony_ci#endif /* GL_OES_vertex_type_10_10_10_2 */
7597777dab0Sopenharmony_ci
7607777dab0Sopenharmony_ci#ifndef GL_OES_viewport_array
7617777dab0Sopenharmony_ci#define GL_OES_viewport_array 1
7627777dab0Sopenharmony_ci#define GL_MAX_VIEWPORTS_OES              0x825B
7637777dab0Sopenharmony_ci#define GL_VIEWPORT_SUBPIXEL_BITS_OES     0x825C
7647777dab0Sopenharmony_ci#define GL_VIEWPORT_BOUNDS_RANGE_OES      0x825D
7657777dab0Sopenharmony_ci#define GL_VIEWPORT_INDEX_PROVOKING_VERTEX_OES 0x825F
7667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v);
7677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTINDEXEDFOESPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
7687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTINDEXEDFVOESPROC) (GLuint index, const GLfloat *v);
7697777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v);
7707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDOESPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
7717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDVOESPROC) (GLuint index, const GLint *v);
7727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v);
7737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEPTHRANGEINDEXEDFOESPROC) (GLuint index, GLfloat n, GLfloat f);
7747777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFLOATI_VOESPROC) (GLenum target, GLuint index, GLfloat *data);
7757777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
7767777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportArrayvOES (GLuint first, GLsizei count, const GLfloat *v);
7777777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportIndexedfOES (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
7787777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportIndexedfvOES (GLuint index, const GLfloat *v);
7797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorArrayvOES (GLuint first, GLsizei count, const GLint *v);
7807777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorIndexedOES (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
7817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorIndexedvOES (GLuint index, const GLint *v);
7827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDepthRangeArrayfvOES (GLuint first, GLsizei count, const GLfloat *v);
7837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDepthRangeIndexedfOES (GLuint index, GLfloat n, GLfloat f);
7847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFloati_vOES (GLenum target, GLuint index, GLfloat *data);
7857777dab0Sopenharmony_ci#endif
7867777dab0Sopenharmony_ci#endif /* GL_OES_viewport_array */
7877777dab0Sopenharmony_ci
7887777dab0Sopenharmony_ci#ifndef GL_AMD_compressed_3DC_texture
7897777dab0Sopenharmony_ci#define GL_AMD_compressed_3DC_texture 1
7907777dab0Sopenharmony_ci#define GL_3DC_X_AMD                      0x87F9
7917777dab0Sopenharmony_ci#define GL_3DC_XY_AMD                     0x87FA
7927777dab0Sopenharmony_ci#endif /* GL_AMD_compressed_3DC_texture */
7937777dab0Sopenharmony_ci
7947777dab0Sopenharmony_ci#ifndef GL_AMD_compressed_ATC_texture
7957777dab0Sopenharmony_ci#define GL_AMD_compressed_ATC_texture 1
7967777dab0Sopenharmony_ci#define GL_ATC_RGB_AMD                    0x8C92
7977777dab0Sopenharmony_ci#define GL_ATC_RGBA_EXPLICIT_ALPHA_AMD    0x8C93
7987777dab0Sopenharmony_ci#define GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD 0x87EE
7997777dab0Sopenharmony_ci#endif /* GL_AMD_compressed_ATC_texture */
8007777dab0Sopenharmony_ci
8017777dab0Sopenharmony_ci#ifndef GL_AMD_framebuffer_multisample_advanced
8027777dab0Sopenharmony_ci#define GL_AMD_framebuffer_multisample_advanced 1
8037777dab0Sopenharmony_ci#define GL_RENDERBUFFER_STORAGE_SAMPLES_AMD 0x91B2
8047777dab0Sopenharmony_ci#define GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD 0x91B3
8057777dab0Sopenharmony_ci#define GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD 0x91B4
8067777dab0Sopenharmony_ci#define GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD 0x91B5
8077777dab0Sopenharmony_ci#define GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD 0x91B6
8087777dab0Sopenharmony_ci#define GL_SUPPORTED_MULTISAMPLE_MODES_AMD 0x91B7
8097777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEADVANCEDAMDPROC) (GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height);
8107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEADVANCEDAMDPROC) (GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height);
8117777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
8127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleAdvancedAMD (GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height);
8137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedRenderbufferStorageMultisampleAdvancedAMD (GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height);
8147777dab0Sopenharmony_ci#endif
8157777dab0Sopenharmony_ci#endif /* GL_AMD_framebuffer_multisample_advanced */
8167777dab0Sopenharmony_ci
8177777dab0Sopenharmony_ci#ifndef GL_AMD_performance_monitor
8187777dab0Sopenharmony_ci#define GL_AMD_performance_monitor 1
8197777dab0Sopenharmony_ci#define GL_COUNTER_TYPE_AMD               0x8BC0
8207777dab0Sopenharmony_ci#define GL_COUNTER_RANGE_AMD              0x8BC1
8217777dab0Sopenharmony_ci#define GL_UNSIGNED_INT64_AMD             0x8BC2
8227777dab0Sopenharmony_ci#define GL_PERCENTAGE_AMD                 0x8BC3
8237777dab0Sopenharmony_ci#define GL_PERFMON_RESULT_AVAILABLE_AMD   0x8BC4
8247777dab0Sopenharmony_ci#define GL_PERFMON_RESULT_SIZE_AMD        0x8BC5
8257777dab0Sopenharmony_ci#define GL_PERFMON_RESULT_AMD             0x8BC6
8267777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSAMDPROC) (GLint *numGroups, GLsizei groupsSize, GLuint *groups);
8277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSAMDPROC) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
8287777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSTRINGAMDPROC) (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
8297777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
8307777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
8317777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
8327777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
8337777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSELECTPERFMONITORCOUNTERSAMDPROC) (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList);
8347777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBEGINPERFMONITORAMDPROC) (GLuint monitor);
8357777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENDPERFMONITORAMDPROC) (GLuint monitor);
8367777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERDATAAMDPROC) (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);
8377777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
8387777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups);
8397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
8407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
8417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
8427777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
8437777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
8447777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
8457777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList);
8467777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBeginPerfMonitorAMD (GLuint monitor);
8477777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEndPerfMonitorAMD (GLuint monitor);
8487777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);
8497777dab0Sopenharmony_ci#endif
8507777dab0Sopenharmony_ci#endif /* GL_AMD_performance_monitor */
8517777dab0Sopenharmony_ci
8527777dab0Sopenharmony_ci#ifndef GL_AMD_program_binary_Z400
8537777dab0Sopenharmony_ci#define GL_AMD_program_binary_Z400 1
8547777dab0Sopenharmony_ci#define GL_Z400_BINARY_AMD                0x8740
8557777dab0Sopenharmony_ci#endif /* GL_AMD_program_binary_Z400 */
8567777dab0Sopenharmony_ci
8577777dab0Sopenharmony_ci#ifndef GL_ANDROID_extension_pack_es31a
8587777dab0Sopenharmony_ci#define GL_ANDROID_extension_pack_es31a 1
8597777dab0Sopenharmony_ci#endif /* GL_ANDROID_extension_pack_es31a */
8607777dab0Sopenharmony_ci
8617777dab0Sopenharmony_ci#ifndef GL_ANGLE_depth_texture
8627777dab0Sopenharmony_ci#define GL_ANGLE_depth_texture 1
8637777dab0Sopenharmony_ci#endif /* GL_ANGLE_depth_texture */
8647777dab0Sopenharmony_ci
8657777dab0Sopenharmony_ci#ifndef GL_ANGLE_framebuffer_blit
8667777dab0Sopenharmony_ci#define GL_ANGLE_framebuffer_blit 1
8677777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_ANGLE         0x8CA8
8687777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_ANGLE         0x8CA9
8697777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_BINDING_ANGLE 0x8CA6
8707777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_BINDING_ANGLE 0x8CAA
8717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
8727777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
8737777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
8747777dab0Sopenharmony_ci#endif
8757777dab0Sopenharmony_ci#endif /* GL_ANGLE_framebuffer_blit */
8767777dab0Sopenharmony_ci
8777777dab0Sopenharmony_ci#ifndef GL_ANGLE_framebuffer_multisample
8787777dab0Sopenharmony_ci#define GL_ANGLE_framebuffer_multisample 1
8797777dab0Sopenharmony_ci#define GL_RENDERBUFFER_SAMPLES_ANGLE     0x8CAB
8807777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE 0x8D56
8817777dab0Sopenharmony_ci#define GL_MAX_SAMPLES_ANGLE              0x8D57
8827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
8837777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
8847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
8857777dab0Sopenharmony_ci#endif
8867777dab0Sopenharmony_ci#endif /* GL_ANGLE_framebuffer_multisample */
8877777dab0Sopenharmony_ci
8887777dab0Sopenharmony_ci#ifndef GL_ANGLE_instanced_arrays
8897777dab0Sopenharmony_ci#define GL_ANGLE_instanced_arrays 1
8907777dab0Sopenharmony_ci#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE 0x88FE
8917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
8927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
8937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVERTEXATTRIBDIVISORANGLEPROC) (GLuint index, GLuint divisor);
8947777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
8957777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
8967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
8977777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glVertexAttribDivisorANGLE (GLuint index, GLuint divisor);
8987777dab0Sopenharmony_ci#endif
8997777dab0Sopenharmony_ci#endif /* GL_ANGLE_instanced_arrays */
9007777dab0Sopenharmony_ci
9017777dab0Sopenharmony_ci#ifndef GL_ANGLE_pack_reverse_row_order
9027777dab0Sopenharmony_ci#define GL_ANGLE_pack_reverse_row_order 1
9037777dab0Sopenharmony_ci#define GL_PACK_REVERSE_ROW_ORDER_ANGLE   0x93A4
9047777dab0Sopenharmony_ci#endif /* GL_ANGLE_pack_reverse_row_order */
9057777dab0Sopenharmony_ci
9067777dab0Sopenharmony_ci#ifndef GL_ANGLE_program_binary
9077777dab0Sopenharmony_ci#define GL_ANGLE_program_binary 1
9087777dab0Sopenharmony_ci#define GL_PROGRAM_BINARY_ANGLE           0x93A6
9097777dab0Sopenharmony_ci#endif /* GL_ANGLE_program_binary */
9107777dab0Sopenharmony_ci
9117777dab0Sopenharmony_ci#ifndef GL_ANGLE_texture_compression_dxt3
9127777dab0Sopenharmony_ci#define GL_ANGLE_texture_compression_dxt3 1
9137777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE 0x83F2
9147777dab0Sopenharmony_ci#endif /* GL_ANGLE_texture_compression_dxt3 */
9157777dab0Sopenharmony_ci
9167777dab0Sopenharmony_ci#ifndef GL_ANGLE_texture_compression_dxt5
9177777dab0Sopenharmony_ci#define GL_ANGLE_texture_compression_dxt5 1
9187777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3
9197777dab0Sopenharmony_ci#endif /* GL_ANGLE_texture_compression_dxt5 */
9207777dab0Sopenharmony_ci
9217777dab0Sopenharmony_ci#ifndef GL_ANGLE_texture_usage
9227777dab0Sopenharmony_ci#define GL_ANGLE_texture_usage 1
9237777dab0Sopenharmony_ci#define GL_TEXTURE_USAGE_ANGLE            0x93A2
9247777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_ANGLE   0x93A3
9257777dab0Sopenharmony_ci#endif /* GL_ANGLE_texture_usage */
9267777dab0Sopenharmony_ci
9277777dab0Sopenharmony_ci#ifndef GL_ANGLE_translated_shader_source
9287777dab0Sopenharmony_ci#define GL_ANGLE_translated_shader_source 1
9297777dab0Sopenharmony_ci#define GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE 0x93A0
9307777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);
9317777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
9327777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);
9337777dab0Sopenharmony_ci#endif
9347777dab0Sopenharmony_ci#endif /* GL_ANGLE_translated_shader_source */
9357777dab0Sopenharmony_ci
9367777dab0Sopenharmony_ci#ifndef GL_APPLE_clip_distance
9377777dab0Sopenharmony_ci#define GL_APPLE_clip_distance 1
9387777dab0Sopenharmony_ci#define GL_MAX_CLIP_DISTANCES_APPLE       0x0D32
9397777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE0_APPLE           0x3000
9407777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE1_APPLE           0x3001
9417777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE2_APPLE           0x3002
9427777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE3_APPLE           0x3003
9437777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE4_APPLE           0x3004
9447777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE5_APPLE           0x3005
9457777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE6_APPLE           0x3006
9467777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE7_APPLE           0x3007
9477777dab0Sopenharmony_ci#endif /* GL_APPLE_clip_distance */
9487777dab0Sopenharmony_ci
9497777dab0Sopenharmony_ci#ifndef GL_APPLE_color_buffer_packed_float
9507777dab0Sopenharmony_ci#define GL_APPLE_color_buffer_packed_float 1
9517777dab0Sopenharmony_ci#endif /* GL_APPLE_color_buffer_packed_float */
9527777dab0Sopenharmony_ci
9537777dab0Sopenharmony_ci#ifndef GL_APPLE_copy_texture_levels
9547777dab0Sopenharmony_ci#define GL_APPLE_copy_texture_levels 1
9557777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYTEXTURELEVELSAPPLEPROC) (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount);
9567777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
9577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount);
9587777dab0Sopenharmony_ci#endif
9597777dab0Sopenharmony_ci#endif /* GL_APPLE_copy_texture_levels */
9607777dab0Sopenharmony_ci
9617777dab0Sopenharmony_ci#ifndef GL_APPLE_framebuffer_multisample
9627777dab0Sopenharmony_ci#define GL_APPLE_framebuffer_multisample 1
9637777dab0Sopenharmony_ci#define GL_RENDERBUFFER_SAMPLES_APPLE     0x8CAB
9647777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE 0x8D56
9657777dab0Sopenharmony_ci#define GL_MAX_SAMPLES_APPLE              0x8D57
9667777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_APPLE         0x8CA8
9677777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_APPLE         0x8CA9
9687777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_BINDING_APPLE 0x8CA6
9697777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_BINDING_APPLE 0x8CAA
9707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
9717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRESOLVEMULTISAMPLEFRAMEBUFFERAPPLEPROC) (void);
9727777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
9737777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
9747777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);
9757777dab0Sopenharmony_ci#endif
9767777dab0Sopenharmony_ci#endif /* GL_APPLE_framebuffer_multisample */
9777777dab0Sopenharmony_ci
9787777dab0Sopenharmony_ci#ifndef GL_APPLE_rgb_422
9797777dab0Sopenharmony_ci#define GL_APPLE_rgb_422 1
9807777dab0Sopenharmony_ci#define GL_RGB_422_APPLE                  0x8A1F
9817777dab0Sopenharmony_ci#define GL_UNSIGNED_SHORT_8_8_APPLE       0x85BA
9827777dab0Sopenharmony_ci#define GL_UNSIGNED_SHORT_8_8_REV_APPLE   0x85BB
9837777dab0Sopenharmony_ci#define GL_RGB_RAW_422_APPLE              0x8A51
9847777dab0Sopenharmony_ci#endif /* GL_APPLE_rgb_422 */
9857777dab0Sopenharmony_ci
9867777dab0Sopenharmony_ci#ifndef GL_APPLE_sync
9877777dab0Sopenharmony_ci#define GL_APPLE_sync 1
9887777dab0Sopenharmony_ci#define GL_SYNC_OBJECT_APPLE              0x8A53
9897777dab0Sopenharmony_ci#define GL_MAX_SERVER_WAIT_TIMEOUT_APPLE  0x9111
9907777dab0Sopenharmony_ci#define GL_OBJECT_TYPE_APPLE              0x9112
9917777dab0Sopenharmony_ci#define GL_SYNC_CONDITION_APPLE           0x9113
9927777dab0Sopenharmony_ci#define GL_SYNC_STATUS_APPLE              0x9114
9937777dab0Sopenharmony_ci#define GL_SYNC_FLAGS_APPLE               0x9115
9947777dab0Sopenharmony_ci#define GL_SYNC_FENCE_APPLE               0x9116
9957777dab0Sopenharmony_ci#define GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE 0x9117
9967777dab0Sopenharmony_ci#define GL_UNSIGNALED_APPLE               0x9118
9977777dab0Sopenharmony_ci#define GL_SIGNALED_APPLE                 0x9119
9987777dab0Sopenharmony_ci#define GL_ALREADY_SIGNALED_APPLE         0x911A
9997777dab0Sopenharmony_ci#define GL_TIMEOUT_EXPIRED_APPLE          0x911B
10007777dab0Sopenharmony_ci#define GL_CONDITION_SATISFIED_APPLE      0x911C
10017777dab0Sopenharmony_ci#define GL_WAIT_FAILED_APPLE              0x911D
10027777dab0Sopenharmony_ci#define GL_SYNC_FLUSH_COMMANDS_BIT_APPLE  0x00000001
10037777dab0Sopenharmony_ci#define GL_TIMEOUT_IGNORED_APPLE          0xFFFFFFFFFFFFFFFFull
10047777dab0Sopenharmony_citypedef GLsync (GL_APIENTRYP PFNGLFENCESYNCAPPLEPROC) (GLenum condition, GLbitfield flags);
10057777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISSYNCAPPLEPROC) (GLsync sync);
10067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETESYNCAPPLEPROC) (GLsync sync);
10077777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
10087777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
10097777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETINTEGER64VAPPLEPROC) (GLenum pname, GLint64 *params);
10107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSYNCIVAPPLEPROC) (GLsync sync, GLenum pname, GLsizei count, GLsizei *length, GLint *values);
10117777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
10127777dab0Sopenharmony_ciGL_APICALL GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
10137777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);
10147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);
10157777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
10167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
10177777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params);
10187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei count, GLsizei *length, GLint *values);
10197777dab0Sopenharmony_ci#endif
10207777dab0Sopenharmony_ci#endif /* GL_APPLE_sync */
10217777dab0Sopenharmony_ci
10227777dab0Sopenharmony_ci#ifndef GL_APPLE_texture_format_BGRA8888
10237777dab0Sopenharmony_ci#define GL_APPLE_texture_format_BGRA8888 1
10247777dab0Sopenharmony_ci#define GL_BGRA_EXT                       0x80E1
10257777dab0Sopenharmony_ci#define GL_BGRA8_EXT                      0x93A1
10267777dab0Sopenharmony_ci#endif /* GL_APPLE_texture_format_BGRA8888 */
10277777dab0Sopenharmony_ci
10287777dab0Sopenharmony_ci#ifndef GL_APPLE_texture_max_level
10297777dab0Sopenharmony_ci#define GL_APPLE_texture_max_level 1
10307777dab0Sopenharmony_ci#define GL_TEXTURE_MAX_LEVEL_APPLE        0x813D
10317777dab0Sopenharmony_ci#endif /* GL_APPLE_texture_max_level */
10327777dab0Sopenharmony_ci
10337777dab0Sopenharmony_ci#ifndef GL_APPLE_texture_packed_float
10347777dab0Sopenharmony_ci#define GL_APPLE_texture_packed_float 1
10357777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE 0x8C3B
10367777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_5_9_9_9_REV_APPLE 0x8C3E
10377777dab0Sopenharmony_ci#define GL_R11F_G11F_B10F_APPLE           0x8C3A
10387777dab0Sopenharmony_ci#define GL_RGB9_E5_APPLE                  0x8C3D
10397777dab0Sopenharmony_ci#endif /* GL_APPLE_texture_packed_float */
10407777dab0Sopenharmony_ci
10417777dab0Sopenharmony_ci#ifndef GL_ARM_mali_program_binary
10427777dab0Sopenharmony_ci#define GL_ARM_mali_program_binary 1
10437777dab0Sopenharmony_ci#define GL_MALI_PROGRAM_BINARY_ARM        0x8F61
10447777dab0Sopenharmony_ci#endif /* GL_ARM_mali_program_binary */
10457777dab0Sopenharmony_ci
10467777dab0Sopenharmony_ci#ifndef GL_ARM_mali_shader_binary
10477777dab0Sopenharmony_ci#define GL_ARM_mali_shader_binary 1
10487777dab0Sopenharmony_ci#define GL_MALI_SHADER_BINARY_ARM         0x8F60
10497777dab0Sopenharmony_ci#endif /* GL_ARM_mali_shader_binary */
10507777dab0Sopenharmony_ci
10517777dab0Sopenharmony_ci#ifndef GL_ARM_rgba8
10527777dab0Sopenharmony_ci#define GL_ARM_rgba8 1
10537777dab0Sopenharmony_ci#endif /* GL_ARM_rgba8 */
10547777dab0Sopenharmony_ci
10557777dab0Sopenharmony_ci#ifndef GL_ARM_shader_framebuffer_fetch
10567777dab0Sopenharmony_ci#define GL_ARM_shader_framebuffer_fetch 1
10577777dab0Sopenharmony_ci#define GL_FETCH_PER_SAMPLE_ARM           0x8F65
10587777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM 0x8F66
10597777dab0Sopenharmony_ci#endif /* GL_ARM_shader_framebuffer_fetch */
10607777dab0Sopenharmony_ci
10617777dab0Sopenharmony_ci#ifndef GL_ARM_shader_framebuffer_fetch_depth_stencil
10627777dab0Sopenharmony_ci#define GL_ARM_shader_framebuffer_fetch_depth_stencil 1
10637777dab0Sopenharmony_ci#endif /* GL_ARM_shader_framebuffer_fetch_depth_stencil */
10647777dab0Sopenharmony_ci
10657777dab0Sopenharmony_ci#ifndef GL_ARM_texture_unnormalized_coordinates
10667777dab0Sopenharmony_ci#define GL_ARM_texture_unnormalized_coordinates 1
10677777dab0Sopenharmony_ci#define GL_TEXTURE_UNNORMALIZED_COORDINATES_ARM 0x8F6A
10687777dab0Sopenharmony_ci#endif /* GL_ARM_texture_unnormalized_coordinates */
10697777dab0Sopenharmony_ci
10707777dab0Sopenharmony_ci#ifndef GL_DMP_program_binary
10717777dab0Sopenharmony_ci#define GL_DMP_program_binary 1
10727777dab0Sopenharmony_ci#define GL_SMAPHS30_PROGRAM_BINARY_DMP    0x9251
10737777dab0Sopenharmony_ci#define GL_SMAPHS_PROGRAM_BINARY_DMP      0x9252
10747777dab0Sopenharmony_ci#define GL_DMP_PROGRAM_BINARY_DMP         0x9253
10757777dab0Sopenharmony_ci#endif /* GL_DMP_program_binary */
10767777dab0Sopenharmony_ci
10777777dab0Sopenharmony_ci#ifndef GL_DMP_shader_binary
10787777dab0Sopenharmony_ci#define GL_DMP_shader_binary 1
10797777dab0Sopenharmony_ci#define GL_SHADER_BINARY_DMP              0x9250
10807777dab0Sopenharmony_ci#endif /* GL_DMP_shader_binary */
10817777dab0Sopenharmony_ci
10827777dab0Sopenharmony_ci#ifndef GL_EXT_EGL_image_array
10837777dab0Sopenharmony_ci#define GL_EXT_EGL_image_array 1
10847777dab0Sopenharmony_ci#endif /* GL_EXT_EGL_image_array */
10857777dab0Sopenharmony_ci
10867777dab0Sopenharmony_ci#ifndef GL_EXT_EGL_image_storage
10877777dab0Sopenharmony_ci#define GL_EXT_EGL_image_storage 1
10887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXSTORAGEEXTPROC) (GLenum target, GLeglImageOES image, const GLint* attrib_list);
10897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURESTORAGEEXTPROC) (GLuint texture, GLeglImageOES image, const GLint* attrib_list);
10907777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
10917777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEGLImageTargetTexStorageEXT (GLenum target, GLeglImageOES image, const GLint* attrib_list);
10927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEGLImageTargetTextureStorageEXT (GLuint texture, GLeglImageOES image, const GLint* attrib_list);
10937777dab0Sopenharmony_ci#endif
10947777dab0Sopenharmony_ci#endif /* GL_EXT_EGL_image_storage */
10957777dab0Sopenharmony_ci
10967777dab0Sopenharmony_ci#ifndef GL_EXT_EGL_image_storage_compression
10977777dab0Sopenharmony_ci#define GL_EXT_EGL_image_storage_compression 1
10987777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_EXT        0x96C0
10997777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT 0x96C1
11007777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT 0x96C2
11017777dab0Sopenharmony_ci#endif /* GL_EXT_EGL_image_storage_compression */
11027777dab0Sopenharmony_ci
11037777dab0Sopenharmony_ci#ifndef GL_EXT_YUV_target
11047777dab0Sopenharmony_ci#define GL_EXT_YUV_target 1
11057777dab0Sopenharmony_ci#define GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT    0x8BE7
11067777dab0Sopenharmony_ci#endif /* GL_EXT_YUV_target */
11077777dab0Sopenharmony_ci
11087777dab0Sopenharmony_ci#ifndef GL_EXT_base_instance
11097777dab0Sopenharmony_ci#define GL_EXT_base_instance 1
11107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance);
11117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance);
11127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
11137777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
11147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceEXT (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance);
11157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseInstanceEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance);
11167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseVertexBaseInstanceEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
11177777dab0Sopenharmony_ci#endif
11187777dab0Sopenharmony_ci#endif /* GL_EXT_base_instance */
11197777dab0Sopenharmony_ci
11207777dab0Sopenharmony_ci#ifndef GL_EXT_blend_func_extended
11217777dab0Sopenharmony_ci#define GL_EXT_blend_func_extended 1
11227777dab0Sopenharmony_ci#define GL_SRC1_COLOR_EXT                 0x88F9
11237777dab0Sopenharmony_ci#define GL_SRC1_ALPHA_EXT                 0x8589
11247777dab0Sopenharmony_ci#define GL_ONE_MINUS_SRC1_COLOR_EXT       0x88FA
11257777dab0Sopenharmony_ci#define GL_ONE_MINUS_SRC1_ALPHA_EXT       0x88FB
11267777dab0Sopenharmony_ci#define GL_SRC_ALPHA_SATURATE_EXT         0x0308
11277777dab0Sopenharmony_ci#define GL_LOCATION_INDEX_EXT             0x930F
11287777dab0Sopenharmony_ci#define GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT 0x88FC
11297777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBINDFRAGDATALOCATIONINDEXEDEXTPROC) (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name);
11307777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBINDFRAGDATALOCATIONEXTPROC) (GLuint program, GLuint color, const GLchar *name);
11317777dab0Sopenharmony_citypedef GLint (GL_APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar *name);
11327777dab0Sopenharmony_citypedef GLint (GL_APIENTRYP PFNGLGETFRAGDATAINDEXEXTPROC) (GLuint program, const GLchar *name);
11337777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
11347777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBindFragDataLocationIndexedEXT (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name);
11357777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *name);
11367777dab0Sopenharmony_ciGL_APICALL GLint GL_APIENTRY glGetProgramResourceLocationIndexEXT (GLuint program, GLenum programInterface, const GLchar *name);
11377777dab0Sopenharmony_ciGL_APICALL GLint GL_APIENTRY glGetFragDataIndexEXT (GLuint program, const GLchar *name);
11387777dab0Sopenharmony_ci#endif
11397777dab0Sopenharmony_ci#endif /* GL_EXT_blend_func_extended */
11407777dab0Sopenharmony_ci
11417777dab0Sopenharmony_ci#ifndef GL_EXT_blend_minmax
11427777dab0Sopenharmony_ci#define GL_EXT_blend_minmax 1
11437777dab0Sopenharmony_ci#define GL_MIN_EXT                        0x8007
11447777dab0Sopenharmony_ci#define GL_MAX_EXT                        0x8008
11457777dab0Sopenharmony_ci#endif /* GL_EXT_blend_minmax */
11467777dab0Sopenharmony_ci
11477777dab0Sopenharmony_ci#ifndef GL_EXT_buffer_storage
11487777dab0Sopenharmony_ci#define GL_EXT_buffer_storage 1
11497777dab0Sopenharmony_ci#define GL_MAP_READ_BIT                   0x0001
11507777dab0Sopenharmony_ci#define GL_MAP_WRITE_BIT                  0x0002
11517777dab0Sopenharmony_ci#define GL_MAP_PERSISTENT_BIT_EXT         0x0040
11527777dab0Sopenharmony_ci#define GL_MAP_COHERENT_BIT_EXT           0x0080
11537777dab0Sopenharmony_ci#define GL_DYNAMIC_STORAGE_BIT_EXT        0x0100
11547777dab0Sopenharmony_ci#define GL_CLIENT_STORAGE_BIT_EXT         0x0200
11557777dab0Sopenharmony_ci#define GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT 0x00004000
11567777dab0Sopenharmony_ci#define GL_BUFFER_IMMUTABLE_STORAGE_EXT   0x821F
11577777dab0Sopenharmony_ci#define GL_BUFFER_STORAGE_FLAGS_EXT       0x8220
11587777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEEXTPROC) (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags);
11597777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
11607777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBufferStorageEXT (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags);
11617777dab0Sopenharmony_ci#endif
11627777dab0Sopenharmony_ci#endif /* GL_EXT_buffer_storage */
11637777dab0Sopenharmony_ci
11647777dab0Sopenharmony_ci#ifndef GL_EXT_clear_texture
11657777dab0Sopenharmony_ci#define GL_EXT_clear_texture 1
11667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
11677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data);
11687777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
11697777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glClearTexImageEXT (GLuint texture, GLint level, GLenum format, GLenum type, const void *data);
11707777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glClearTexSubImageEXT (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data);
11717777dab0Sopenharmony_ci#endif
11727777dab0Sopenharmony_ci#endif /* GL_EXT_clear_texture */
11737777dab0Sopenharmony_ci
11747777dab0Sopenharmony_ci#ifndef GL_EXT_clip_control
11757777dab0Sopenharmony_ci#define GL_EXT_clip_control 1
11767777dab0Sopenharmony_ci#define GL_LOWER_LEFT_EXT                 0x8CA1
11777777dab0Sopenharmony_ci#define GL_UPPER_LEFT_EXT                 0x8CA2
11787777dab0Sopenharmony_ci#define GL_NEGATIVE_ONE_TO_ONE_EXT        0x935E
11797777dab0Sopenharmony_ci#define GL_ZERO_TO_ONE_EXT                0x935F
11807777dab0Sopenharmony_ci#define GL_CLIP_ORIGIN_EXT                0x935C
11817777dab0Sopenharmony_ci#define GL_CLIP_DEPTH_MODE_EXT            0x935D
11827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCLIPCONTROLEXTPROC) (GLenum origin, GLenum depth);
11837777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
11847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glClipControlEXT (GLenum origin, GLenum depth);
11857777dab0Sopenharmony_ci#endif
11867777dab0Sopenharmony_ci#endif /* GL_EXT_clip_control */
11877777dab0Sopenharmony_ci
11887777dab0Sopenharmony_ci#ifndef GL_EXT_clip_cull_distance
11897777dab0Sopenharmony_ci#define GL_EXT_clip_cull_distance 1
11907777dab0Sopenharmony_ci#define GL_MAX_CLIP_DISTANCES_EXT         0x0D32
11917777dab0Sopenharmony_ci#define GL_MAX_CULL_DISTANCES_EXT         0x82F9
11927777dab0Sopenharmony_ci#define GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT 0x82FA
11937777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE0_EXT             0x3000
11947777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE1_EXT             0x3001
11957777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE2_EXT             0x3002
11967777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE3_EXT             0x3003
11977777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE4_EXT             0x3004
11987777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE5_EXT             0x3005
11997777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE6_EXT             0x3006
12007777dab0Sopenharmony_ci#define GL_CLIP_DISTANCE7_EXT             0x3007
12017777dab0Sopenharmony_ci#endif /* GL_EXT_clip_cull_distance */
12027777dab0Sopenharmony_ci
12037777dab0Sopenharmony_ci#ifndef GL_EXT_color_buffer_float
12047777dab0Sopenharmony_ci#define GL_EXT_color_buffer_float 1
12057777dab0Sopenharmony_ci#endif /* GL_EXT_color_buffer_float */
12067777dab0Sopenharmony_ci
12077777dab0Sopenharmony_ci#ifndef GL_EXT_color_buffer_half_float
12087777dab0Sopenharmony_ci#define GL_EXT_color_buffer_half_float 1
12097777dab0Sopenharmony_ci#define GL_RGBA16F_EXT                    0x881A
12107777dab0Sopenharmony_ci#define GL_RGB16F_EXT                     0x881B
12117777dab0Sopenharmony_ci#define GL_RG16F_EXT                      0x822F
12127777dab0Sopenharmony_ci#define GL_R16F_EXT                       0x822D
12137777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT 0x8211
12147777dab0Sopenharmony_ci#define GL_UNSIGNED_NORMALIZED_EXT        0x8C17
12157777dab0Sopenharmony_ci#endif /* GL_EXT_color_buffer_half_float */
12167777dab0Sopenharmony_ci
12177777dab0Sopenharmony_ci#ifndef GL_EXT_conservative_depth
12187777dab0Sopenharmony_ci#define GL_EXT_conservative_depth 1
12197777dab0Sopenharmony_ci#endif /* GL_EXT_conservative_depth */
12207777dab0Sopenharmony_ci
12217777dab0Sopenharmony_ci#ifndef GL_EXT_copy_image
12227777dab0Sopenharmony_ci#define GL_EXT_copy_image 1
12237777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
12247777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
12257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
12267777dab0Sopenharmony_ci#endif
12277777dab0Sopenharmony_ci#endif /* GL_EXT_copy_image */
12287777dab0Sopenharmony_ci
12297777dab0Sopenharmony_ci#ifndef GL_EXT_debug_label
12307777dab0Sopenharmony_ci#define GL_EXT_debug_label 1
12317777dab0Sopenharmony_ci#define GL_PROGRAM_PIPELINE_OBJECT_EXT    0x8A4F
12327777dab0Sopenharmony_ci#define GL_PROGRAM_OBJECT_EXT             0x8B40
12337777dab0Sopenharmony_ci#define GL_SHADER_OBJECT_EXT              0x8B48
12347777dab0Sopenharmony_ci#define GL_BUFFER_OBJECT_EXT              0x9151
12357777dab0Sopenharmony_ci#define GL_QUERY_OBJECT_EXT               0x9153
12367777dab0Sopenharmony_ci#define GL_VERTEX_ARRAY_OBJECT_EXT        0x9154
12377777dab0Sopenharmony_ci#define GL_TRANSFORM_FEEDBACK             0x8E22
12387777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
12397777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
12407777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
12417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label);
12427777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
12437777dab0Sopenharmony_ci#endif
12447777dab0Sopenharmony_ci#endif /* GL_EXT_debug_label */
12457777dab0Sopenharmony_ci
12467777dab0Sopenharmony_ci#ifndef GL_EXT_debug_marker
12477777dab0Sopenharmony_ci#define GL_EXT_debug_marker 1
12487777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker);
12497777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker);
12507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPOPGROUPMARKEREXTPROC) (void);
12517777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
12527777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glInsertEventMarkerEXT (GLsizei length, const GLchar *marker);
12537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPushGroupMarkerEXT (GLsizei length, const GLchar *marker);
12547777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPopGroupMarkerEXT (void);
12557777dab0Sopenharmony_ci#endif
12567777dab0Sopenharmony_ci#endif /* GL_EXT_debug_marker */
12577777dab0Sopenharmony_ci
12587777dab0Sopenharmony_ci#ifndef GL_EXT_depth_clamp
12597777dab0Sopenharmony_ci#define GL_EXT_depth_clamp 1
12607777dab0Sopenharmony_ci#define GL_DEPTH_CLAMP_EXT                0x864F
12617777dab0Sopenharmony_ci#endif /* GL_EXT_depth_clamp */
12627777dab0Sopenharmony_ci
12637777dab0Sopenharmony_ci#ifndef GL_EXT_discard_framebuffer
12647777dab0Sopenharmony_ci#define GL_EXT_discard_framebuffer 1
12657777dab0Sopenharmony_ci#define GL_COLOR_EXT                      0x1800
12667777dab0Sopenharmony_ci#define GL_DEPTH_EXT                      0x1801
12677777dab0Sopenharmony_ci#define GL_STENCIL_EXT                    0x1802
12687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
12697777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
12707777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
12717777dab0Sopenharmony_ci#endif
12727777dab0Sopenharmony_ci#endif /* GL_EXT_discard_framebuffer */
12737777dab0Sopenharmony_ci
12747777dab0Sopenharmony_ci#ifndef GL_EXT_disjoint_timer_query
12757777dab0Sopenharmony_ci#define GL_EXT_disjoint_timer_query 1
12767777dab0Sopenharmony_ci#define GL_QUERY_COUNTER_BITS_EXT         0x8864
12777777dab0Sopenharmony_ci#define GL_CURRENT_QUERY_EXT              0x8865
12787777dab0Sopenharmony_ci#define GL_QUERY_RESULT_EXT               0x8866
12797777dab0Sopenharmony_ci#define GL_QUERY_RESULT_AVAILABLE_EXT     0x8867
12807777dab0Sopenharmony_ci#define GL_TIME_ELAPSED_EXT               0x88BF
12817777dab0Sopenharmony_ci#define GL_TIMESTAMP_EXT                  0x8E28
12827777dab0Sopenharmony_ci#define GL_GPU_DISJOINT_EXT               0x8FBB
12837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENQUERIESEXTPROC) (GLsizei n, GLuint *ids);
12847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEQUERIESEXTPROC) (GLsizei n, const GLuint *ids);
12857777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISQUERYEXTPROC) (GLuint id);
12867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBEGINQUERYEXTPROC) (GLenum target, GLuint id);
12877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENDQUERYEXTPROC) (GLenum target);
12887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLQUERYCOUNTEREXTPROC) (GLuint id, GLenum target);
12897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETQUERYIVEXTPROC) (GLenum target, GLenum pname, GLint *params);
12907777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETQUERYOBJECTIVEXTPROC) (GLuint id, GLenum pname, GLint *params);
12917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETQUERYOBJECTUIVEXTPROC) (GLuint id, GLenum pname, GLuint *params);
12927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETQUERYOBJECTI64VEXTPROC) (GLuint id, GLenum pname, GLint64 *params);
12937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETQUERYOBJECTUI64VEXTPROC) (GLuint id, GLenum pname, GLuint64 *params);
12947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETINTEGER64VEXTPROC) (GLenum pname, GLint64 *data);
12957777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
12967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenQueriesEXT (GLsizei n, GLuint *ids);
12977777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteQueriesEXT (GLsizei n, const GLuint *ids);
12987777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsQueryEXT (GLuint id);
12997777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBeginQueryEXT (GLenum target, GLuint id);
13007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEndQueryEXT (GLenum target);
13017777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glQueryCounterEXT (GLuint id, GLenum target);
13027777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetQueryivEXT (GLenum target, GLenum pname, GLint *params);
13037777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetQueryObjectivEXT (GLuint id, GLenum pname, GLint *params);
13047777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetQueryObjectuivEXT (GLuint id, GLenum pname, GLuint *params);
13057777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64 *params);
13067777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64 *params);
13077777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetInteger64vEXT (GLenum pname, GLint64 *data);
13087777dab0Sopenharmony_ci#endif
13097777dab0Sopenharmony_ci#endif /* GL_EXT_disjoint_timer_query */
13107777dab0Sopenharmony_ci
13117777dab0Sopenharmony_ci#ifndef GL_EXT_draw_buffers
13127777dab0Sopenharmony_ci#define GL_EXT_draw_buffers 1
13137777dab0Sopenharmony_ci#define GL_MAX_COLOR_ATTACHMENTS_EXT      0x8CDF
13147777dab0Sopenharmony_ci#define GL_MAX_DRAW_BUFFERS_EXT           0x8824
13157777dab0Sopenharmony_ci#define GL_DRAW_BUFFER0_EXT               0x8825
13167777dab0Sopenharmony_ci#define GL_DRAW_BUFFER1_EXT               0x8826
13177777dab0Sopenharmony_ci#define GL_DRAW_BUFFER2_EXT               0x8827
13187777dab0Sopenharmony_ci#define GL_DRAW_BUFFER3_EXT               0x8828
13197777dab0Sopenharmony_ci#define GL_DRAW_BUFFER4_EXT               0x8829
13207777dab0Sopenharmony_ci#define GL_DRAW_BUFFER5_EXT               0x882A
13217777dab0Sopenharmony_ci#define GL_DRAW_BUFFER6_EXT               0x882B
13227777dab0Sopenharmony_ci#define GL_DRAW_BUFFER7_EXT               0x882C
13237777dab0Sopenharmony_ci#define GL_DRAW_BUFFER8_EXT               0x882D
13247777dab0Sopenharmony_ci#define GL_DRAW_BUFFER9_EXT               0x882E
13257777dab0Sopenharmony_ci#define GL_DRAW_BUFFER10_EXT              0x882F
13267777dab0Sopenharmony_ci#define GL_DRAW_BUFFER11_EXT              0x8830
13277777dab0Sopenharmony_ci#define GL_DRAW_BUFFER12_EXT              0x8831
13287777dab0Sopenharmony_ci#define GL_DRAW_BUFFER13_EXT              0x8832
13297777dab0Sopenharmony_ci#define GL_DRAW_BUFFER14_EXT              0x8833
13307777dab0Sopenharmony_ci#define GL_DRAW_BUFFER15_EXT              0x8834
13317777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT0_EXT          0x8CE0
13327777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT1_EXT          0x8CE1
13337777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT2_EXT          0x8CE2
13347777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT3_EXT          0x8CE3
13357777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT4_EXT          0x8CE4
13367777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT5_EXT          0x8CE5
13377777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT6_EXT          0x8CE6
13387777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT7_EXT          0x8CE7
13397777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT8_EXT          0x8CE8
13407777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT9_EXT          0x8CE9
13417777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT10_EXT         0x8CEA
13427777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT11_EXT         0x8CEB
13437777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT12_EXT         0x8CEC
13447777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT13_EXT         0x8CED
13457777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT14_EXT         0x8CEE
13467777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT15_EXT         0x8CEF
13477777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWBUFFERSEXTPROC) (GLsizei n, const GLenum *bufs);
13487777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
13497777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawBuffersEXT (GLsizei n, const GLenum *bufs);
13507777dab0Sopenharmony_ci#endif
13517777dab0Sopenharmony_ci#endif /* GL_EXT_draw_buffers */
13527777dab0Sopenharmony_ci
13537777dab0Sopenharmony_ci#ifndef GL_EXT_draw_buffers_indexed
13547777dab0Sopenharmony_ci#define GL_EXT_draw_buffers_indexed 1
13557777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENABLEIEXTPROC) (GLenum target, GLuint index);
13567777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDISABLEIEXTPROC) (GLenum target, GLuint index);
13577777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDEQUATIONIEXTPROC) (GLuint buf, GLenum mode);
13587777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEIEXTPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
13597777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
13607777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEIEXTPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
13617777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOLORMASKIEXTPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
13627777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIEXTPROC) (GLenum target, GLuint index);
13637777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
13647777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEnableiEXT (GLenum target, GLuint index);
13657777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDisableiEXT (GLenum target, GLuint index);
13667777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendEquationiEXT (GLuint buf, GLenum mode);
13677777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendEquationSeparateiEXT (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
13687777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
13697777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendFuncSeparateiEXT (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
13707777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glColorMaskiEXT (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
13717777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsEnablediEXT (GLenum target, GLuint index);
13727777dab0Sopenharmony_ci#endif
13737777dab0Sopenharmony_ci#endif /* GL_EXT_draw_buffers_indexed */
13747777dab0Sopenharmony_ci
13757777dab0Sopenharmony_ci#ifndef GL_EXT_draw_elements_base_vertex
13767777dab0Sopenharmony_ci#define GL_EXT_draw_elements_base_vertex 1
13777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex);
13787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
13797777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex);
13807777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
13817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsBaseVertexEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex);
13827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
13837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseVertexEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex);
13847777dab0Sopenharmony_ci#endif
13857777dab0Sopenharmony_ci#endif /* GL_EXT_draw_elements_base_vertex */
13867777dab0Sopenharmony_ci
13877777dab0Sopenharmony_ci#ifndef GL_EXT_draw_instanced
13887777dab0Sopenharmony_ci#define GL_EXT_draw_instanced 1
13897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount);
13907777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
13917777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
13927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount);
13937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
13947777dab0Sopenharmony_ci#endif
13957777dab0Sopenharmony_ci#endif /* GL_EXT_draw_instanced */
13967777dab0Sopenharmony_ci
13977777dab0Sopenharmony_ci#ifndef GL_EXT_draw_transform_feedback
13987777dab0Sopenharmony_ci#define GL_EXT_draw_transform_feedback 1
13997777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKEXTPROC) (GLenum mode, GLuint id);
14007777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKINSTANCEDEXTPROC) (GLenum mode, GLuint id, GLsizei instancecount);
14017777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
14027777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawTransformFeedbackEXT (GLenum mode, GLuint id);
14037777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawTransformFeedbackInstancedEXT (GLenum mode, GLuint id, GLsizei instancecount);
14047777dab0Sopenharmony_ci#endif
14057777dab0Sopenharmony_ci#endif /* GL_EXT_draw_transform_feedback */
14067777dab0Sopenharmony_ci
14077777dab0Sopenharmony_ci#ifndef GL_EXT_external_buffer
14087777dab0Sopenharmony_ci#define GL_EXT_external_buffer 1
14097777dab0Sopenharmony_citypedef void *GLeglClientBufferEXT;
14107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEEXTERNALEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
14117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEEXTERNALEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
14127777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
14137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBufferStorageExternalEXT (GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
14147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedBufferStorageExternalEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
14157777dab0Sopenharmony_ci#endif
14167777dab0Sopenharmony_ci#endif /* GL_EXT_external_buffer */
14177777dab0Sopenharmony_ci
14187777dab0Sopenharmony_ci#ifndef GL_EXT_float_blend
14197777dab0Sopenharmony_ci#define GL_EXT_float_blend 1
14207777dab0Sopenharmony_ci#endif /* GL_EXT_float_blend */
14217777dab0Sopenharmony_ci
14227777dab0Sopenharmony_ci#ifndef GL_EXT_fragment_shading_rate
14237777dab0Sopenharmony_ci#define GL_EXT_fragment_shading_rate 1
14247777dab0Sopenharmony_ci#define GL_SHADING_RATE_1X1_PIXELS_EXT    0x96A6
14257777dab0Sopenharmony_ci#define GL_SHADING_RATE_1X2_PIXELS_EXT    0x96A7
14267777dab0Sopenharmony_ci#define GL_SHADING_RATE_2X1_PIXELS_EXT    0x96A8
14277777dab0Sopenharmony_ci#define GL_SHADING_RATE_2X2_PIXELS_EXT    0x96A9
14287777dab0Sopenharmony_ci#define GL_SHADING_RATE_1X4_PIXELS_EXT    0x96AA
14297777dab0Sopenharmony_ci#define GL_SHADING_RATE_4X1_PIXELS_EXT    0x96AB
14307777dab0Sopenharmony_ci#define GL_SHADING_RATE_4X2_PIXELS_EXT    0x96AC
14317777dab0Sopenharmony_ci#define GL_SHADING_RATE_2X4_PIXELS_EXT    0x96AD
14327777dab0Sopenharmony_ci#define GL_SHADING_RATE_4X4_PIXELS_EXT    0x96AE
14337777dab0Sopenharmony_ci#define GL_SHADING_RATE_EXT               0x96D0
14347777dab0Sopenharmony_ci#define GL_SHADING_RATE_ATTACHMENT_EXT    0x96D1
14357777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_EXT 0x96D2
14367777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_EXT 0x96D3
14377777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MIN_EXT 0x96D4
14387777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_EXT 0x96D5
14397777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_EXT 0x96D6
14407777dab0Sopenharmony_ci#define GL_MIN_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_WIDTH_EXT 0x96D7
14417777dab0Sopenharmony_ci#define GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_WIDTH_EXT 0x96D8
14427777dab0Sopenharmony_ci#define GL_MIN_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_HEIGHT_EXT 0x96D9
14437777dab0Sopenharmony_ci#define GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_HEIGHT_EXT 0x96DA
14447777dab0Sopenharmony_ci#define GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_TEXEL_ASPECT_RATIO_EXT 0x96DB
14457777dab0Sopenharmony_ci#define GL_MAX_FRAGMENT_SHADING_RATE_ATTACHMENT_LAYERS_EXT 0x96DC
14467777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_WITH_SHADER_DEPTH_STENCIL_WRITES_SUPPORTED_EXT 0x96DD
14477777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_WITH_SAMPLE_MASK_SUPPORTED_EXT 0x96DE
14487777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_ATTACHMENT_WITH_DEFAULT_FRAMEBUFFER_SUPPORTED_EXT 0x96DF
14497777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADING_RATE_NON_TRIVIAL_COMBINERS_SUPPORTED_EXT 0x8F6F
14507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFRAGMENTSHADINGRATESEXTPROC) (GLsizei samples, GLsizei maxCount, GLsizei *count, GLenum *shadingRates);
14517777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATEEXTPROC) (GLenum rate);
14527777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATECOMBINEROPSEXTPROC) (GLenum combinerOp0, GLenum combinerOp1);
14537777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERSHADINGRATEEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint baseLayer, GLsizei numLayers, GLsizei texelWidth, GLsizei texelHeight);
14547777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
14557777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFragmentShadingRatesEXT (GLsizei samples, GLsizei maxCount, GLsizei *count, GLenum *shadingRates);
14567777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateEXT (GLenum rate);
14577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);
14587777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferShadingRateEXT (GLenum target, GLenum attachment, GLuint texture, GLint baseLayer, GLsizei numLayers, GLsizei texelWidth, GLsizei texelHeight);
14597777dab0Sopenharmony_ci#endif
14607777dab0Sopenharmony_ci#endif /* GL_EXT_fragment_shading_rate */
14617777dab0Sopenharmony_ci
14627777dab0Sopenharmony_ci#ifndef GL_EXT_framebuffer_blit_layers
14637777dab0Sopenharmony_ci#define GL_EXT_framebuffer_blit_layers 1
14647777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERLAYERSEXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
14657777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERLAYEREXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter);
14667777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
14677777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlitFramebufferLayersEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
14687777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlitFramebufferLayerEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter);
14697777dab0Sopenharmony_ci#endif
14707777dab0Sopenharmony_ci#endif /* GL_EXT_framebuffer_blit_layers */
14717777dab0Sopenharmony_ci
14727777dab0Sopenharmony_ci#ifndef GL_EXT_geometry_point_size
14737777dab0Sopenharmony_ci#define GL_EXT_geometry_point_size 1
14747777dab0Sopenharmony_ci#endif /* GL_EXT_geometry_point_size */
14757777dab0Sopenharmony_ci
14767777dab0Sopenharmony_ci#ifndef GL_EXT_geometry_shader
14777777dab0Sopenharmony_ci#define GL_EXT_geometry_shader 1
14787777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_EXT            0x8DD9
14797777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_BIT_EXT        0x00000004
14807777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_VERTICES_OUT_EXT 0x8916
14817777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_INPUT_TYPE_EXT 0x8917
14827777dab0Sopenharmony_ci#define GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT 0x8918
14837777dab0Sopenharmony_ci#define GL_GEOMETRY_SHADER_INVOCATIONS_EXT 0x887F
14847777dab0Sopenharmony_ci#define GL_LAYER_PROVOKING_VERTEX_EXT     0x825E
14857777dab0Sopenharmony_ci#define GL_LINES_ADJACENCY_EXT            0x000A
14867777dab0Sopenharmony_ci#define GL_LINE_STRIP_ADJACENCY_EXT       0x000B
14877777dab0Sopenharmony_ci#define GL_TRIANGLES_ADJACENCY_EXT        0x000C
14887777dab0Sopenharmony_ci#define GL_TRIANGLE_STRIP_ADJACENCY_EXT   0x000D
14897777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT 0x8DDF
14907777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT 0x8A2C
14917777dab0Sopenharmony_ci#define GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT 0x8A32
14927777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT 0x9123
14937777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT 0x9124
14947777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT 0x8DE0
14957777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT 0x8DE1
14967777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT 0x8E5A
14977777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT 0x8C29
14987777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT 0x92CF
14997777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT 0x92D5
15007777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT 0x90CD
15017777dab0Sopenharmony_ci#define GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT 0x90D7
15027777dab0Sopenharmony_ci#define GL_FIRST_VERTEX_CONVENTION_EXT    0x8E4D
15037777dab0Sopenharmony_ci#define GL_LAST_VERTEX_CONVENTION_EXT     0x8E4E
15047777dab0Sopenharmony_ci#define GL_UNDEFINED_VERTEX_EXT           0x8260
15057777dab0Sopenharmony_ci#define GL_PRIMITIVES_GENERATED_EXT       0x8C87
15067777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT 0x9312
15077777dab0Sopenharmony_ci#define GL_MAX_FRAMEBUFFER_LAYERS_EXT     0x9317
15087777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT 0x8DA8
15097777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT 0x8DA7
15107777dab0Sopenharmony_ci#define GL_REFERENCED_BY_GEOMETRY_SHADER_EXT 0x9309
15117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTUREEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level);
15127777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
15137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level);
15147777dab0Sopenharmony_ci#endif
15157777dab0Sopenharmony_ci#endif /* GL_EXT_geometry_shader */
15167777dab0Sopenharmony_ci
15177777dab0Sopenharmony_ci#ifndef GL_EXT_gpu_shader5
15187777dab0Sopenharmony_ci#define GL_EXT_gpu_shader5 1
15197777dab0Sopenharmony_ci#endif /* GL_EXT_gpu_shader5 */
15207777dab0Sopenharmony_ci
15217777dab0Sopenharmony_ci#ifndef GL_EXT_instanced_arrays
15227777dab0Sopenharmony_ci#define GL_EXT_instanced_arrays 1
15237777dab0Sopenharmony_ci#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT 0x88FE
15247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVERTEXATTRIBDIVISOREXTPROC) (GLuint index, GLuint divisor);
15257777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
15267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glVertexAttribDivisorEXT (GLuint index, GLuint divisor);
15277777dab0Sopenharmony_ci#endif
15287777dab0Sopenharmony_ci#endif /* GL_EXT_instanced_arrays */
15297777dab0Sopenharmony_ci
15307777dab0Sopenharmony_ci#ifndef GL_EXT_map_buffer_range
15317777dab0Sopenharmony_ci#define GL_EXT_map_buffer_range 1
15327777dab0Sopenharmony_ci#define GL_MAP_READ_BIT_EXT               0x0001
15337777dab0Sopenharmony_ci#define GL_MAP_WRITE_BIT_EXT              0x0002
15347777dab0Sopenharmony_ci#define GL_MAP_INVALIDATE_RANGE_BIT_EXT   0x0004
15357777dab0Sopenharmony_ci#define GL_MAP_INVALIDATE_BUFFER_BIT_EXT  0x0008
15367777dab0Sopenharmony_ci#define GL_MAP_FLUSH_EXPLICIT_BIT_EXT     0x0010
15377777dab0Sopenharmony_ci#define GL_MAP_UNSYNCHRONIZED_BIT_EXT     0x0020
15387777dab0Sopenharmony_citypedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
15397777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFLUSHMAPPEDBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length);
15407777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
15417777dab0Sopenharmony_ciGL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
15427777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length);
15437777dab0Sopenharmony_ci#endif
15447777dab0Sopenharmony_ci#endif /* GL_EXT_map_buffer_range */
15457777dab0Sopenharmony_ci
15467777dab0Sopenharmony_ci#ifndef GL_EXT_memory_object
15477777dab0Sopenharmony_ci#define GL_EXT_memory_object 1
15487777dab0Sopenharmony_ci#define GL_TEXTURE_TILING_EXT             0x9580
15497777dab0Sopenharmony_ci#define GL_DEDICATED_MEMORY_OBJECT_EXT    0x9581
15507777dab0Sopenharmony_ci#define GL_PROTECTED_MEMORY_OBJECT_EXT    0x959B
15517777dab0Sopenharmony_ci#define GL_NUM_TILING_TYPES_EXT           0x9582
15527777dab0Sopenharmony_ci#define GL_TILING_TYPES_EXT               0x9583
15537777dab0Sopenharmony_ci#define GL_OPTIMAL_TILING_EXT             0x9584
15547777dab0Sopenharmony_ci#define GL_LINEAR_TILING_EXT              0x9585
15557777dab0Sopenharmony_ci#define GL_NUM_DEVICE_UUIDS_EXT           0x9596
15567777dab0Sopenharmony_ci#define GL_DEVICE_UUID_EXT                0x9597
15577777dab0Sopenharmony_ci#define GL_DRIVER_UUID_EXT                0x9598
15587777dab0Sopenharmony_ci#define GL_UUID_SIZE_EXT                  16
15597777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETUNSIGNEDBYTEVEXTPROC) (GLenum pname, GLubyte *data);
15607777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETUNSIGNEDBYTEI_VEXTPROC) (GLenum target, GLuint index, GLubyte *data);
15617777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEMEMORYOBJECTSEXTPROC) (GLsizei n, const GLuint *memoryObjects);
15627777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISMEMORYOBJECTEXTPROC) (GLuint memoryObject);
15637777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCREATEMEMORYOBJECTSEXTPROC) (GLsizei n, GLuint *memoryObjects);
15647777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMEMORYOBJECTPARAMETERIVEXTPROC) (GLuint memoryObject, GLenum pname, const GLint *params);
15657777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETMEMORYOBJECTPARAMETERIVEXTPROC) (GLuint memoryObject, GLenum pname, GLint *params);
15667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEMEM2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset);
15677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEMEM2DMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEMEM3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset);
15697777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEMEMEXTPROC) (GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset);
15717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGEMEM2DEXTPROC) (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset);
15727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGEMEM2DMULTISAMPLEEXTPROC) (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGEMEM3DEXTPROC) (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset);
15747777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGEMEM3DMULTISAMPLEEXTPROC) (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15757777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC) (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset);
15767777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
15777777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetUnsignedBytevEXT (GLenum pname, GLubyte *data);
15787777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetUnsignedBytei_vEXT (GLenum target, GLuint index, GLubyte *data);
15797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteMemoryObjectsEXT (GLsizei n, const GLuint *memoryObjects);
15807777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsMemoryObjectEXT (GLuint memoryObject);
15817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCreateMemoryObjectsEXT (GLsizei n, GLuint *memoryObjects);
15827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMemoryObjectParameterivEXT (GLuint memoryObject, GLenum pname, const GLint *params);
15837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetMemoryObjectParameterivEXT (GLuint memoryObject, GLenum pname, GLint *params);
15847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageMem2DEXT (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset);
15857777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageMem2DMultisampleEXT (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15867777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageMem3DEXT (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset);
15877777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageMem3DMultisampleEXT (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15887777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBufferStorageMemEXT (GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset);
15897777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorageMem2DEXT (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset);
15907777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorageMem2DMultisampleEXT (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15917777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorageMem3DEXT (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset);
15927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorageMem3DMultisampleEXT (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset);
15937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedBufferStorageMemEXT (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset);
15947777dab0Sopenharmony_ci#endif
15957777dab0Sopenharmony_ci#endif /* GL_EXT_memory_object */
15967777dab0Sopenharmony_ci
15977777dab0Sopenharmony_ci#ifndef GL_EXT_memory_object_fd
15987777dab0Sopenharmony_ci#define GL_EXT_memory_object_fd 1
15997777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_OPAQUE_FD_EXT      0x9586
16007777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTMEMORYFDEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, GLint fd);
16017777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16027777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportMemoryFdEXT (GLuint memory, GLuint64 size, GLenum handleType, GLint fd);
16037777dab0Sopenharmony_ci#endif
16047777dab0Sopenharmony_ci#endif /* GL_EXT_memory_object_fd */
16057777dab0Sopenharmony_ci
16067777dab0Sopenharmony_ci#ifndef GL_EXT_memory_object_win32
16077777dab0Sopenharmony_ci#define GL_EXT_memory_object_win32 1
16087777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_OPAQUE_WIN32_EXT   0x9587
16097777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT 0x9588
16107777dab0Sopenharmony_ci#define GL_DEVICE_LUID_EXT                0x9599
16117777dab0Sopenharmony_ci#define GL_DEVICE_NODE_MASK_EXT           0x959A
16127777dab0Sopenharmony_ci#define GL_LUID_SIZE_EXT                  8
16137777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_D3D12_TILEPOOL_EXT 0x9589
16147777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_D3D12_RESOURCE_EXT 0x958A
16157777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_D3D11_IMAGE_EXT    0x958B
16167777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_D3D11_IMAGE_KMT_EXT 0x958C
16177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTMEMORYWIN32HANDLEEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, void *handle);
16187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTMEMORYWIN32NAMEEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, const void *name);
16197777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16207777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportMemoryWin32HandleEXT (GLuint memory, GLuint64 size, GLenum handleType, void *handle);
16217777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportMemoryWin32NameEXT (GLuint memory, GLuint64 size, GLenum handleType, const void *name);
16227777dab0Sopenharmony_ci#endif
16237777dab0Sopenharmony_ci#endif /* GL_EXT_memory_object_win32 */
16247777dab0Sopenharmony_ci
16257777dab0Sopenharmony_ci#ifndef GL_EXT_multi_draw_arrays
16267777dab0Sopenharmony_ci#define GL_EXT_multi_draw_arrays 1
16277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
16287777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount);
16297777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
16317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount);
16327777dab0Sopenharmony_ci#endif
16337777dab0Sopenharmony_ci#endif /* GL_EXT_multi_draw_arrays */
16347777dab0Sopenharmony_ci
16357777dab0Sopenharmony_ci#ifndef GL_EXT_multi_draw_indirect
16367777dab0Sopenharmony_ci#define GL_EXT_multi_draw_indirect 1
16377777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSINDIRECTEXTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
16387777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSINDIRECTEXTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
16397777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawArraysIndirectEXT (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
16417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawElementsIndirectEXT (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
16427777dab0Sopenharmony_ci#endif
16437777dab0Sopenharmony_ci#endif /* GL_EXT_multi_draw_indirect */
16447777dab0Sopenharmony_ci
16457777dab0Sopenharmony_ci#ifndef GL_EXT_multisampled_compatibility
16467777dab0Sopenharmony_ci#define GL_EXT_multisampled_compatibility 1
16477777dab0Sopenharmony_ci#define GL_MULTISAMPLE_EXT                0x809D
16487777dab0Sopenharmony_ci#define GL_SAMPLE_ALPHA_TO_ONE_EXT        0x809F
16497777dab0Sopenharmony_ci#endif /* GL_EXT_multisampled_compatibility */
16507777dab0Sopenharmony_ci
16517777dab0Sopenharmony_ci#ifndef GL_EXT_multisampled_render_to_texture
16527777dab0Sopenharmony_ci#define GL_EXT_multisampled_render_to_texture 1
16537777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT 0x8D6C
16547777dab0Sopenharmony_ci#define GL_RENDERBUFFER_SAMPLES_EXT       0x8CAB
16557777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
16567777dab0Sopenharmony_ci#define GL_MAX_SAMPLES_EXT                0x8D57
16577777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
16587777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
16597777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16607777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
16617777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
16627777dab0Sopenharmony_ci#endif
16637777dab0Sopenharmony_ci#endif /* GL_EXT_multisampled_render_to_texture */
16647777dab0Sopenharmony_ci
16657777dab0Sopenharmony_ci#ifndef GL_EXT_multisampled_render_to_texture2
16667777dab0Sopenharmony_ci#define GL_EXT_multisampled_render_to_texture2 1
16677777dab0Sopenharmony_ci#endif /* GL_EXT_multisampled_render_to_texture2 */
16687777dab0Sopenharmony_ci
16697777dab0Sopenharmony_ci#ifndef GL_EXT_multiview_draw_buffers
16707777dab0Sopenharmony_ci#define GL_EXT_multiview_draw_buffers 1
16717777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT_EXT           0x90F0
16727777dab0Sopenharmony_ci#define GL_MULTIVIEW_EXT                  0x90F1
16737777dab0Sopenharmony_ci#define GL_DRAW_BUFFER_EXT                0x0C01
16747777dab0Sopenharmony_ci#define GL_READ_BUFFER_EXT                0x0C02
16757777dab0Sopenharmony_ci#define GL_MAX_MULTIVIEW_BUFFERS_EXT      0x90F2
16767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);
16777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const GLint *indices);
16787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETINTEGERI_VEXTPROC) (GLenum target, GLuint index, GLint *data);
16797777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
16807777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
16817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *indices);
16827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetIntegeri_vEXT (GLenum target, GLuint index, GLint *data);
16837777dab0Sopenharmony_ci#endif
16847777dab0Sopenharmony_ci#endif /* GL_EXT_multiview_draw_buffers */
16857777dab0Sopenharmony_ci
16867777dab0Sopenharmony_ci#ifndef GL_EXT_multiview_tessellation_geometry_shader
16877777dab0Sopenharmony_ci#define GL_EXT_multiview_tessellation_geometry_shader 1
16887777dab0Sopenharmony_ci#endif /* GL_EXT_multiview_tessellation_geometry_shader */
16897777dab0Sopenharmony_ci
16907777dab0Sopenharmony_ci#ifndef GL_EXT_multiview_texture_multisample
16917777dab0Sopenharmony_ci#define GL_EXT_multiview_texture_multisample 1
16927777dab0Sopenharmony_ci#endif /* GL_EXT_multiview_texture_multisample */
16937777dab0Sopenharmony_ci
16947777dab0Sopenharmony_ci#ifndef GL_EXT_multiview_timer_query
16957777dab0Sopenharmony_ci#define GL_EXT_multiview_timer_query 1
16967777dab0Sopenharmony_ci#endif /* GL_EXT_multiview_timer_query */
16977777dab0Sopenharmony_ci
16987777dab0Sopenharmony_ci#ifndef GL_EXT_occlusion_query_boolean
16997777dab0Sopenharmony_ci#define GL_EXT_occlusion_query_boolean 1
17007777dab0Sopenharmony_ci#define GL_ANY_SAMPLES_PASSED_EXT         0x8C2F
17017777dab0Sopenharmony_ci#define GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT 0x8D6A
17027777dab0Sopenharmony_ci#endif /* GL_EXT_occlusion_query_boolean */
17037777dab0Sopenharmony_ci
17047777dab0Sopenharmony_ci#ifndef GL_EXT_polygon_offset_clamp
17057777dab0Sopenharmony_ci#define GL_EXT_polygon_offset_clamp 1
17067777dab0Sopenharmony_ci#define GL_POLYGON_OFFSET_CLAMP_EXT       0x8E1B
17077777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat clamp);
17087777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
17097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPolygonOffsetClampEXT (GLfloat factor, GLfloat units, GLfloat clamp);
17107777dab0Sopenharmony_ci#endif
17117777dab0Sopenharmony_ci#endif /* GL_EXT_polygon_offset_clamp */
17127777dab0Sopenharmony_ci
17137777dab0Sopenharmony_ci#ifndef GL_EXT_post_depth_coverage
17147777dab0Sopenharmony_ci#define GL_EXT_post_depth_coverage 1
17157777dab0Sopenharmony_ci#endif /* GL_EXT_post_depth_coverage */
17167777dab0Sopenharmony_ci
17177777dab0Sopenharmony_ci#ifndef GL_EXT_primitive_bounding_box
17187777dab0Sopenharmony_ci#define GL_EXT_primitive_bounding_box 1
17197777dab0Sopenharmony_ci#define GL_PRIMITIVE_BOUNDING_BOX_EXT     0x92BE
17207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
17217777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
17227777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
17237777dab0Sopenharmony_ci#endif
17247777dab0Sopenharmony_ci#endif /* GL_EXT_primitive_bounding_box */
17257777dab0Sopenharmony_ci
17267777dab0Sopenharmony_ci#ifndef GL_EXT_protected_textures
17277777dab0Sopenharmony_ci#define GL_EXT_protected_textures 1
17287777dab0Sopenharmony_ci#define GL_CONTEXT_FLAG_PROTECTED_CONTENT_BIT_EXT 0x00000010
17297777dab0Sopenharmony_ci#define GL_TEXTURE_PROTECTED_EXT          0x8BFA
17307777dab0Sopenharmony_ci#endif /* GL_EXT_protected_textures */
17317777dab0Sopenharmony_ci
17327777dab0Sopenharmony_ci#ifndef GL_EXT_pvrtc_sRGB
17337777dab0Sopenharmony_ci#define GL_EXT_pvrtc_sRGB 1
17347777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT 0x8A54
17357777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT 0x8A55
17367777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56
17377777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT 0x8A57
17387777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG 0x93F0
17397777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG 0x93F1
17407777dab0Sopenharmony_ci#endif /* GL_EXT_pvrtc_sRGB */
17417777dab0Sopenharmony_ci
17427777dab0Sopenharmony_ci#ifndef GL_EXT_raster_multisample
17437777dab0Sopenharmony_ci#define GL_EXT_raster_multisample 1
17447777dab0Sopenharmony_ci#define GL_RASTER_MULTISAMPLE_EXT         0x9327
17457777dab0Sopenharmony_ci#define GL_RASTER_SAMPLES_EXT             0x9328
17467777dab0Sopenharmony_ci#define GL_MAX_RASTER_SAMPLES_EXT         0x9329
17477777dab0Sopenharmony_ci#define GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT 0x932A
17487777dab0Sopenharmony_ci#define GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT 0x932B
17497777dab0Sopenharmony_ci#define GL_EFFECTIVE_RASTER_SAMPLES_EXT   0x932C
17507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRASTERSAMPLESEXTPROC) (GLuint samples, GLboolean fixedsamplelocations);
17517777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
17527777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRasterSamplesEXT (GLuint samples, GLboolean fixedsamplelocations);
17537777dab0Sopenharmony_ci#endif
17547777dab0Sopenharmony_ci#endif /* GL_EXT_raster_multisample */
17557777dab0Sopenharmony_ci
17567777dab0Sopenharmony_ci#ifndef GL_EXT_read_format_bgra
17577777dab0Sopenharmony_ci#define GL_EXT_read_format_bgra 1
17587777dab0Sopenharmony_ci#define GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT 0x8365
17597777dab0Sopenharmony_ci#define GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT 0x8366
17607777dab0Sopenharmony_ci#endif /* GL_EXT_read_format_bgra */
17617777dab0Sopenharmony_ci
17627777dab0Sopenharmony_ci#ifndef GL_EXT_render_snorm
17637777dab0Sopenharmony_ci#define GL_EXT_render_snorm 1
17647777dab0Sopenharmony_ci#define GL_R8_SNORM                       0x8F94
17657777dab0Sopenharmony_ci#define GL_RG8_SNORM                      0x8F95
17667777dab0Sopenharmony_ci#define GL_RGBA8_SNORM                    0x8F97
17677777dab0Sopenharmony_ci#define GL_R16_SNORM_EXT                  0x8F98
17687777dab0Sopenharmony_ci#define GL_RG16_SNORM_EXT                 0x8F99
17697777dab0Sopenharmony_ci#define GL_RGBA16_SNORM_EXT               0x8F9B
17707777dab0Sopenharmony_ci#endif /* GL_EXT_render_snorm */
17717777dab0Sopenharmony_ci
17727777dab0Sopenharmony_ci#ifndef GL_EXT_robustness
17737777dab0Sopenharmony_ci#define GL_EXT_robustness 1
17747777dab0Sopenharmony_ci#define GL_GUILTY_CONTEXT_RESET_EXT       0x8253
17757777dab0Sopenharmony_ci#define GL_INNOCENT_CONTEXT_RESET_EXT     0x8254
17767777dab0Sopenharmony_ci#define GL_UNKNOWN_CONTEXT_RESET_EXT      0x8255
17777777dab0Sopenharmony_ci#define GL_CONTEXT_ROBUST_ACCESS_EXT      0x90F3
17787777dab0Sopenharmony_ci#define GL_RESET_NOTIFICATION_STRATEGY_EXT 0x8256
17797777dab0Sopenharmony_ci#define GL_LOSE_CONTEXT_ON_RESET_EXT      0x8252
17807777dab0Sopenharmony_ci#define GL_NO_RESET_NOTIFICATION_EXT      0x8261
17817777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLGETGRAPHICSRESETSTATUSEXTPROC) (void);
17827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
17837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
17847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
17857777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
17867777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatusEXT (void);
17877777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
17887777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
17897777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params);
17907777dab0Sopenharmony_ci#endif
17917777dab0Sopenharmony_ci#endif /* GL_EXT_robustness */
17927777dab0Sopenharmony_ci
17937777dab0Sopenharmony_ci#ifndef GL_EXT_sRGB
17947777dab0Sopenharmony_ci#define GL_EXT_sRGB 1
17957777dab0Sopenharmony_ci#define GL_SRGB_EXT                       0x8C40
17967777dab0Sopenharmony_ci#define GL_SRGB_ALPHA_EXT                 0x8C42
17977777dab0Sopenharmony_ci#define GL_SRGB8_ALPHA8_EXT               0x8C43
17987777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT 0x8210
17997777dab0Sopenharmony_ci#endif /* GL_EXT_sRGB */
18007777dab0Sopenharmony_ci
18017777dab0Sopenharmony_ci#ifndef GL_EXT_sRGB_write_control
18027777dab0Sopenharmony_ci#define GL_EXT_sRGB_write_control 1
18037777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_SRGB_EXT           0x8DB9
18047777dab0Sopenharmony_ci#endif /* GL_EXT_sRGB_write_control */
18057777dab0Sopenharmony_ci
18067777dab0Sopenharmony_ci#ifndef GL_EXT_semaphore
18077777dab0Sopenharmony_ci#define GL_EXT_semaphore 1
18087777dab0Sopenharmony_ci#define GL_LAYOUT_GENERAL_EXT             0x958D
18097777dab0Sopenharmony_ci#define GL_LAYOUT_COLOR_ATTACHMENT_EXT    0x958E
18107777dab0Sopenharmony_ci#define GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT 0x958F
18117777dab0Sopenharmony_ci#define GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT 0x9590
18127777dab0Sopenharmony_ci#define GL_LAYOUT_SHADER_READ_ONLY_EXT    0x9591
18137777dab0Sopenharmony_ci#define GL_LAYOUT_TRANSFER_SRC_EXT        0x9592
18147777dab0Sopenharmony_ci#define GL_LAYOUT_TRANSFER_DST_EXT        0x9593
18157777dab0Sopenharmony_ci#define GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT 0x9530
18167777dab0Sopenharmony_ci#define GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT 0x9531
18177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENSEMAPHORESEXTPROC) (GLsizei n, GLuint *semaphores);
18187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETESEMAPHORESEXTPROC) (GLsizei n, const GLuint *semaphores);
18197777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISSEMAPHOREEXTPROC) (GLuint semaphore);
18207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, const GLuint64 *params);
18217777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, GLuint64 *params);
18227777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLWAITSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts);
18237777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSIGNALSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts);
18247777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
18257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores);
18267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
18277777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT (GLuint semaphore);
18287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, const GLuint64 *params);
18297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64 *params);
18307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts);
18317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts);
18327777dab0Sopenharmony_ci#endif
18337777dab0Sopenharmony_ci#endif /* GL_EXT_semaphore */
18347777dab0Sopenharmony_ci
18357777dab0Sopenharmony_ci#ifndef GL_EXT_semaphore_fd
18367777dab0Sopenharmony_ci#define GL_EXT_semaphore_fd 1
18377777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTSEMAPHOREFDEXTPROC) (GLuint semaphore, GLenum handleType, GLint fd);
18387777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
18397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportSemaphoreFdEXT (GLuint semaphore, GLenum handleType, GLint fd);
18407777dab0Sopenharmony_ci#endif
18417777dab0Sopenharmony_ci#endif /* GL_EXT_semaphore_fd */
18427777dab0Sopenharmony_ci
18437777dab0Sopenharmony_ci#ifndef GL_EXT_semaphore_win32
18447777dab0Sopenharmony_ci#define GL_EXT_semaphore_win32 1
18457777dab0Sopenharmony_ci#define GL_HANDLE_TYPE_D3D12_FENCE_EXT    0x9594
18467777dab0Sopenharmony_ci#define GL_D3D12_FENCE_VALUE_EXT          0x9595
18477777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTSEMAPHOREWIN32HANDLEEXTPROC) (GLuint semaphore, GLenum handleType, void *handle);
18487777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLIMPORTSEMAPHOREWIN32NAMEEXTPROC) (GLuint semaphore, GLenum handleType, const void *name);
18497777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
18507777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT (GLuint semaphore, GLenum handleType, void *handle);
18517777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glImportSemaphoreWin32NameEXT (GLuint semaphore, GLenum handleType, const void *name);
18527777dab0Sopenharmony_ci#endif
18537777dab0Sopenharmony_ci#endif /* GL_EXT_semaphore_win32 */
18547777dab0Sopenharmony_ci
18557777dab0Sopenharmony_ci#ifndef GL_EXT_separate_depth_stencil
18567777dab0Sopenharmony_ci#define GL_EXT_separate_depth_stencil 1
18577777dab0Sopenharmony_ci#endif /* GL_EXT_separate_depth_stencil */
18587777dab0Sopenharmony_ci
18597777dab0Sopenharmony_ci#ifndef GL_EXT_separate_shader_objects
18607777dab0Sopenharmony_ci#define GL_EXT_separate_shader_objects 1
18617777dab0Sopenharmony_ci#define GL_ACTIVE_PROGRAM_EXT             0x8259
18627777dab0Sopenharmony_ci#define GL_VERTEX_SHADER_BIT_EXT          0x00000001
18637777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADER_BIT_EXT        0x00000002
18647777dab0Sopenharmony_ci#define GL_ALL_SHADER_BITS_EXT            0xFFFFFFFF
18657777dab0Sopenharmony_ci#define GL_PROGRAM_SEPARABLE_EXT          0x8258
18667777dab0Sopenharmony_ci#define GL_PROGRAM_PIPELINE_BINDING_EXT   0x825A
18677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLACTIVESHADERPROGRAMEXTPROC) (GLuint pipeline, GLuint program);
18687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBINDPROGRAMPIPELINEEXTPROC) (GLuint pipeline);
18697777dab0Sopenharmony_citypedef GLuint (GL_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar *const*strings);
18707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines);
18717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines);
18727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
18737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEIVEXTPROC) (GLuint pipeline, GLenum pname, GLint *params);
18747777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISPROGRAMPIPELINEEXTPROC) (GLuint pipeline);
18757777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value);
18767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v0);
18777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
18787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0);
18797777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
18807777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1);
18817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
18827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1);
18837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
18847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
18857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
18867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);
18877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
18887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
18897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
18907777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
18917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
18927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
18937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
18947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
18957777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuint program);
18967777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVALIDATEPROGRAMPIPELINEEXTPROC) (GLuint pipeline);
18977777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIEXTPROC) (GLuint program, GLint location, GLuint v0);
18987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1);
18997777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);
19007777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
19017777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
19027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
19037777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
19047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
19057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19077777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19087777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19097777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19117777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
19127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glActiveShaderProgramEXT (GLuint pipeline, GLuint program);
19137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBindProgramPipelineEXT (GLuint pipeline);
19147777dab0Sopenharmony_ciGL_APICALL GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar *const*strings);
19157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteProgramPipelinesEXT (GLsizei n, const GLuint *pipelines);
19167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenProgramPipelinesEXT (GLsizei n, GLuint *pipelines);
19177777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetProgramPipelineInfoLogEXT (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
19187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetProgramPipelineivEXT (GLuint pipeline, GLenum pname, GLint *params);
19197777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsProgramPipelineEXT (GLuint pipeline);
19207777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);
19217777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat v0);
19227777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
19237777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint v0);
19247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
19257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1);
19267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
19277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2iEXT (GLuint program, GLint location, GLint v0, GLint v1);
19287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
19297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
19307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
19317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);
19327777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
19337777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
19347777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
19357777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
19367777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
19377777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19387777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint program);
19417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glValidateProgramPipelineEXT (GLuint pipeline);
19427777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1uiEXT (GLuint program, GLint location, GLuint v0);
19437777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1);
19447777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);
19457777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
19467777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
19477777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
19487777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
19497777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
19507777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19517777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19527777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19547777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19557777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
19567777dab0Sopenharmony_ci#endif
19577777dab0Sopenharmony_ci#endif /* GL_EXT_separate_shader_objects */
19587777dab0Sopenharmony_ci
19597777dab0Sopenharmony_ci#ifndef GL_EXT_shader_framebuffer_fetch
19607777dab0Sopenharmony_ci#define GL_EXT_shader_framebuffer_fetch 1
19617777dab0Sopenharmony_ci#define GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT 0x8A52
19627777dab0Sopenharmony_ci#endif /* GL_EXT_shader_framebuffer_fetch */
19637777dab0Sopenharmony_ci
19647777dab0Sopenharmony_ci#ifndef GL_EXT_shader_framebuffer_fetch_non_coherent
19657777dab0Sopenharmony_ci#define GL_EXT_shader_framebuffer_fetch_non_coherent 1
19667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFETCHBARRIEREXTPROC) (void);
19677777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
19687777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferFetchBarrierEXT (void);
19697777dab0Sopenharmony_ci#endif
19707777dab0Sopenharmony_ci#endif /* GL_EXT_shader_framebuffer_fetch_non_coherent */
19717777dab0Sopenharmony_ci
19727777dab0Sopenharmony_ci#ifndef GL_EXT_shader_group_vote
19737777dab0Sopenharmony_ci#define GL_EXT_shader_group_vote 1
19747777dab0Sopenharmony_ci#endif /* GL_EXT_shader_group_vote */
19757777dab0Sopenharmony_ci
19767777dab0Sopenharmony_ci#ifndef GL_EXT_shader_implicit_conversions
19777777dab0Sopenharmony_ci#define GL_EXT_shader_implicit_conversions 1
19787777dab0Sopenharmony_ci#endif /* GL_EXT_shader_implicit_conversions */
19797777dab0Sopenharmony_ci
19807777dab0Sopenharmony_ci#ifndef GL_EXT_shader_integer_mix
19817777dab0Sopenharmony_ci#define GL_EXT_shader_integer_mix 1
19827777dab0Sopenharmony_ci#endif /* GL_EXT_shader_integer_mix */
19837777dab0Sopenharmony_ci
19847777dab0Sopenharmony_ci#ifndef GL_EXT_shader_io_blocks
19857777dab0Sopenharmony_ci#define GL_EXT_shader_io_blocks 1
19867777dab0Sopenharmony_ci#endif /* GL_EXT_shader_io_blocks */
19877777dab0Sopenharmony_ci
19887777dab0Sopenharmony_ci#ifndef GL_EXT_shader_non_constant_global_initializers
19897777dab0Sopenharmony_ci#define GL_EXT_shader_non_constant_global_initializers 1
19907777dab0Sopenharmony_ci#endif /* GL_EXT_shader_non_constant_global_initializers */
19917777dab0Sopenharmony_ci
19927777dab0Sopenharmony_ci#ifndef GL_EXT_shader_pixel_local_storage
19937777dab0Sopenharmony_ci#define GL_EXT_shader_pixel_local_storage 1
19947777dab0Sopenharmony_ci#define GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT 0x8F63
19957777dab0Sopenharmony_ci#define GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT 0x8F67
19967777dab0Sopenharmony_ci#define GL_SHADER_PIXEL_LOCAL_STORAGE_EXT 0x8F64
19977777dab0Sopenharmony_ci#endif /* GL_EXT_shader_pixel_local_storage */
19987777dab0Sopenharmony_ci
19997777dab0Sopenharmony_ci#ifndef GL_EXT_shader_pixel_local_storage2
20007777dab0Sopenharmony_ci#define GL_EXT_shader_pixel_local_storage2 1
20017777dab0Sopenharmony_ci#define GL_MAX_SHADER_COMBINED_LOCAL_STORAGE_FAST_SIZE_EXT 0x9650
20027777dab0Sopenharmony_ci#define GL_MAX_SHADER_COMBINED_LOCAL_STORAGE_SIZE_EXT 0x9651
20037777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_INSUFFICIENT_SHADER_COMBINED_LOCAL_STORAGE_EXT 0x9652
20047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target, GLsizei size);
20057777dab0Sopenharmony_citypedef GLsizei (GL_APIENTRYP PFNGLGETFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target);
20067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCLEARPIXELLOCALSTORAGEUIEXTPROC) (GLsizei offset, GLsizei n, const GLuint *values);
20077777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
20087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferPixelLocalStorageSizeEXT (GLuint target, GLsizei size);
20097777dab0Sopenharmony_ciGL_APICALL GLsizei GL_APIENTRY glGetFramebufferPixelLocalStorageSizeEXT (GLuint target);
20107777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glClearPixelLocalStorageuiEXT (GLsizei offset, GLsizei n, const GLuint *values);
20117777dab0Sopenharmony_ci#endif
20127777dab0Sopenharmony_ci#endif /* GL_EXT_shader_pixel_local_storage2 */
20137777dab0Sopenharmony_ci
20147777dab0Sopenharmony_ci#ifndef GL_EXT_shader_samples_identical
20157777dab0Sopenharmony_ci#define GL_EXT_shader_samples_identical 1
20167777dab0Sopenharmony_ci#endif /* GL_EXT_shader_samples_identical */
20177777dab0Sopenharmony_ci
20187777dab0Sopenharmony_ci#ifndef GL_EXT_shader_texture_lod
20197777dab0Sopenharmony_ci#define GL_EXT_shader_texture_lod 1
20207777dab0Sopenharmony_ci#endif /* GL_EXT_shader_texture_lod */
20217777dab0Sopenharmony_ci
20227777dab0Sopenharmony_ci#ifndef GL_EXT_shadow_samplers
20237777dab0Sopenharmony_ci#define GL_EXT_shadow_samplers 1
20247777dab0Sopenharmony_ci#define GL_TEXTURE_COMPARE_MODE_EXT       0x884C
20257777dab0Sopenharmony_ci#define GL_TEXTURE_COMPARE_FUNC_EXT       0x884D
20267777dab0Sopenharmony_ci#define GL_COMPARE_REF_TO_TEXTURE_EXT     0x884E
20277777dab0Sopenharmony_ci#define GL_SAMPLER_2D_SHADOW_EXT          0x8B62
20287777dab0Sopenharmony_ci#endif /* GL_EXT_shadow_samplers */
20297777dab0Sopenharmony_ci
20307777dab0Sopenharmony_ci#ifndef GL_EXT_sparse_texture
20317777dab0Sopenharmony_ci#define GL_EXT_sparse_texture 1
20327777dab0Sopenharmony_ci#define GL_TEXTURE_SPARSE_EXT             0x91A6
20337777dab0Sopenharmony_ci#define GL_VIRTUAL_PAGE_SIZE_INDEX_EXT    0x91A7
20347777dab0Sopenharmony_ci#define GL_NUM_SPARSE_LEVELS_EXT          0x91AA
20357777dab0Sopenharmony_ci#define GL_NUM_VIRTUAL_PAGE_SIZES_EXT     0x91A8
20367777dab0Sopenharmony_ci#define GL_VIRTUAL_PAGE_SIZE_X_EXT        0x9195
20377777dab0Sopenharmony_ci#define GL_VIRTUAL_PAGE_SIZE_Y_EXT        0x9196
20387777dab0Sopenharmony_ci#define GL_VIRTUAL_PAGE_SIZE_Z_EXT        0x9197
20397777dab0Sopenharmony_ci#define GL_TEXTURE_2D_ARRAY               0x8C1A
20407777dab0Sopenharmony_ci#define GL_TEXTURE_3D                     0x806F
20417777dab0Sopenharmony_ci#define GL_MAX_SPARSE_TEXTURE_SIZE_EXT    0x9198
20427777dab0Sopenharmony_ci#define GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT 0x9199
20437777dab0Sopenharmony_ci#define GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT 0x919A
20447777dab0Sopenharmony_ci#define GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT 0x91A9
20457777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPAGECOMMITMENTEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit);
20467777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
20477777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexPageCommitmentEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit);
20487777dab0Sopenharmony_ci#endif
20497777dab0Sopenharmony_ci#endif /* GL_EXT_sparse_texture */
20507777dab0Sopenharmony_ci
20517777dab0Sopenharmony_ci#ifndef GL_EXT_sparse_texture2
20527777dab0Sopenharmony_ci#define GL_EXT_sparse_texture2 1
20537777dab0Sopenharmony_ci#endif /* GL_EXT_sparse_texture2 */
20547777dab0Sopenharmony_ci
20557777dab0Sopenharmony_ci#ifndef GL_EXT_tessellation_point_size
20567777dab0Sopenharmony_ci#define GL_EXT_tessellation_point_size 1
20577777dab0Sopenharmony_ci#endif /* GL_EXT_tessellation_point_size */
20587777dab0Sopenharmony_ci
20597777dab0Sopenharmony_ci#ifndef GL_EXT_tessellation_shader
20607777dab0Sopenharmony_ci#define GL_EXT_tessellation_shader 1
20617777dab0Sopenharmony_ci#define GL_PATCHES_EXT                    0x000E
20627777dab0Sopenharmony_ci#define GL_PATCH_VERTICES_EXT             0x8E72
20637777dab0Sopenharmony_ci#define GL_TESS_CONTROL_OUTPUT_VERTICES_EXT 0x8E75
20647777dab0Sopenharmony_ci#define GL_TESS_GEN_MODE_EXT              0x8E76
20657777dab0Sopenharmony_ci#define GL_TESS_GEN_SPACING_EXT           0x8E77
20667777dab0Sopenharmony_ci#define GL_TESS_GEN_VERTEX_ORDER_EXT      0x8E78
20677777dab0Sopenharmony_ci#define GL_TESS_GEN_POINT_MODE_EXT        0x8E79
20687777dab0Sopenharmony_ci#define GL_ISOLINES_EXT                   0x8E7A
20697777dab0Sopenharmony_ci#define GL_QUADS_EXT                      0x0007
20707777dab0Sopenharmony_ci#define GL_FRACTIONAL_ODD_EXT             0x8E7B
20717777dab0Sopenharmony_ci#define GL_FRACTIONAL_EVEN_EXT            0x8E7C
20727777dab0Sopenharmony_ci#define GL_MAX_PATCH_VERTICES_EXT         0x8E7D
20737777dab0Sopenharmony_ci#define GL_MAX_TESS_GEN_LEVEL_EXT         0x8E7E
20747777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT 0x8E7F
20757777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT 0x8E80
20767777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT 0x8E81
20777777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT 0x8E82
20787777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT 0x8E83
20797777dab0Sopenharmony_ci#define GL_MAX_TESS_PATCH_COMPONENTS_EXT  0x8E84
20807777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT 0x8E85
20817777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT 0x8E86
20827777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT 0x8E89
20837777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT 0x8E8A
20847777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT 0x886C
20857777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT 0x886D
20867777dab0Sopenharmony_ci#define GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT 0x8E1E
20877777dab0Sopenharmony_ci#define GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT 0x8E1F
20887777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT 0x92CD
20897777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT 0x92CE
20907777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT 0x92D3
20917777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT 0x92D4
20927777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT 0x90CB
20937777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT 0x90CC
20947777dab0Sopenharmony_ci#define GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT 0x90D8
20957777dab0Sopenharmony_ci#define GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT 0x90D9
20967777dab0Sopenharmony_ci#define GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED 0x8221
20977777dab0Sopenharmony_ci#define GL_IS_PER_PATCH_EXT               0x92E7
20987777dab0Sopenharmony_ci#define GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT 0x9307
20997777dab0Sopenharmony_ci#define GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT 0x9308
21007777dab0Sopenharmony_ci#define GL_TESS_CONTROL_SHADER_EXT        0x8E88
21017777dab0Sopenharmony_ci#define GL_TESS_EVALUATION_SHADER_EXT     0x8E87
21027777dab0Sopenharmony_ci#define GL_TESS_CONTROL_SHADER_BIT_EXT    0x00000008
21037777dab0Sopenharmony_ci#define GL_TESS_EVALUATION_SHADER_BIT_EXT 0x00000010
21047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATCHPARAMETERIEXTPROC) (GLenum pname, GLint value);
21057777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
21067777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPatchParameteriEXT (GLenum pname, GLint value);
21077777dab0Sopenharmony_ci#endif
21087777dab0Sopenharmony_ci#endif /* GL_EXT_tessellation_shader */
21097777dab0Sopenharmony_ci
21107777dab0Sopenharmony_ci#ifndef GL_EXT_texture_border_clamp
21117777dab0Sopenharmony_ci#define GL_EXT_texture_border_clamp 1
21127777dab0Sopenharmony_ci#define GL_TEXTURE_BORDER_COLOR_EXT       0x1004
21137777dab0Sopenharmony_ci#define GL_CLAMP_TO_BORDER_EXT            0x812D
21147777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);
21157777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, const GLuint *params);
21167777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, GLint *params);
21177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, GLuint *params);
21187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, const GLint *param);
21197777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, const GLuint *param);
21207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, GLint *params);
21217777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, GLuint *params);
21227777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
21237777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexParameterIivEXT (GLenum target, GLenum pname, const GLint *params);
21247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexParameterIuivEXT (GLenum target, GLenum pname, const GLuint *params);
21257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetTexParameterIivEXT (GLenum target, GLenum pname, GLint *params);
21267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetTexParameterIuivEXT (GLenum target, GLenum pname, GLuint *params);
21277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSamplerParameterIivEXT (GLuint sampler, GLenum pname, const GLint *param);
21287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSamplerParameterIuivEXT (GLuint sampler, GLenum pname, const GLuint *param);
21297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSamplerParameterIivEXT (GLuint sampler, GLenum pname, GLint *params);
21307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSamplerParameterIuivEXT (GLuint sampler, GLenum pname, GLuint *params);
21317777dab0Sopenharmony_ci#endif
21327777dab0Sopenharmony_ci#endif /* GL_EXT_texture_border_clamp */
21337777dab0Sopenharmony_ci
21347777dab0Sopenharmony_ci#ifndef GL_EXT_texture_buffer
21357777dab0Sopenharmony_ci#define GL_EXT_texture_buffer 1
21367777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_EXT             0x8C2A
21377777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_BINDING_EXT     0x8C2A
21387777dab0Sopenharmony_ci#define GL_MAX_TEXTURE_BUFFER_SIZE_EXT    0x8C2B
21397777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_BUFFER_EXT     0x8C2C
21407777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT 0x8C2D
21417777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT 0x919F
21427777dab0Sopenharmony_ci#define GL_SAMPLER_BUFFER_EXT             0x8DC2
21437777dab0Sopenharmony_ci#define GL_INT_SAMPLER_BUFFER_EXT         0x8DD0
21447777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT 0x8DD8
21457777dab0Sopenharmony_ci#define GL_IMAGE_BUFFER_EXT               0x9051
21467777dab0Sopenharmony_ci#define GL_INT_IMAGE_BUFFER_EXT           0x905C
21477777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_IMAGE_BUFFER_EXT  0x9067
21487777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_OFFSET_EXT      0x919D
21497777dab0Sopenharmony_ci#define GL_TEXTURE_BUFFER_SIZE_EXT        0x919E
21507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer);
21517777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
21527777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
21537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexBufferEXT (GLenum target, GLenum internalformat, GLuint buffer);
21547777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexBufferRangeEXT (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
21557777dab0Sopenharmony_ci#endif
21567777dab0Sopenharmony_ci#endif /* GL_EXT_texture_buffer */
21577777dab0Sopenharmony_ci
21587777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_astc_decode_mode
21597777dab0Sopenharmony_ci#define GL_EXT_texture_compression_astc_decode_mode 1
21607777dab0Sopenharmony_ci#define GL_TEXTURE_ASTC_DECODE_PRECISION_EXT 0x8F69
21617777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_astc_decode_mode */
21627777dab0Sopenharmony_ci
21637777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_bptc
21647777dab0Sopenharmony_ci#define GL_EXT_texture_compression_bptc 1
21657777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C
21667777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D
21677777dab0Sopenharmony_ci#define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT 0x8E8E
21687777dab0Sopenharmony_ci#define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F
21697777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_bptc */
21707777dab0Sopenharmony_ci
21717777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_dxt1
21727777dab0Sopenharmony_ci#define GL_EXT_texture_compression_dxt1 1
21737777dab0Sopenharmony_ci#define GL_COMPRESSED_RGB_S3TC_DXT1_EXT   0x83F0
21747777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT  0x83F1
21757777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_dxt1 */
21767777dab0Sopenharmony_ci
21777777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_rgtc
21787777dab0Sopenharmony_ci#define GL_EXT_texture_compression_rgtc 1
21797777dab0Sopenharmony_ci#define GL_COMPRESSED_RED_RGTC1_EXT       0x8DBB
21807777dab0Sopenharmony_ci#define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC
21817777dab0Sopenharmony_ci#define GL_COMPRESSED_RED_GREEN_RGTC2_EXT 0x8DBD
21827777dab0Sopenharmony_ci#define GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT 0x8DBE
21837777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_rgtc */
21847777dab0Sopenharmony_ci
21857777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_s3tc
21867777dab0Sopenharmony_ci#define GL_EXT_texture_compression_s3tc 1
21877777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT  0x83F2
21887777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT  0x83F3
21897777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_s3tc */
21907777dab0Sopenharmony_ci
21917777dab0Sopenharmony_ci#ifndef GL_EXT_texture_compression_s3tc_srgb
21927777dab0Sopenharmony_ci#define GL_EXT_texture_compression_s3tc_srgb 1
21937777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_S3TC_DXT1_EXT  0x8C4C
21947777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D
21957777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT 0x8C4E
21967777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F
21977777dab0Sopenharmony_ci#endif /* GL_EXT_texture_compression_s3tc_srgb */
21987777dab0Sopenharmony_ci
21997777dab0Sopenharmony_ci#ifndef GL_EXT_texture_cube_map_array
22007777dab0Sopenharmony_ci#define GL_EXT_texture_cube_map_array 1
22017777dab0Sopenharmony_ci#define GL_TEXTURE_CUBE_MAP_ARRAY_EXT     0x9009
22027777dab0Sopenharmony_ci#define GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT 0x900A
22037777dab0Sopenharmony_ci#define GL_SAMPLER_CUBE_MAP_ARRAY_EXT     0x900C
22047777dab0Sopenharmony_ci#define GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT 0x900D
22057777dab0Sopenharmony_ci#define GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT 0x900E
22067777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT 0x900F
22077777dab0Sopenharmony_ci#define GL_IMAGE_CUBE_MAP_ARRAY_EXT       0x9054
22087777dab0Sopenharmony_ci#define GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT   0x905F
22097777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT 0x906A
22107777dab0Sopenharmony_ci#endif /* GL_EXT_texture_cube_map_array */
22117777dab0Sopenharmony_ci
22127777dab0Sopenharmony_ci#ifndef GL_EXT_texture_filter_anisotropic
22137777dab0Sopenharmony_ci#define GL_EXT_texture_filter_anisotropic 1
22147777dab0Sopenharmony_ci#define GL_TEXTURE_MAX_ANISOTROPY_EXT     0x84FE
22157777dab0Sopenharmony_ci#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF
22167777dab0Sopenharmony_ci#endif /* GL_EXT_texture_filter_anisotropic */
22177777dab0Sopenharmony_ci
22187777dab0Sopenharmony_ci#ifndef GL_EXT_texture_filter_minmax
22197777dab0Sopenharmony_ci#define GL_EXT_texture_filter_minmax 1
22207777dab0Sopenharmony_ci#define GL_TEXTURE_REDUCTION_MODE_EXT     0x9366
22217777dab0Sopenharmony_ci#define GL_WEIGHTED_AVERAGE_EXT           0x9367
22227777dab0Sopenharmony_ci#endif /* GL_EXT_texture_filter_minmax */
22237777dab0Sopenharmony_ci
22247777dab0Sopenharmony_ci#ifndef GL_EXT_texture_format_BGRA8888
22257777dab0Sopenharmony_ci#define GL_EXT_texture_format_BGRA8888 1
22267777dab0Sopenharmony_ci#endif /* GL_EXT_texture_format_BGRA8888 */
22277777dab0Sopenharmony_ci
22287777dab0Sopenharmony_ci#ifndef GL_EXT_texture_format_sRGB_override
22297777dab0Sopenharmony_ci#define GL_EXT_texture_format_sRGB_override 1
22307777dab0Sopenharmony_ci#define GL_TEXTURE_FORMAT_SRGB_OVERRIDE_EXT 0x8FBF
22317777dab0Sopenharmony_ci#endif /* GL_EXT_texture_format_sRGB_override */
22327777dab0Sopenharmony_ci
22337777dab0Sopenharmony_ci#ifndef GL_EXT_texture_mirror_clamp_to_edge
22347777dab0Sopenharmony_ci#define GL_EXT_texture_mirror_clamp_to_edge 1
22357777dab0Sopenharmony_ci#define GL_MIRROR_CLAMP_TO_EDGE_EXT       0x8743
22367777dab0Sopenharmony_ci#endif /* GL_EXT_texture_mirror_clamp_to_edge */
22377777dab0Sopenharmony_ci
22387777dab0Sopenharmony_ci#ifndef GL_EXT_texture_norm16
22397777dab0Sopenharmony_ci#define GL_EXT_texture_norm16 1
22407777dab0Sopenharmony_ci#define GL_R16_EXT                        0x822A
22417777dab0Sopenharmony_ci#define GL_RG16_EXT                       0x822C
22427777dab0Sopenharmony_ci#define GL_RGBA16_EXT                     0x805B
22437777dab0Sopenharmony_ci#define GL_RGB16_EXT                      0x8054
22447777dab0Sopenharmony_ci#define GL_RGB16_SNORM_EXT                0x8F9A
22457777dab0Sopenharmony_ci#endif /* GL_EXT_texture_norm16 */
22467777dab0Sopenharmony_ci
22477777dab0Sopenharmony_ci#ifndef GL_EXT_texture_query_lod
22487777dab0Sopenharmony_ci#define GL_EXT_texture_query_lod 1
22497777dab0Sopenharmony_ci#endif /* GL_EXT_texture_query_lod */
22507777dab0Sopenharmony_ci
22517777dab0Sopenharmony_ci#ifndef GL_EXT_texture_rg
22527777dab0Sopenharmony_ci#define GL_EXT_texture_rg 1
22537777dab0Sopenharmony_ci#define GL_RED_EXT                        0x1903
22547777dab0Sopenharmony_ci#define GL_RG_EXT                         0x8227
22557777dab0Sopenharmony_ci#define GL_R8_EXT                         0x8229
22567777dab0Sopenharmony_ci#define GL_RG8_EXT                        0x822B
22577777dab0Sopenharmony_ci#endif /* GL_EXT_texture_rg */
22587777dab0Sopenharmony_ci
22597777dab0Sopenharmony_ci#ifndef GL_EXT_texture_sRGB_R8
22607777dab0Sopenharmony_ci#define GL_EXT_texture_sRGB_R8 1
22617777dab0Sopenharmony_ci#define GL_SR8_EXT                        0x8FBD
22627777dab0Sopenharmony_ci#endif /* GL_EXT_texture_sRGB_R8 */
22637777dab0Sopenharmony_ci
22647777dab0Sopenharmony_ci#ifndef GL_EXT_texture_sRGB_RG8
22657777dab0Sopenharmony_ci#define GL_EXT_texture_sRGB_RG8 1
22667777dab0Sopenharmony_ci#define GL_SRG8_EXT                       0x8FBE
22677777dab0Sopenharmony_ci#endif /* GL_EXT_texture_sRGB_RG8 */
22687777dab0Sopenharmony_ci
22697777dab0Sopenharmony_ci#ifndef GL_EXT_texture_sRGB_decode
22707777dab0Sopenharmony_ci#define GL_EXT_texture_sRGB_decode 1
22717777dab0Sopenharmony_ci#define GL_TEXTURE_SRGB_DECODE_EXT        0x8A48
22727777dab0Sopenharmony_ci#define GL_DECODE_EXT                     0x8A49
22737777dab0Sopenharmony_ci#define GL_SKIP_DECODE_EXT                0x8A4A
22747777dab0Sopenharmony_ci#endif /* GL_EXT_texture_sRGB_decode */
22757777dab0Sopenharmony_ci
22767777dab0Sopenharmony_ci#ifndef GL_EXT_texture_shadow_lod
22777777dab0Sopenharmony_ci#define GL_EXT_texture_shadow_lod 1
22787777dab0Sopenharmony_ci#endif /* GL_EXT_texture_shadow_lod */
22797777dab0Sopenharmony_ci
22807777dab0Sopenharmony_ci#ifndef GL_EXT_texture_storage
22817777dab0Sopenharmony_ci#define GL_EXT_texture_storage 1
22827777dab0Sopenharmony_ci#define GL_TEXTURE_IMMUTABLE_FORMAT_EXT   0x912F
22837777dab0Sopenharmony_ci#define GL_ALPHA8_EXT                     0x803C
22847777dab0Sopenharmony_ci#define GL_LUMINANCE8_EXT                 0x8040
22857777dab0Sopenharmony_ci#define GL_LUMINANCE8_ALPHA8_EXT          0x8045
22867777dab0Sopenharmony_ci#define GL_RGBA32F_EXT                    0x8814
22877777dab0Sopenharmony_ci#define GL_RGB32F_EXT                     0x8815
22887777dab0Sopenharmony_ci#define GL_ALPHA32F_EXT                   0x8816
22897777dab0Sopenharmony_ci#define GL_LUMINANCE32F_EXT               0x8818
22907777dab0Sopenharmony_ci#define GL_LUMINANCE_ALPHA32F_EXT         0x8819
22917777dab0Sopenharmony_ci#define GL_ALPHA16F_EXT                   0x881C
22927777dab0Sopenharmony_ci#define GL_LUMINANCE16F_EXT               0x881E
22937777dab0Sopenharmony_ci#define GL_LUMINANCE_ALPHA16F_EXT         0x881F
22947777dab0Sopenharmony_ci#define GL_R32F_EXT                       0x822E
22957777dab0Sopenharmony_ci#define GL_RG32F_EXT                      0x8230
22967777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
22977777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
22987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
22997777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
23007777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
23017777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
23027777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23037777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
23047777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
23057777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
23067777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
23077777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
23087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
23097777dab0Sopenharmony_ci#endif
23107777dab0Sopenharmony_ci#endif /* GL_EXT_texture_storage */
23117777dab0Sopenharmony_ci
23127777dab0Sopenharmony_ci#ifndef GL_EXT_texture_storage_compression
23137777dab0Sopenharmony_ci#define GL_EXT_texture_storage_compression 1
23147777dab0Sopenharmony_ci#define GL_NUM_SURFACE_COMPRESSION_FIXED_RATES_EXT 0x8F6E
23157777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_1BPC_EXT 0x96C4
23167777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_2BPC_EXT 0x96C5
23177777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_3BPC_EXT 0x96C6
23187777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_4BPC_EXT 0x96C7
23197777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_5BPC_EXT 0x96C8
23207777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_6BPC_EXT 0x96C9
23217777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_7BPC_EXT 0x96CA
23227777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_8BPC_EXT 0x96CB
23237777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_9BPC_EXT 0x96CC
23247777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_10BPC_EXT 0x96CD
23257777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_11BPC_EXT 0x96CE
23267777dab0Sopenharmony_ci#define GL_SURFACE_COMPRESSION_FIXED_RATE_12BPC_EXT 0x96CF
23277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEATTRIBS2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, const GLint* attrib_list);
23287777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXSTORAGEATTRIBS3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const GLint* attrib_list);
23297777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageAttribs2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, const GLint* attrib_list);
23317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexStorageAttribs3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const GLint* attrib_list);
23327777dab0Sopenharmony_ci#endif
23337777dab0Sopenharmony_ci#endif /* GL_EXT_texture_storage_compression */
23347777dab0Sopenharmony_ci
23357777dab0Sopenharmony_ci#ifndef GL_EXT_texture_type_2_10_10_10_REV
23367777dab0Sopenharmony_ci#define GL_EXT_texture_type_2_10_10_10_REV 1
23377777dab0Sopenharmony_ci#define GL_UNSIGNED_INT_2_10_10_10_REV_EXT 0x8368
23387777dab0Sopenharmony_ci#endif /* GL_EXT_texture_type_2_10_10_10_REV */
23397777dab0Sopenharmony_ci
23407777dab0Sopenharmony_ci#ifndef GL_EXT_texture_view
23417777dab0Sopenharmony_ci#define GL_EXT_texture_view 1
23427777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_MIN_LEVEL_EXT     0x82DB
23437777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_NUM_LEVELS_EXT    0x82DC
23447777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_MIN_LAYER_EXT     0x82DD
23457777dab0Sopenharmony_ci#define GL_TEXTURE_VIEW_NUM_LAYERS_EXT    0x82DE
23467777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTUREVIEWEXTPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
23477777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23487777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureViewEXT (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
23497777dab0Sopenharmony_ci#endif
23507777dab0Sopenharmony_ci#endif /* GL_EXT_texture_view */
23517777dab0Sopenharmony_ci
23527777dab0Sopenharmony_ci#ifndef GL_EXT_unpack_subimage
23537777dab0Sopenharmony_ci#define GL_EXT_unpack_subimage 1
23547777dab0Sopenharmony_ci#define GL_UNPACK_ROW_LENGTH_EXT          0x0CF2
23557777dab0Sopenharmony_ci#define GL_UNPACK_SKIP_ROWS_EXT           0x0CF3
23567777dab0Sopenharmony_ci#define GL_UNPACK_SKIP_PIXELS_EXT         0x0CF4
23577777dab0Sopenharmony_ci#endif /* GL_EXT_unpack_subimage */
23587777dab0Sopenharmony_ci
23597777dab0Sopenharmony_ci#ifndef GL_EXT_win32_keyed_mutex
23607777dab0Sopenharmony_ci#define GL_EXT_win32_keyed_mutex 1
23617777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
23627777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLRELEASEKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key);
23637777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23647777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
23657777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glReleaseKeyedMutexWin32EXT (GLuint memory, GLuint64 key);
23667777dab0Sopenharmony_ci#endif
23677777dab0Sopenharmony_ci#endif /* GL_EXT_win32_keyed_mutex */
23687777dab0Sopenharmony_ci
23697777dab0Sopenharmony_ci#ifndef GL_EXT_window_rectangles
23707777dab0Sopenharmony_ci#define GL_EXT_window_rectangles 1
23717777dab0Sopenharmony_ci#define GL_INCLUSIVE_EXT                  0x8F10
23727777dab0Sopenharmony_ci#define GL_EXCLUSIVE_EXT                  0x8F11
23737777dab0Sopenharmony_ci#define GL_WINDOW_RECTANGLE_EXT           0x8F12
23747777dab0Sopenharmony_ci#define GL_WINDOW_RECTANGLE_MODE_EXT      0x8F13
23757777dab0Sopenharmony_ci#define GL_MAX_WINDOW_RECTANGLES_EXT      0x8F14
23767777dab0Sopenharmony_ci#define GL_NUM_WINDOW_RECTANGLES_EXT      0x8F15
23777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLWINDOWRECTANGLESEXTPROC) (GLenum mode, GLsizei count, const GLint *box);
23787777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glWindowRectanglesEXT (GLenum mode, GLsizei count, const GLint *box);
23807777dab0Sopenharmony_ci#endif
23817777dab0Sopenharmony_ci#endif /* GL_EXT_window_rectangles */
23827777dab0Sopenharmony_ci
23837777dab0Sopenharmony_ci#ifndef GL_FJ_shader_binary_GCCSO
23847777dab0Sopenharmony_ci#define GL_FJ_shader_binary_GCCSO 1
23857777dab0Sopenharmony_ci#define GL_GCCSO_SHADER_BINARY_FJ         0x9260
23867777dab0Sopenharmony_ci#endif /* GL_FJ_shader_binary_GCCSO */
23877777dab0Sopenharmony_ci
23887777dab0Sopenharmony_ci#ifndef GL_IMG_bindless_texture
23897777dab0Sopenharmony_ci#define GL_IMG_bindless_texture 1
23907777dab0Sopenharmony_citypedef GLuint64 (GL_APIENTRYP PFNGLGETTEXTUREHANDLEIMGPROC) (GLuint texture);
23917777dab0Sopenharmony_citypedef GLuint64 (GL_APIENTRYP PFNGLGETTEXTURESAMPLERHANDLEIMGPROC) (GLuint texture, GLuint sampler);
23927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64IMGPROC) (GLint location, GLuint64 value);
23937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64VIMGPROC) (GLint location, GLsizei count, const GLuint64 *value);
23947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64IMGPROC) (GLuint program, GLint location, GLuint64 value);
23957777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64VIMGPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values);
23967777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
23977777dab0Sopenharmony_ciGL_APICALL GLuint64 GL_APIENTRY glGetTextureHandleIMG (GLuint texture);
23987777dab0Sopenharmony_ciGL_APICALL GLuint64 GL_APIENTRY glGetTextureSamplerHandleIMG (GLuint texture, GLuint sampler);
23997777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformHandleui64IMG (GLint location, GLuint64 value);
24007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformHandleui64vIMG (GLint location, GLsizei count, const GLuint64 *value);
24017777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformHandleui64IMG (GLuint program, GLint location, GLuint64 value);
24027777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformHandleui64vIMG (GLuint program, GLint location, GLsizei count, const GLuint64 *values);
24037777dab0Sopenharmony_ci#endif
24047777dab0Sopenharmony_ci#endif /* GL_IMG_bindless_texture */
24057777dab0Sopenharmony_ci
24067777dab0Sopenharmony_ci#ifndef GL_IMG_framebuffer_downsample
24077777dab0Sopenharmony_ci#define GL_IMG_framebuffer_downsample 1
24087777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_AND_DOWNSAMPLE_IMG 0x913C
24097777dab0Sopenharmony_ci#define GL_NUM_DOWNSAMPLE_SCALES_IMG      0x913D
24107777dab0Sopenharmony_ci#define GL_DOWNSAMPLE_SCALES_IMG          0x913E
24117777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG 0x913F
24127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DDOWNSAMPLEIMGPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
24137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURELAYERDOWNSAMPLEIMGPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
24147777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
24157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTexture2DDownsampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
24167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTextureLayerDownsampleIMG (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
24177777dab0Sopenharmony_ci#endif
24187777dab0Sopenharmony_ci#endif /* GL_IMG_framebuffer_downsample */
24197777dab0Sopenharmony_ci
24207777dab0Sopenharmony_ci#ifndef GL_IMG_multisampled_render_to_texture
24217777dab0Sopenharmony_ci#define GL_IMG_multisampled_render_to_texture 1
24227777dab0Sopenharmony_ci#define GL_RENDERBUFFER_SAMPLES_IMG       0x9133
24237777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG 0x9134
24247777dab0Sopenharmony_ci#define GL_MAX_SAMPLES_IMG                0x9135
24257777dab0Sopenharmony_ci#define GL_TEXTURE_SAMPLES_IMG            0x9136
24267777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMGPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
24277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMGPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
24287777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
24297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
24307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
24317777dab0Sopenharmony_ci#endif
24327777dab0Sopenharmony_ci#endif /* GL_IMG_multisampled_render_to_texture */
24337777dab0Sopenharmony_ci
24347777dab0Sopenharmony_ci#ifndef GL_IMG_program_binary
24357777dab0Sopenharmony_ci#define GL_IMG_program_binary 1
24367777dab0Sopenharmony_ci#define GL_SGX_PROGRAM_BINARY_IMG         0x9130
24377777dab0Sopenharmony_ci#endif /* GL_IMG_program_binary */
24387777dab0Sopenharmony_ci
24397777dab0Sopenharmony_ci#ifndef GL_IMG_read_format
24407777dab0Sopenharmony_ci#define GL_IMG_read_format 1
24417777dab0Sopenharmony_ci#define GL_BGRA_IMG                       0x80E1
24427777dab0Sopenharmony_ci#define GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG 0x8365
24437777dab0Sopenharmony_ci#endif /* GL_IMG_read_format */
24447777dab0Sopenharmony_ci
24457777dab0Sopenharmony_ci#ifndef GL_IMG_shader_binary
24467777dab0Sopenharmony_ci#define GL_IMG_shader_binary 1
24477777dab0Sopenharmony_ci#define GL_SGX_BINARY_IMG                 0x8C0A
24487777dab0Sopenharmony_ci#endif /* GL_IMG_shader_binary */
24497777dab0Sopenharmony_ci
24507777dab0Sopenharmony_ci#ifndef GL_IMG_texture_compression_pvrtc
24517777dab0Sopenharmony_ci#define GL_IMG_texture_compression_pvrtc 1
24527777dab0Sopenharmony_ci#define GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG 0x8C00
24537777dab0Sopenharmony_ci#define GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG 0x8C01
24547777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG 0x8C02
24557777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG 0x8C03
24567777dab0Sopenharmony_ci#endif /* GL_IMG_texture_compression_pvrtc */
24577777dab0Sopenharmony_ci
24587777dab0Sopenharmony_ci#ifndef GL_IMG_texture_compression_pvrtc2
24597777dab0Sopenharmony_ci#define GL_IMG_texture_compression_pvrtc2 1
24607777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG 0x9137
24617777dab0Sopenharmony_ci#define GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG 0x9138
24627777dab0Sopenharmony_ci#endif /* GL_IMG_texture_compression_pvrtc2 */
24637777dab0Sopenharmony_ci
24647777dab0Sopenharmony_ci#ifndef GL_IMG_texture_filter_cubic
24657777dab0Sopenharmony_ci#define GL_IMG_texture_filter_cubic 1
24667777dab0Sopenharmony_ci#define GL_CUBIC_IMG                      0x9139
24677777dab0Sopenharmony_ci#define GL_CUBIC_MIPMAP_NEAREST_IMG       0x913A
24687777dab0Sopenharmony_ci#define GL_CUBIC_MIPMAP_LINEAR_IMG        0x913B
24697777dab0Sopenharmony_ci#endif /* GL_IMG_texture_filter_cubic */
24707777dab0Sopenharmony_ci
24717777dab0Sopenharmony_ci#ifndef GL_INTEL_blackhole_render
24727777dab0Sopenharmony_ci#define GL_INTEL_blackhole_render 1
24737777dab0Sopenharmony_ci#define GL_BLACKHOLE_RENDER_INTEL         0x83FC
24747777dab0Sopenharmony_ci#endif /* GL_INTEL_blackhole_render */
24757777dab0Sopenharmony_ci
24767777dab0Sopenharmony_ci#ifndef GL_INTEL_conservative_rasterization
24777777dab0Sopenharmony_ci#define GL_INTEL_conservative_rasterization 1
24787777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTERIZATION_INTEL 0x83FE
24797777dab0Sopenharmony_ci#endif /* GL_INTEL_conservative_rasterization */
24807777dab0Sopenharmony_ci
24817777dab0Sopenharmony_ci#ifndef GL_INTEL_framebuffer_CMAA
24827777dab0Sopenharmony_ci#define GL_INTEL_framebuffer_CMAA 1
24837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLAPPLYFRAMEBUFFERATTACHMENTCMAAINTELPROC) (void);
24847777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
24857777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glApplyFramebufferAttachmentCMAAINTEL (void);
24867777dab0Sopenharmony_ci#endif
24877777dab0Sopenharmony_ci#endif /* GL_INTEL_framebuffer_CMAA */
24887777dab0Sopenharmony_ci
24897777dab0Sopenharmony_ci#ifndef GL_INTEL_performance_query
24907777dab0Sopenharmony_ci#define GL_INTEL_performance_query 1
24917777dab0Sopenharmony_ci#define GL_PERFQUERY_SINGLE_CONTEXT_INTEL 0x00000000
24927777dab0Sopenharmony_ci#define GL_PERFQUERY_GLOBAL_CONTEXT_INTEL 0x00000001
24937777dab0Sopenharmony_ci#define GL_PERFQUERY_WAIT_INTEL           0x83FB
24947777dab0Sopenharmony_ci#define GL_PERFQUERY_FLUSH_INTEL          0x83FA
24957777dab0Sopenharmony_ci#define GL_PERFQUERY_DONOT_FLUSH_INTEL    0x83F9
24967777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_EVENT_INTEL  0x94F0
24977777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL 0x94F1
24987777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL 0x94F2
24997777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL 0x94F3
25007777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_RAW_INTEL    0x94F4
25017777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL 0x94F5
25027777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL 0x94F8
25037777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL 0x94F9
25047777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL 0x94FA
25057777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL 0x94FB
25067777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL 0x94FC
25077777dab0Sopenharmony_ci#define GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL 0x94FD
25087777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL 0x94FE
25097777dab0Sopenharmony_ci#define GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL 0x94FF
25107777dab0Sopenharmony_ci#define GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL 0x9500
25117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBEGINPERFQUERYINTELPROC) (GLuint queryHandle);
25127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCREATEPERFQUERYINTELPROC) (GLuint queryId, GLuint *queryHandle);
25137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEPERFQUERYINTELPROC) (GLuint queryHandle);
25147777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENDPERFQUERYINTELPROC) (GLuint queryHandle);
25157777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFIRSTPERFQUERYIDINTELPROC) (GLuint *queryId);
25167777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
25177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFCOUNTERINFOINTELPROC) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counterDescLength, GLchar *counterDesc, GLuint *counterOffset, GLuint *counterDataSize, GLuint *counterTypeEnum, GLuint *counterDataTypeEnum, GLuint64 *rawCounterMaxValue);
25187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFQUERYDATAINTELPROC) (GLuint queryHandle, GLuint flags, GLsizei dataSize, void *data, GLuint *bytesWritten);
25197777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFQUERYIDBYNAMEINTELPROC) (GLchar *queryName, GLuint *queryId);
25207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPERFQUERYINFOINTELPROC) (GLuint queryId, GLuint queryNameLength, GLchar *queryName, GLuint *dataSize, GLuint *noCounters, GLuint *noInstances, GLuint *capsMask);
25217777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
25227777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
25237777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
25247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeletePerfQueryINTEL (GLuint queryHandle);
25257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEndPerfQueryINTEL (GLuint queryHandle);
25267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFirstPerfQueryIdINTEL (GLuint *queryId);
25277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
25287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfCounterInfoINTEL (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counterDescLength, GLchar *counterDesc, GLuint *counterOffset, GLuint *counterDataSize, GLuint *counterTypeEnum, GLuint *counterDataTypeEnum, GLuint64 *rawCounterMaxValue);
25297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfQueryDataINTEL (GLuint queryHandle, GLuint flags, GLsizei dataSize, void *data, GLuint *bytesWritten);
25307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfQueryIdByNameINTEL (GLchar *queryName, GLuint *queryId);
25317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPerfQueryInfoINTEL (GLuint queryId, GLuint queryNameLength, GLchar *queryName, GLuint *dataSize, GLuint *noCounters, GLuint *noInstances, GLuint *capsMask);
25327777dab0Sopenharmony_ci#endif
25337777dab0Sopenharmony_ci#endif /* GL_INTEL_performance_query */
25347777dab0Sopenharmony_ci
25357777dab0Sopenharmony_ci#ifndef GL_MESA_bgra
25367777dab0Sopenharmony_ci#define GL_MESA_bgra 1
25377777dab0Sopenharmony_ci#define GL_BGR_EXT                        0x80E0
25387777dab0Sopenharmony_ci#endif /* GL_MESA_bgra */
25397777dab0Sopenharmony_ci
25407777dab0Sopenharmony_ci#ifndef GL_MESA_framebuffer_flip_x
25417777dab0Sopenharmony_ci#define GL_MESA_framebuffer_flip_x 1
25427777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_FLIP_X_MESA        0x8BBC
25437777dab0Sopenharmony_ci#endif /* GL_MESA_framebuffer_flip_x */
25447777dab0Sopenharmony_ci
25457777dab0Sopenharmony_ci#ifndef GL_MESA_framebuffer_flip_y
25467777dab0Sopenharmony_ci#define GL_MESA_framebuffer_flip_y 1
25477777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_FLIP_Y_MESA        0x8BBB
25487777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERPARAMETERIMESAPROC) (GLenum target, GLenum pname, GLint param);
25497777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFRAMEBUFFERPARAMETERIVMESAPROC) (GLenum target, GLenum pname, GLint *params);
25507777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
25517777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferParameteriMESA (GLenum target, GLenum pname, GLint param);
25527777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFramebufferParameterivMESA (GLenum target, GLenum pname, GLint *params);
25537777dab0Sopenharmony_ci#endif
25547777dab0Sopenharmony_ci#endif /* GL_MESA_framebuffer_flip_y */
25557777dab0Sopenharmony_ci
25567777dab0Sopenharmony_ci#ifndef GL_MESA_framebuffer_swap_xy
25577777dab0Sopenharmony_ci#define GL_MESA_framebuffer_swap_xy 1
25587777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_SWAP_XY_MESA       0x8BBD
25597777dab0Sopenharmony_ci#endif /* GL_MESA_framebuffer_swap_xy */
25607777dab0Sopenharmony_ci
25617777dab0Sopenharmony_ci#ifndef GL_MESA_program_binary_formats
25627777dab0Sopenharmony_ci#define GL_MESA_program_binary_formats 1
25637777dab0Sopenharmony_ci#define GL_PROGRAM_BINARY_FORMAT_MESA     0x875F
25647777dab0Sopenharmony_ci#endif /* GL_MESA_program_binary_formats */
25657777dab0Sopenharmony_ci
25667777dab0Sopenharmony_ci#ifndef GL_MESA_shader_integer_functions
25677777dab0Sopenharmony_ci#define GL_MESA_shader_integer_functions 1
25687777dab0Sopenharmony_ci#endif /* GL_MESA_shader_integer_functions */
25697777dab0Sopenharmony_ci
25707777dab0Sopenharmony_ci#ifndef GL_NVX_blend_equation_advanced_multi_draw_buffers
25717777dab0Sopenharmony_ci#define GL_NVX_blend_equation_advanced_multi_draw_buffers 1
25727777dab0Sopenharmony_ci#endif /* GL_NVX_blend_equation_advanced_multi_draw_buffers */
25737777dab0Sopenharmony_ci
25747777dab0Sopenharmony_ci#ifndef GL_NV_bindless_texture
25757777dab0Sopenharmony_ci#define GL_NV_bindless_texture 1
25767777dab0Sopenharmony_citypedef GLuint64 (GL_APIENTRYP PFNGLGETTEXTUREHANDLENVPROC) (GLuint texture);
25777777dab0Sopenharmony_citypedef GLuint64 (GL_APIENTRYP PFNGLGETTEXTURESAMPLERHANDLENVPROC) (GLuint texture, GLuint sampler);
25787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMAKETEXTUREHANDLERESIDENTNVPROC) (GLuint64 handle);
25797777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMAKETEXTUREHANDLENONRESIDENTNVPROC) (GLuint64 handle);
25807777dab0Sopenharmony_citypedef GLuint64 (GL_APIENTRYP PFNGLGETIMAGEHANDLENVPROC) (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format);
25817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
25827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLENONRESIDENTNVPROC) (GLuint64 handle);
25837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64NVPROC) (GLint location, GLuint64 value);
25847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64VNVPROC) (GLint location, GLsizei count, const GLuint64 *value);
25857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64NVPROC) (GLuint program, GLint location, GLuint64 value);
25867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values);
25877777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISTEXTUREHANDLERESIDENTNVPROC) (GLuint64 handle);
25887777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle);
25897777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
25907777dab0Sopenharmony_ciGL_APICALL GLuint64 GL_APIENTRY glGetTextureHandleNV (GLuint texture);
25917777dab0Sopenharmony_ciGL_APICALL GLuint64 GL_APIENTRY glGetTextureSamplerHandleNV (GLuint texture, GLuint sampler);
25927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMakeTextureHandleResidentNV (GLuint64 handle);
25937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMakeTextureHandleNonResidentNV (GLuint64 handle);
25947777dab0Sopenharmony_ciGL_APICALL GLuint64 GL_APIENTRY glGetImageHandleNV (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format);
25957777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
25967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMakeImageHandleNonResidentNV (GLuint64 handle);
25977777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformHandleui64NV (GLint location, GLuint64 value);
25987777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformHandleui64vNV (GLint location, GLsizei count, const GLuint64 *value);
25997777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformHandleui64NV (GLuint program, GLint location, GLuint64 value);
26007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniformHandleui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64 *values);
26017777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsTextureHandleResidentNV (GLuint64 handle);
26027777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsImageHandleResidentNV (GLuint64 handle);
26037777dab0Sopenharmony_ci#endif
26047777dab0Sopenharmony_ci#endif /* GL_NV_bindless_texture */
26057777dab0Sopenharmony_ci
26067777dab0Sopenharmony_ci#ifndef GL_NV_blend_equation_advanced
26077777dab0Sopenharmony_ci#define GL_NV_blend_equation_advanced 1
26087777dab0Sopenharmony_ci#define GL_BLEND_OVERLAP_NV               0x9281
26097777dab0Sopenharmony_ci#define GL_BLEND_PREMULTIPLIED_SRC_NV     0x9280
26107777dab0Sopenharmony_ci#define GL_BLUE_NV                        0x1905
26117777dab0Sopenharmony_ci#define GL_COLORBURN_NV                   0x929A
26127777dab0Sopenharmony_ci#define GL_COLORDODGE_NV                  0x9299
26137777dab0Sopenharmony_ci#define GL_CONJOINT_NV                    0x9284
26147777dab0Sopenharmony_ci#define GL_CONTRAST_NV                    0x92A1
26157777dab0Sopenharmony_ci#define GL_DARKEN_NV                      0x9297
26167777dab0Sopenharmony_ci#define GL_DIFFERENCE_NV                  0x929E
26177777dab0Sopenharmony_ci#define GL_DISJOINT_NV                    0x9283
26187777dab0Sopenharmony_ci#define GL_DST_ATOP_NV                    0x928F
26197777dab0Sopenharmony_ci#define GL_DST_IN_NV                      0x928B
26207777dab0Sopenharmony_ci#define GL_DST_NV                         0x9287
26217777dab0Sopenharmony_ci#define GL_DST_OUT_NV                     0x928D
26227777dab0Sopenharmony_ci#define GL_DST_OVER_NV                    0x9289
26237777dab0Sopenharmony_ci#define GL_EXCLUSION_NV                   0x92A0
26247777dab0Sopenharmony_ci#define GL_GREEN_NV                       0x1904
26257777dab0Sopenharmony_ci#define GL_HARDLIGHT_NV                   0x929B
26267777dab0Sopenharmony_ci#define GL_HARDMIX_NV                     0x92A9
26277777dab0Sopenharmony_ci#define GL_HSL_COLOR_NV                   0x92AF
26287777dab0Sopenharmony_ci#define GL_HSL_HUE_NV                     0x92AD
26297777dab0Sopenharmony_ci#define GL_HSL_LUMINOSITY_NV              0x92B0
26307777dab0Sopenharmony_ci#define GL_HSL_SATURATION_NV              0x92AE
26317777dab0Sopenharmony_ci#define GL_INVERT_OVG_NV                  0x92B4
26327777dab0Sopenharmony_ci#define GL_INVERT_RGB_NV                  0x92A3
26337777dab0Sopenharmony_ci#define GL_LIGHTEN_NV                     0x9298
26347777dab0Sopenharmony_ci#define GL_LINEARBURN_NV                  0x92A5
26357777dab0Sopenharmony_ci#define GL_LINEARDODGE_NV                 0x92A4
26367777dab0Sopenharmony_ci#define GL_LINEARLIGHT_NV                 0x92A7
26377777dab0Sopenharmony_ci#define GL_MINUS_CLAMPED_NV               0x92B3
26387777dab0Sopenharmony_ci#define GL_MINUS_NV                       0x929F
26397777dab0Sopenharmony_ci#define GL_MULTIPLY_NV                    0x9294
26407777dab0Sopenharmony_ci#define GL_OVERLAY_NV                     0x9296
26417777dab0Sopenharmony_ci#define GL_PINLIGHT_NV                    0x92A8
26427777dab0Sopenharmony_ci#define GL_PLUS_CLAMPED_ALPHA_NV          0x92B2
26437777dab0Sopenharmony_ci#define GL_PLUS_CLAMPED_NV                0x92B1
26447777dab0Sopenharmony_ci#define GL_PLUS_DARKER_NV                 0x9292
26457777dab0Sopenharmony_ci#define GL_PLUS_NV                        0x9291
26467777dab0Sopenharmony_ci#define GL_RED_NV                         0x1903
26477777dab0Sopenharmony_ci#define GL_SCREEN_NV                      0x9295
26487777dab0Sopenharmony_ci#define GL_SOFTLIGHT_NV                   0x929C
26497777dab0Sopenharmony_ci#define GL_SRC_ATOP_NV                    0x928E
26507777dab0Sopenharmony_ci#define GL_SRC_IN_NV                      0x928A
26517777dab0Sopenharmony_ci#define GL_SRC_NV                         0x9286
26527777dab0Sopenharmony_ci#define GL_SRC_OUT_NV                     0x928C
26537777dab0Sopenharmony_ci#define GL_SRC_OVER_NV                    0x9288
26547777dab0Sopenharmony_ci#define GL_UNCORRELATED_NV                0x9282
26557777dab0Sopenharmony_ci#define GL_VIVIDLIGHT_NV                  0x92A6
26567777dab0Sopenharmony_ci#define GL_XOR_NV                         0x1506
26577777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDPARAMETERINVPROC) (GLenum pname, GLint value);
26587777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLENDBARRIERNVPROC) (void);
26597777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
26607777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendParameteriNV (GLenum pname, GLint value);
26617777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlendBarrierNV (void);
26627777dab0Sopenharmony_ci#endif
26637777dab0Sopenharmony_ci#endif /* GL_NV_blend_equation_advanced */
26647777dab0Sopenharmony_ci
26657777dab0Sopenharmony_ci#ifndef GL_NV_blend_equation_advanced_coherent
26667777dab0Sopenharmony_ci#define GL_NV_blend_equation_advanced_coherent 1
26677777dab0Sopenharmony_ci#define GL_BLEND_ADVANCED_COHERENT_NV     0x9285
26687777dab0Sopenharmony_ci#endif /* GL_NV_blend_equation_advanced_coherent */
26697777dab0Sopenharmony_ci
26707777dab0Sopenharmony_ci#ifndef GL_NV_blend_minmax_factor
26717777dab0Sopenharmony_ci#define GL_NV_blend_minmax_factor 1
26727777dab0Sopenharmony_ci#define GL_FACTOR_MIN_AMD                 0x901C
26737777dab0Sopenharmony_ci#define GL_FACTOR_MAX_AMD                 0x901D
26747777dab0Sopenharmony_ci#endif /* GL_NV_blend_minmax_factor */
26757777dab0Sopenharmony_ci
26767777dab0Sopenharmony_ci#ifndef GL_NV_clip_space_w_scaling
26777777dab0Sopenharmony_ci#define GL_NV_clip_space_w_scaling 1
26787777dab0Sopenharmony_ci#define GL_VIEWPORT_POSITION_W_SCALE_NV   0x937C
26797777dab0Sopenharmony_ci#define GL_VIEWPORT_POSITION_W_SCALE_X_COEFF_NV 0x937D
26807777dab0Sopenharmony_ci#define GL_VIEWPORT_POSITION_W_SCALE_Y_COEFF_NV 0x937E
26817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
26827777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
26837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
26847777dab0Sopenharmony_ci#endif
26857777dab0Sopenharmony_ci#endif /* GL_NV_clip_space_w_scaling */
26867777dab0Sopenharmony_ci
26877777dab0Sopenharmony_ci#ifndef GL_NV_compute_shader_derivatives
26887777dab0Sopenharmony_ci#define GL_NV_compute_shader_derivatives 1
26897777dab0Sopenharmony_ci#endif /* GL_NV_compute_shader_derivatives */
26907777dab0Sopenharmony_ci
26917777dab0Sopenharmony_ci#ifndef GL_NV_conditional_render
26927777dab0Sopenharmony_ci#define GL_NV_conditional_render 1
26937777dab0Sopenharmony_ci#define GL_QUERY_WAIT_NV                  0x8E13
26947777dab0Sopenharmony_ci#define GL_QUERY_NO_WAIT_NV               0x8E14
26957777dab0Sopenharmony_ci#define GL_QUERY_BY_REGION_WAIT_NV        0x8E15
26967777dab0Sopenharmony_ci#define GL_QUERY_BY_REGION_NO_WAIT_NV     0x8E16
26977777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBEGINCONDITIONALRENDERNVPROC) (GLuint id, GLenum mode);
26987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENDCONDITIONALRENDERNVPROC) (void);
26997777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
27007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBeginConditionalRenderNV (GLuint id, GLenum mode);
27017777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEndConditionalRenderNV (void);
27027777dab0Sopenharmony_ci#endif
27037777dab0Sopenharmony_ci#endif /* GL_NV_conditional_render */
27047777dab0Sopenharmony_ci
27057777dab0Sopenharmony_ci#ifndef GL_NV_conservative_raster
27067777dab0Sopenharmony_ci#define GL_NV_conservative_raster 1
27077777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTERIZATION_NV  0x9346
27087777dab0Sopenharmony_ci#define GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV 0x9347
27097777dab0Sopenharmony_ci#define GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV 0x9348
27107777dab0Sopenharmony_ci#define GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV 0x9349
27117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
27127777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
27137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
27147777dab0Sopenharmony_ci#endif
27157777dab0Sopenharmony_ci#endif /* GL_NV_conservative_raster */
27167777dab0Sopenharmony_ci
27177777dab0Sopenharmony_ci#ifndef GL_NV_conservative_raster_pre_snap
27187777dab0Sopenharmony_ci#define GL_NV_conservative_raster_pre_snap 1
27197777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV 0x9550
27207777dab0Sopenharmony_ci#endif /* GL_NV_conservative_raster_pre_snap */
27217777dab0Sopenharmony_ci
27227777dab0Sopenharmony_ci#ifndef GL_NV_conservative_raster_pre_snap_triangles
27237777dab0Sopenharmony_ci#define GL_NV_conservative_raster_pre_snap_triangles 1
27247777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTER_MODE_NV    0x954D
27257777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV 0x954E
27267777dab0Sopenharmony_ci#define GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_TRIANGLES_NV 0x954F
27277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCONSERVATIVERASTERPARAMETERINVPROC) (GLenum pname, GLint param);
27287777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
27297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glConservativeRasterParameteriNV (GLenum pname, GLint param);
27307777dab0Sopenharmony_ci#endif
27317777dab0Sopenharmony_ci#endif /* GL_NV_conservative_raster_pre_snap_triangles */
27327777dab0Sopenharmony_ci
27337777dab0Sopenharmony_ci#ifndef GL_NV_copy_buffer
27347777dab0Sopenharmony_ci#define GL_NV_copy_buffer 1
27357777dab0Sopenharmony_ci#define GL_COPY_READ_BUFFER_NV            0x8F36
27367777dab0Sopenharmony_ci#define GL_COPY_WRITE_BUFFER_NV           0x8F37
27377777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYBUFFERSUBDATANVPROC) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
27387777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
27397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyBufferSubDataNV (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
27407777dab0Sopenharmony_ci#endif
27417777dab0Sopenharmony_ci#endif /* GL_NV_copy_buffer */
27427777dab0Sopenharmony_ci
27437777dab0Sopenharmony_ci#ifndef GL_NV_coverage_sample
27447777dab0Sopenharmony_ci#define GL_NV_coverage_sample 1
27457777dab0Sopenharmony_ci#define GL_COVERAGE_COMPONENT_NV          0x8ED0
27467777dab0Sopenharmony_ci#define GL_COVERAGE_COMPONENT4_NV         0x8ED1
27477777dab0Sopenharmony_ci#define GL_COVERAGE_ATTACHMENT_NV         0x8ED2
27487777dab0Sopenharmony_ci#define GL_COVERAGE_BUFFERS_NV            0x8ED3
27497777dab0Sopenharmony_ci#define GL_COVERAGE_SAMPLES_NV            0x8ED4
27507777dab0Sopenharmony_ci#define GL_COVERAGE_ALL_FRAGMENTS_NV      0x8ED5
27517777dab0Sopenharmony_ci#define GL_COVERAGE_EDGE_FRAGMENTS_NV     0x8ED6
27527777dab0Sopenharmony_ci#define GL_COVERAGE_AUTOMATIC_NV          0x8ED7
27537777dab0Sopenharmony_ci#define GL_COVERAGE_BUFFER_BIT_NV         0x00008000
27547777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERAGEMASKNVPROC) (GLboolean mask);
27557777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
27567777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
27577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverageMaskNV (GLboolean mask);
27587777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
27597777dab0Sopenharmony_ci#endif
27607777dab0Sopenharmony_ci#endif /* GL_NV_coverage_sample */
27617777dab0Sopenharmony_ci
27627777dab0Sopenharmony_ci#ifndef GL_NV_depth_nonlinear
27637777dab0Sopenharmony_ci#define GL_NV_depth_nonlinear 1
27647777dab0Sopenharmony_ci#define GL_DEPTH_COMPONENT16_NONLINEAR_NV 0x8E2C
27657777dab0Sopenharmony_ci#endif /* GL_NV_depth_nonlinear */
27667777dab0Sopenharmony_ci
27677777dab0Sopenharmony_ci#ifndef GL_NV_draw_buffers
27687777dab0Sopenharmony_ci#define GL_NV_draw_buffers 1
27697777dab0Sopenharmony_ci#define GL_MAX_DRAW_BUFFERS_NV            0x8824
27707777dab0Sopenharmony_ci#define GL_DRAW_BUFFER0_NV                0x8825
27717777dab0Sopenharmony_ci#define GL_DRAW_BUFFER1_NV                0x8826
27727777dab0Sopenharmony_ci#define GL_DRAW_BUFFER2_NV                0x8827
27737777dab0Sopenharmony_ci#define GL_DRAW_BUFFER3_NV                0x8828
27747777dab0Sopenharmony_ci#define GL_DRAW_BUFFER4_NV                0x8829
27757777dab0Sopenharmony_ci#define GL_DRAW_BUFFER5_NV                0x882A
27767777dab0Sopenharmony_ci#define GL_DRAW_BUFFER6_NV                0x882B
27777777dab0Sopenharmony_ci#define GL_DRAW_BUFFER7_NV                0x882C
27787777dab0Sopenharmony_ci#define GL_DRAW_BUFFER8_NV                0x882D
27797777dab0Sopenharmony_ci#define GL_DRAW_BUFFER9_NV                0x882E
27807777dab0Sopenharmony_ci#define GL_DRAW_BUFFER10_NV               0x882F
27817777dab0Sopenharmony_ci#define GL_DRAW_BUFFER11_NV               0x8830
27827777dab0Sopenharmony_ci#define GL_DRAW_BUFFER12_NV               0x8831
27837777dab0Sopenharmony_ci#define GL_DRAW_BUFFER13_NV               0x8832
27847777dab0Sopenharmony_ci#define GL_DRAW_BUFFER14_NV               0x8833
27857777dab0Sopenharmony_ci#define GL_DRAW_BUFFER15_NV               0x8834
27867777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT0_NV           0x8CE0
27877777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT1_NV           0x8CE1
27887777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT2_NV           0x8CE2
27897777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT3_NV           0x8CE3
27907777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT4_NV           0x8CE4
27917777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT5_NV           0x8CE5
27927777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT6_NV           0x8CE6
27937777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT7_NV           0x8CE7
27947777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT8_NV           0x8CE8
27957777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT9_NV           0x8CE9
27967777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT10_NV          0x8CEA
27977777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT11_NV          0x8CEB
27987777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT12_NV          0x8CEC
27997777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT13_NV          0x8CED
28007777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT14_NV          0x8CEE
28017777dab0Sopenharmony_ci#define GL_COLOR_ATTACHMENT15_NV          0x8CEF
28027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWBUFFERSNVPROC) (GLsizei n, const GLenum *bufs);
28037777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28047777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawBuffersNV (GLsizei n, const GLenum *bufs);
28057777dab0Sopenharmony_ci#endif
28067777dab0Sopenharmony_ci#endif /* GL_NV_draw_buffers */
28077777dab0Sopenharmony_ci
28087777dab0Sopenharmony_ci#ifndef GL_NV_draw_instanced
28097777dab0Sopenharmony_ci#define GL_NV_draw_instanced 1
28107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDNVPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
28117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDNVPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
28127777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawArraysInstancedNV (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
28147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawElementsInstancedNV (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
28157777dab0Sopenharmony_ci#endif
28167777dab0Sopenharmony_ci#endif /* GL_NV_draw_instanced */
28177777dab0Sopenharmony_ci
28187777dab0Sopenharmony_ci#ifndef GL_NV_draw_vulkan_image
28197777dab0Sopenharmony_ci#define GL_NV_draw_vulkan_image 1
28207777dab0Sopenharmony_citypedef void (GL_APIENTRY  *GLVULKANPROCNV)(void);
28217777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
28227777dab0Sopenharmony_citypedef GLVULKANPROCNV (GL_APIENTRYP PFNGLGETVKPROCADDRNVPROC) (const GLchar *name);
28237777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLWAITVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
28247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSIGNALVKSEMAPHORENVPROC) (GLuint64 vkSemaphore);
28257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSIGNALVKFENCENVPROC) (GLuint64 vkFence);
28267777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
28287777dab0Sopenharmony_ciGL_APICALL GLVULKANPROCNV GL_APIENTRY glGetVkProcAddrNV (const GLchar *name);
28297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glWaitVkSemaphoreNV (GLuint64 vkSemaphore);
28307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSignalVkSemaphoreNV (GLuint64 vkSemaphore);
28317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSignalVkFenceNV (GLuint64 vkFence);
28327777dab0Sopenharmony_ci#endif
28337777dab0Sopenharmony_ci#endif /* GL_NV_draw_vulkan_image */
28347777dab0Sopenharmony_ci
28357777dab0Sopenharmony_ci#ifndef GL_NV_explicit_attrib_location
28367777dab0Sopenharmony_ci#define GL_NV_explicit_attrib_location 1
28377777dab0Sopenharmony_ci#endif /* GL_NV_explicit_attrib_location */
28387777dab0Sopenharmony_ci
28397777dab0Sopenharmony_ci#ifndef GL_NV_fbo_color_attachments
28407777dab0Sopenharmony_ci#define GL_NV_fbo_color_attachments 1
28417777dab0Sopenharmony_ci#define GL_MAX_COLOR_ATTACHMENTS_NV       0x8CDF
28427777dab0Sopenharmony_ci#endif /* GL_NV_fbo_color_attachments */
28437777dab0Sopenharmony_ci
28447777dab0Sopenharmony_ci#ifndef GL_NV_fence
28457777dab0Sopenharmony_ci#define GL_NV_fence 1
28467777dab0Sopenharmony_ci#define GL_ALL_COMPLETED_NV               0x84F2
28477777dab0Sopenharmony_ci#define GL_FENCE_STATUS_NV                0x84F3
28487777dab0Sopenharmony_ci#define GL_FENCE_CONDITION_NV             0x84F4
28497777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);
28507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);
28517777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
28527777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
28537777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
28547777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
28557777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
28567777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
28587777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
28597777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
28607777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
28617777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
28627777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
28637777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
28647777dab0Sopenharmony_ci#endif
28657777dab0Sopenharmony_ci#endif /* GL_NV_fence */
28667777dab0Sopenharmony_ci
28677777dab0Sopenharmony_ci#ifndef GL_NV_fill_rectangle
28687777dab0Sopenharmony_ci#define GL_NV_fill_rectangle 1
28697777dab0Sopenharmony_ci#define GL_FILL_RECTANGLE_NV              0x933C
28707777dab0Sopenharmony_ci#endif /* GL_NV_fill_rectangle */
28717777dab0Sopenharmony_ci
28727777dab0Sopenharmony_ci#ifndef GL_NV_fragment_coverage_to_color
28737777dab0Sopenharmony_ci#define GL_NV_fragment_coverage_to_color 1
28747777dab0Sopenharmony_ci#define GL_FRAGMENT_COVERAGE_TO_COLOR_NV  0x92DD
28757777dab0Sopenharmony_ci#define GL_FRAGMENT_COVERAGE_COLOR_NV     0x92DE
28767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAGMENTCOVERAGECOLORNVPROC) (GLuint color);
28777777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28787777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFragmentCoverageColorNV (GLuint color);
28797777dab0Sopenharmony_ci#endif
28807777dab0Sopenharmony_ci#endif /* GL_NV_fragment_coverage_to_color */
28817777dab0Sopenharmony_ci
28827777dab0Sopenharmony_ci#ifndef GL_NV_fragment_shader_barycentric
28837777dab0Sopenharmony_ci#define GL_NV_fragment_shader_barycentric 1
28847777dab0Sopenharmony_ci#endif /* GL_NV_fragment_shader_barycentric */
28857777dab0Sopenharmony_ci
28867777dab0Sopenharmony_ci#ifndef GL_NV_fragment_shader_interlock
28877777dab0Sopenharmony_ci#define GL_NV_fragment_shader_interlock 1
28887777dab0Sopenharmony_ci#endif /* GL_NV_fragment_shader_interlock */
28897777dab0Sopenharmony_ci
28907777dab0Sopenharmony_ci#ifndef GL_NV_framebuffer_blit
28917777dab0Sopenharmony_ci#define GL_NV_framebuffer_blit 1
28927777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_NV            0x8CA8
28937777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_NV            0x8CA9
28947777dab0Sopenharmony_ci#define GL_DRAW_FRAMEBUFFER_BINDING_NV    0x8CA6
28957777dab0Sopenharmony_ci#define GL_READ_FRAMEBUFFER_BINDING_NV    0x8CAA
28967777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
28977777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
28987777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
28997777dab0Sopenharmony_ci#endif
29007777dab0Sopenharmony_ci#endif /* GL_NV_framebuffer_blit */
29017777dab0Sopenharmony_ci
29027777dab0Sopenharmony_ci#ifndef GL_NV_framebuffer_mixed_samples
29037777dab0Sopenharmony_ci#define GL_NV_framebuffer_mixed_samples 1
29047777dab0Sopenharmony_ci#define GL_COVERAGE_MODULATION_TABLE_NV   0x9331
29057777dab0Sopenharmony_ci#define GL_COLOR_SAMPLES_NV               0x8E20
29067777dab0Sopenharmony_ci#define GL_DEPTH_SAMPLES_NV               0x932D
29077777dab0Sopenharmony_ci#define GL_STENCIL_SAMPLES_NV             0x932E
29087777dab0Sopenharmony_ci#define GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV 0x932F
29097777dab0Sopenharmony_ci#define GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV 0x9330
29107777dab0Sopenharmony_ci#define GL_COVERAGE_MODULATION_NV         0x9332
29117777dab0Sopenharmony_ci#define GL_COVERAGE_MODULATION_TABLE_SIZE_NV 0x9333
29127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERAGEMODULATIONTABLENVPROC) (GLsizei n, const GLfloat *v);
29137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETCOVERAGEMODULATIONTABLENVPROC) (GLsizei bufSize, GLfloat *v);
29147777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERAGEMODULATIONNVPROC) (GLenum components);
29157777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
29167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverageModulationTableNV (GLsizei n, const GLfloat *v);
29177777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetCoverageModulationTableNV (GLsizei bufSize, GLfloat *v);
29187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverageModulationNV (GLenum components);
29197777dab0Sopenharmony_ci#endif
29207777dab0Sopenharmony_ci#endif /* GL_NV_framebuffer_mixed_samples */
29217777dab0Sopenharmony_ci
29227777dab0Sopenharmony_ci#ifndef GL_NV_framebuffer_multisample
29237777dab0Sopenharmony_ci#define GL_NV_framebuffer_multisample 1
29247777dab0Sopenharmony_ci#define GL_RENDERBUFFER_SAMPLES_NV        0x8CAB
29257777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV 0x8D56
29267777dab0Sopenharmony_ci#define GL_MAX_SAMPLES_NV                 0x8D57
29277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLENVPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
29287777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
29297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleNV (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
29307777dab0Sopenharmony_ci#endif
29317777dab0Sopenharmony_ci#endif /* GL_NV_framebuffer_multisample */
29327777dab0Sopenharmony_ci
29337777dab0Sopenharmony_ci#ifndef GL_NV_generate_mipmap_sRGB
29347777dab0Sopenharmony_ci#define GL_NV_generate_mipmap_sRGB 1
29357777dab0Sopenharmony_ci#endif /* GL_NV_generate_mipmap_sRGB */
29367777dab0Sopenharmony_ci
29377777dab0Sopenharmony_ci#ifndef GL_NV_geometry_shader_passthrough
29387777dab0Sopenharmony_ci#define GL_NV_geometry_shader_passthrough 1
29397777dab0Sopenharmony_ci#endif /* GL_NV_geometry_shader_passthrough */
29407777dab0Sopenharmony_ci
29417777dab0Sopenharmony_ci#ifndef GL_NV_gpu_shader5
29427777dab0Sopenharmony_ci#define GL_NV_gpu_shader5 1
29437777dab0Sopenharmony_citypedef khronos_int64_t GLint64EXT;
29447777dab0Sopenharmony_citypedef khronos_uint64_t GLuint64EXT;
29457777dab0Sopenharmony_ci#define GL_INT64_NV                       0x140E
29467777dab0Sopenharmony_ci#define GL_UNSIGNED_INT64_NV              0x140F
29477777dab0Sopenharmony_ci#define GL_INT8_NV                        0x8FE0
29487777dab0Sopenharmony_ci#define GL_INT8_VEC2_NV                   0x8FE1
29497777dab0Sopenharmony_ci#define GL_INT8_VEC3_NV                   0x8FE2
29507777dab0Sopenharmony_ci#define GL_INT8_VEC4_NV                   0x8FE3
29517777dab0Sopenharmony_ci#define GL_INT16_NV                       0x8FE4
29527777dab0Sopenharmony_ci#define GL_INT16_VEC2_NV                  0x8FE5
29537777dab0Sopenharmony_ci#define GL_INT16_VEC3_NV                  0x8FE6
29547777dab0Sopenharmony_ci#define GL_INT16_VEC4_NV                  0x8FE7
29557777dab0Sopenharmony_ci#define GL_INT64_VEC2_NV                  0x8FE9
29567777dab0Sopenharmony_ci#define GL_INT64_VEC3_NV                  0x8FEA
29577777dab0Sopenharmony_ci#define GL_INT64_VEC4_NV                  0x8FEB
29587777dab0Sopenharmony_ci#define GL_UNSIGNED_INT8_NV               0x8FEC
29597777dab0Sopenharmony_ci#define GL_UNSIGNED_INT8_VEC2_NV          0x8FED
29607777dab0Sopenharmony_ci#define GL_UNSIGNED_INT8_VEC3_NV          0x8FEE
29617777dab0Sopenharmony_ci#define GL_UNSIGNED_INT8_VEC4_NV          0x8FEF
29627777dab0Sopenharmony_ci#define GL_UNSIGNED_INT16_NV              0x8FF0
29637777dab0Sopenharmony_ci#define GL_UNSIGNED_INT16_VEC2_NV         0x8FF1
29647777dab0Sopenharmony_ci#define GL_UNSIGNED_INT16_VEC3_NV         0x8FF2
29657777dab0Sopenharmony_ci#define GL_UNSIGNED_INT16_VEC4_NV         0x8FF3
29667777dab0Sopenharmony_ci#define GL_UNSIGNED_INT64_VEC2_NV         0x8FF5
29677777dab0Sopenharmony_ci#define GL_UNSIGNED_INT64_VEC3_NV         0x8FF6
29687777dab0Sopenharmony_ci#define GL_UNSIGNED_INT64_VEC4_NV         0x8FF7
29697777dab0Sopenharmony_ci#define GL_FLOAT16_NV                     0x8FF8
29707777dab0Sopenharmony_ci#define GL_FLOAT16_VEC2_NV                0x8FF9
29717777dab0Sopenharmony_ci#define GL_FLOAT16_VEC3_NV                0x8FFA
29727777dab0Sopenharmony_ci#define GL_FLOAT16_VEC4_NV                0x8FFB
29737777dab0Sopenharmony_ci#define GL_PATCHES                        0x000E
29747777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM1I64NVPROC) (GLint location, GLint64EXT x);
29757777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM2I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y);
29767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM3I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
29777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM4I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
29787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM1I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);
29797777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM2I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);
29807777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM3I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);
29817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM4I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);
29827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM1UI64NVPROC) (GLint location, GLuint64EXT x);
29837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM2UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y);
29847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM3UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
29857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM4UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
29867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM1UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);
29877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM2UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);
29887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM3UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);
29897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORM4UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);
29907777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETUNIFORMI64VNVPROC) (GLuint program, GLint location, GLint64EXT *params);
29917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1I64NVPROC) (GLuint program, GLint location, GLint64EXT x);
29927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y);
29937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
29947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
29957777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
29967777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
29977777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
29987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
29997777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x);
30007777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y);
30017777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
30027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
30037777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30077777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
30087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);
30097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y);
30107777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform3i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
30117777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform4i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
30127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform1i64vNV (GLint location, GLsizei count, const GLint64EXT *value);
30137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform2i64vNV (GLint location, GLsizei count, const GLint64EXT *value);
30147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform3i64vNV (GLint location, GLsizei count, const GLint64EXT *value);
30157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform4i64vNV (GLint location, GLsizei count, const GLint64EXT *value);
30167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform1ui64NV (GLint location, GLuint64EXT x);
30177777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform2ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y);
30187777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform3ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
30197777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform4ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
30207777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform1ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);
30217777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform2ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);
30227777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform3ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);
30237777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniform4ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);
30247777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetUniformi64vNV (GLuint program, GLint location, GLint64EXT *params);
30257777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1i64NV (GLuint program, GLint location, GLint64EXT x);
30267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y);
30277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
30287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
30297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
30307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
30317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
30327777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);
30337777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1ui64NV (GLuint program, GLint location, GLuint64EXT x);
30347777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y);
30357777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
30367777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
30377777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform1ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30387777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform2ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30397777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform3ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramUniform4ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);
30417777dab0Sopenharmony_ci#endif
30427777dab0Sopenharmony_ci#endif /* GL_NV_gpu_shader5 */
30437777dab0Sopenharmony_ci
30447777dab0Sopenharmony_ci#ifndef GL_NV_image_formats
30457777dab0Sopenharmony_ci#define GL_NV_image_formats 1
30467777dab0Sopenharmony_ci#endif /* GL_NV_image_formats */
30477777dab0Sopenharmony_ci
30487777dab0Sopenharmony_ci#ifndef GL_NV_instanced_arrays
30497777dab0Sopenharmony_ci#define GL_NV_instanced_arrays 1
30507777dab0Sopenharmony_ci#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV 0x88FE
30517777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVERTEXATTRIBDIVISORNVPROC) (GLuint index, GLuint divisor);
30527777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
30537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glVertexAttribDivisorNV (GLuint index, GLuint divisor);
30547777dab0Sopenharmony_ci#endif
30557777dab0Sopenharmony_ci#endif /* GL_NV_instanced_arrays */
30567777dab0Sopenharmony_ci
30577777dab0Sopenharmony_ci#ifndef GL_NV_internalformat_sample_query
30587777dab0Sopenharmony_ci#define GL_NV_internalformat_sample_query 1
30597777dab0Sopenharmony_ci#define GL_TEXTURE_2D_MULTISAMPLE         0x9100
30607777dab0Sopenharmony_ci#define GL_TEXTURE_2D_MULTISAMPLE_ARRAY   0x9102
30617777dab0Sopenharmony_ci#define GL_MULTISAMPLES_NV                0x9371
30627777dab0Sopenharmony_ci#define GL_SUPERSAMPLE_SCALE_X_NV         0x9372
30637777dab0Sopenharmony_ci#define GL_SUPERSAMPLE_SCALE_Y_NV         0x9373
30647777dab0Sopenharmony_ci#define GL_CONFORMANT_NV                  0x9374
30657777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETINTERNALFORMATSAMPLEIVNVPROC) (GLenum target, GLenum internalformat, GLsizei samples, GLenum pname, GLsizei count, GLint *params);
30667777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
30677777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetInternalformatSampleivNV (GLenum target, GLenum internalformat, GLsizei samples, GLenum pname, GLsizei count, GLint *params);
30687777dab0Sopenharmony_ci#endif
30697777dab0Sopenharmony_ci#endif /* GL_NV_internalformat_sample_query */
30707777dab0Sopenharmony_ci
30717777dab0Sopenharmony_ci#ifndef GL_NV_memory_attachment
30727777dab0Sopenharmony_ci#define GL_NV_memory_attachment 1
30737777dab0Sopenharmony_ci#define GL_ATTACHED_MEMORY_OBJECT_NV      0x95A4
30747777dab0Sopenharmony_ci#define GL_ATTACHED_MEMORY_OFFSET_NV      0x95A5
30757777dab0Sopenharmony_ci#define GL_MEMORY_ATTACHABLE_ALIGNMENT_NV 0x95A6
30767777dab0Sopenharmony_ci#define GL_MEMORY_ATTACHABLE_SIZE_NV      0x95A7
30777777dab0Sopenharmony_ci#define GL_MEMORY_ATTACHABLE_NV           0x95A8
30787777dab0Sopenharmony_ci#define GL_DETACHED_MEMORY_INCARNATION_NV 0x95A9
30797777dab0Sopenharmony_ci#define GL_DETACHED_TEXTURES_NV           0x95AA
30807777dab0Sopenharmony_ci#define GL_DETACHED_BUFFERS_NV            0x95AB
30817777dab0Sopenharmony_ci#define GL_MAX_DETACHED_TEXTURES_NV       0x95AC
30827777dab0Sopenharmony_ci#define GL_MAX_DETACHED_BUFFERS_NV        0x95AD
30837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETMEMORYOBJECTDETACHEDRESOURCESUIVNVPROC) (GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint *params);
30847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRESETMEMORYOBJECTPARAMETERNVPROC) (GLuint memory, GLenum pname);
30857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXATTACHMEMORYNVPROC) (GLenum target, GLuint memory, GLuint64 offset);
30867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBUFFERATTACHMEMORYNVPROC) (GLenum target, GLuint memory, GLuint64 offset);
30877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTUREATTACHMEMORYNVPROC) (GLuint texture, GLuint memory, GLuint64 offset);
30887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDBUFFERATTACHMEMORYNVPROC) (GLuint buffer, GLuint memory, GLuint64 offset);
30897777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
30907777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetMemoryObjectDetachedResourcesuivNV (GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint *params);
30917777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glResetMemoryObjectParameterNV (GLuint memory, GLenum pname);
30927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexAttachMemoryNV (GLenum target, GLuint memory, GLuint64 offset);
30937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBufferAttachMemoryNV (GLenum target, GLuint memory, GLuint64 offset);
30947777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureAttachMemoryNV (GLuint texture, GLuint memory, GLuint64 offset);
30957777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedBufferAttachMemoryNV (GLuint buffer, GLuint memory, GLuint64 offset);
30967777dab0Sopenharmony_ci#endif
30977777dab0Sopenharmony_ci#endif /* GL_NV_memory_attachment */
30987777dab0Sopenharmony_ci
30997777dab0Sopenharmony_ci#ifndef GL_NV_memory_object_sparse
31007777dab0Sopenharmony_ci#define GL_NV_memory_object_sparse 1
31017777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBUFFERPAGECOMMITMENTMEMNVPROC) (GLenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit);
31027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXPAGECOMMITMENTMEMNVPROC) (GLenum target, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit);
31037777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDBUFFERPAGECOMMITMENTMEMNVPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit);
31047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTUREPAGECOMMITMENTMEMNVPROC) (GLuint texture, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit);
31057777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
31067777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBufferPageCommitmentMemNV (GLenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit);
31077777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexPageCommitmentMemNV (GLenum target, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit);
31087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedBufferPageCommitmentMemNV (GLuint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit);
31097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexturePageCommitmentMemNV (GLuint texture, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit);
31107777dab0Sopenharmony_ci#endif
31117777dab0Sopenharmony_ci#endif /* GL_NV_memory_object_sparse */
31127777dab0Sopenharmony_ci
31137777dab0Sopenharmony_ci#ifndef GL_NV_mesh_shader
31147777dab0Sopenharmony_ci#define GL_NV_mesh_shader 1
31157777dab0Sopenharmony_ci#define GL_MESH_SHADER_NV                 0x9559
31167777dab0Sopenharmony_ci#define GL_TASK_SHADER_NV                 0x955A
31177777dab0Sopenharmony_ci#define GL_MAX_MESH_UNIFORM_BLOCKS_NV     0x8E60
31187777dab0Sopenharmony_ci#define GL_MAX_MESH_TEXTURE_IMAGE_UNITS_NV 0x8E61
31197777dab0Sopenharmony_ci#define GL_MAX_MESH_IMAGE_UNIFORMS_NV     0x8E62
31207777dab0Sopenharmony_ci#define GL_MAX_MESH_UNIFORM_COMPONENTS_NV 0x8E63
31217777dab0Sopenharmony_ci#define GL_MAX_MESH_ATOMIC_COUNTER_BUFFERS_NV 0x8E64
31227777dab0Sopenharmony_ci#define GL_MAX_MESH_ATOMIC_COUNTERS_NV    0x8E65
31237777dab0Sopenharmony_ci#define GL_MAX_MESH_SHADER_STORAGE_BLOCKS_NV 0x8E66
31247777dab0Sopenharmony_ci#define GL_MAX_COMBINED_MESH_UNIFORM_COMPONENTS_NV 0x8E67
31257777dab0Sopenharmony_ci#define GL_MAX_TASK_UNIFORM_BLOCKS_NV     0x8E68
31267777dab0Sopenharmony_ci#define GL_MAX_TASK_TEXTURE_IMAGE_UNITS_NV 0x8E69
31277777dab0Sopenharmony_ci#define GL_MAX_TASK_IMAGE_UNIFORMS_NV     0x8E6A
31287777dab0Sopenharmony_ci#define GL_MAX_TASK_UNIFORM_COMPONENTS_NV 0x8E6B
31297777dab0Sopenharmony_ci#define GL_MAX_TASK_ATOMIC_COUNTER_BUFFERS_NV 0x8E6C
31307777dab0Sopenharmony_ci#define GL_MAX_TASK_ATOMIC_COUNTERS_NV    0x8E6D
31317777dab0Sopenharmony_ci#define GL_MAX_TASK_SHADER_STORAGE_BLOCKS_NV 0x8E6E
31327777dab0Sopenharmony_ci#define GL_MAX_COMBINED_TASK_UNIFORM_COMPONENTS_NV 0x8E6F
31337777dab0Sopenharmony_ci#define GL_MAX_MESH_WORK_GROUP_INVOCATIONS_NV 0x95A2
31347777dab0Sopenharmony_ci#define GL_MAX_TASK_WORK_GROUP_INVOCATIONS_NV 0x95A3
31357777dab0Sopenharmony_ci#define GL_MAX_MESH_TOTAL_MEMORY_SIZE_NV  0x9536
31367777dab0Sopenharmony_ci#define GL_MAX_TASK_TOTAL_MEMORY_SIZE_NV  0x9537
31377777dab0Sopenharmony_ci#define GL_MAX_MESH_OUTPUT_VERTICES_NV    0x9538
31387777dab0Sopenharmony_ci#define GL_MAX_MESH_OUTPUT_PRIMITIVES_NV  0x9539
31397777dab0Sopenharmony_ci#define GL_MAX_TASK_OUTPUT_COUNT_NV       0x953A
31407777dab0Sopenharmony_ci#define GL_MAX_DRAW_MESH_TASKS_COUNT_NV   0x953D
31417777dab0Sopenharmony_ci#define GL_MAX_MESH_VIEWS_NV              0x9557
31427777dab0Sopenharmony_ci#define GL_MESH_OUTPUT_PER_VERTEX_GRANULARITY_NV 0x92DF
31437777dab0Sopenharmony_ci#define GL_MESH_OUTPUT_PER_PRIMITIVE_GRANULARITY_NV 0x9543
31447777dab0Sopenharmony_ci#define GL_MAX_MESH_WORK_GROUP_SIZE_NV    0x953B
31457777dab0Sopenharmony_ci#define GL_MAX_TASK_WORK_GROUP_SIZE_NV    0x953C
31467777dab0Sopenharmony_ci#define GL_MESH_WORK_GROUP_SIZE_NV        0x953E
31477777dab0Sopenharmony_ci#define GL_TASK_WORK_GROUP_SIZE_NV        0x953F
31487777dab0Sopenharmony_ci#define GL_MESH_VERTICES_OUT_NV           0x9579
31497777dab0Sopenharmony_ci#define GL_MESH_PRIMITIVES_OUT_NV         0x957A
31507777dab0Sopenharmony_ci#define GL_MESH_OUTPUT_TYPE_NV            0x957B
31517777dab0Sopenharmony_ci#define GL_UNIFORM_BLOCK_REFERENCED_BY_MESH_SHADER_NV 0x959C
31527777dab0Sopenharmony_ci#define GL_UNIFORM_BLOCK_REFERENCED_BY_TASK_SHADER_NV 0x959D
31537777dab0Sopenharmony_ci#define GL_REFERENCED_BY_MESH_SHADER_NV   0x95A0
31547777dab0Sopenharmony_ci#define GL_REFERENCED_BY_TASK_SHADER_NV   0x95A1
31557777dab0Sopenharmony_ci#define GL_MESH_SHADER_BIT_NV             0x00000040
31567777dab0Sopenharmony_ci#define GL_TASK_SHADER_BIT_NV             0x00000080
31577777dab0Sopenharmony_ci#define GL_MESH_SUBROUTINE_NV             0x957C
31587777dab0Sopenharmony_ci#define GL_TASK_SUBROUTINE_NV             0x957D
31597777dab0Sopenharmony_ci#define GL_MESH_SUBROUTINE_UNIFORM_NV     0x957E
31607777dab0Sopenharmony_ci#define GL_TASK_SUBROUTINE_UNIFORM_NV     0x957F
31617777dab0Sopenharmony_ci#define GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_MESH_SHADER_NV 0x959E
31627777dab0Sopenharmony_ci#define GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TASK_SHADER_NV 0x959F
31637777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWMESHTASKSNVPROC) (GLuint first, GLuint count);
31647777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDRAWMESHTASKSINDIRECTNVPROC) (GLintptr indirect);
31657777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWMESHTASKSINDIRECTNVPROC) (GLintptr indirect, GLsizei drawcount, GLsizei stride);
31667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMULTIDRAWMESHTASKSINDIRECTCOUNTNVPROC) (GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride);
31677777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
31687777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawMeshTasksNV (GLuint first, GLuint count);
31697777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDrawMeshTasksIndirectNV (GLintptr indirect);
31707777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawMeshTasksIndirectNV (GLintptr indirect, GLsizei drawcount, GLsizei stride);
31717777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMultiDrawMeshTasksIndirectCountNV (GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride);
31727777dab0Sopenharmony_ci#endif
31737777dab0Sopenharmony_ci#endif /* GL_NV_mesh_shader */
31747777dab0Sopenharmony_ci
31757777dab0Sopenharmony_ci#ifndef GL_NV_non_square_matrices
31767777dab0Sopenharmony_ci#define GL_NV_non_square_matrices 1
31777777dab0Sopenharmony_ci#define GL_FLOAT_MAT2x3_NV                0x8B65
31787777dab0Sopenharmony_ci#define GL_FLOAT_MAT2x4_NV                0x8B66
31797777dab0Sopenharmony_ci#define GL_FLOAT_MAT3x2_NV                0x8B67
31807777dab0Sopenharmony_ci#define GL_FLOAT_MAT3x4_NV                0x8B68
31817777dab0Sopenharmony_ci#define GL_FLOAT_MAT4x2_NV                0x8B69
31827777dab0Sopenharmony_ci#define GL_FLOAT_MAT4x3_NV                0x8B6A
31837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31897777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
31907777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix2x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31917777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix3x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31927777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix2x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix4x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31947777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix3x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31957777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glUniformMatrix4x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
31967777dab0Sopenharmony_ci#endif
31977777dab0Sopenharmony_ci#endif /* GL_NV_non_square_matrices */
31987777dab0Sopenharmony_ci
31997777dab0Sopenharmony_ci#ifndef GL_NV_pack_subimage
32007777dab0Sopenharmony_ci#define GL_NV_pack_subimage 1
32017777dab0Sopenharmony_ci#define GL_PACK_ROW_LENGTH_NV             0x0D02
32027777dab0Sopenharmony_ci#define GL_PACK_SKIP_ROWS_NV              0x0D03
32037777dab0Sopenharmony_ci#define GL_PACK_SKIP_PIXELS_NV            0x0D04
32047777dab0Sopenharmony_ci#endif /* GL_NV_pack_subimage */
32057777dab0Sopenharmony_ci
32067777dab0Sopenharmony_ci#ifndef GL_NV_path_rendering
32077777dab0Sopenharmony_ci#define GL_NV_path_rendering 1
32087777dab0Sopenharmony_citypedef double GLdouble;
32097777dab0Sopenharmony_ci#define GL_PATH_FORMAT_SVG_NV             0x9070
32107777dab0Sopenharmony_ci#define GL_PATH_FORMAT_PS_NV              0x9071
32117777dab0Sopenharmony_ci#define GL_STANDARD_FONT_NAME_NV          0x9072
32127777dab0Sopenharmony_ci#define GL_SYSTEM_FONT_NAME_NV            0x9073
32137777dab0Sopenharmony_ci#define GL_FILE_NAME_NV                   0x9074
32147777dab0Sopenharmony_ci#define GL_PATH_STROKE_WIDTH_NV           0x9075
32157777dab0Sopenharmony_ci#define GL_PATH_END_CAPS_NV               0x9076
32167777dab0Sopenharmony_ci#define GL_PATH_INITIAL_END_CAP_NV        0x9077
32177777dab0Sopenharmony_ci#define GL_PATH_TERMINAL_END_CAP_NV       0x9078
32187777dab0Sopenharmony_ci#define GL_PATH_JOIN_STYLE_NV             0x9079
32197777dab0Sopenharmony_ci#define GL_PATH_MITER_LIMIT_NV            0x907A
32207777dab0Sopenharmony_ci#define GL_PATH_DASH_CAPS_NV              0x907B
32217777dab0Sopenharmony_ci#define GL_PATH_INITIAL_DASH_CAP_NV       0x907C
32227777dab0Sopenharmony_ci#define GL_PATH_TERMINAL_DASH_CAP_NV      0x907D
32237777dab0Sopenharmony_ci#define GL_PATH_DASH_OFFSET_NV            0x907E
32247777dab0Sopenharmony_ci#define GL_PATH_CLIENT_LENGTH_NV          0x907F
32257777dab0Sopenharmony_ci#define GL_PATH_FILL_MODE_NV              0x9080
32267777dab0Sopenharmony_ci#define GL_PATH_FILL_MASK_NV              0x9081
32277777dab0Sopenharmony_ci#define GL_PATH_FILL_COVER_MODE_NV        0x9082
32287777dab0Sopenharmony_ci#define GL_PATH_STROKE_COVER_MODE_NV      0x9083
32297777dab0Sopenharmony_ci#define GL_PATH_STROKE_MASK_NV            0x9084
32307777dab0Sopenharmony_ci#define GL_COUNT_UP_NV                    0x9088
32317777dab0Sopenharmony_ci#define GL_COUNT_DOWN_NV                  0x9089
32327777dab0Sopenharmony_ci#define GL_PATH_OBJECT_BOUNDING_BOX_NV    0x908A
32337777dab0Sopenharmony_ci#define GL_CONVEX_HULL_NV                 0x908B
32347777dab0Sopenharmony_ci#define GL_BOUNDING_BOX_NV                0x908D
32357777dab0Sopenharmony_ci#define GL_TRANSLATE_X_NV                 0x908E
32367777dab0Sopenharmony_ci#define GL_TRANSLATE_Y_NV                 0x908F
32377777dab0Sopenharmony_ci#define GL_TRANSLATE_2D_NV                0x9090
32387777dab0Sopenharmony_ci#define GL_TRANSLATE_3D_NV                0x9091
32397777dab0Sopenharmony_ci#define GL_AFFINE_2D_NV                   0x9092
32407777dab0Sopenharmony_ci#define GL_AFFINE_3D_NV                   0x9094
32417777dab0Sopenharmony_ci#define GL_TRANSPOSE_AFFINE_2D_NV         0x9096
32427777dab0Sopenharmony_ci#define GL_TRANSPOSE_AFFINE_3D_NV         0x9098
32437777dab0Sopenharmony_ci#define GL_UTF8_NV                        0x909A
32447777dab0Sopenharmony_ci#define GL_UTF16_NV                       0x909B
32457777dab0Sopenharmony_ci#define GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV 0x909C
32467777dab0Sopenharmony_ci#define GL_PATH_COMMAND_COUNT_NV          0x909D
32477777dab0Sopenharmony_ci#define GL_PATH_COORD_COUNT_NV            0x909E
32487777dab0Sopenharmony_ci#define GL_PATH_DASH_ARRAY_COUNT_NV       0x909F
32497777dab0Sopenharmony_ci#define GL_PATH_COMPUTED_LENGTH_NV        0x90A0
32507777dab0Sopenharmony_ci#define GL_PATH_FILL_BOUNDING_BOX_NV      0x90A1
32517777dab0Sopenharmony_ci#define GL_PATH_STROKE_BOUNDING_BOX_NV    0x90A2
32527777dab0Sopenharmony_ci#define GL_SQUARE_NV                      0x90A3
32537777dab0Sopenharmony_ci#define GL_ROUND_NV                       0x90A4
32547777dab0Sopenharmony_ci#define GL_TRIANGULAR_NV                  0x90A5
32557777dab0Sopenharmony_ci#define GL_BEVEL_NV                       0x90A6
32567777dab0Sopenharmony_ci#define GL_MITER_REVERT_NV                0x90A7
32577777dab0Sopenharmony_ci#define GL_MITER_TRUNCATE_NV              0x90A8
32587777dab0Sopenharmony_ci#define GL_SKIP_MISSING_GLYPH_NV          0x90A9
32597777dab0Sopenharmony_ci#define GL_USE_MISSING_GLYPH_NV           0x90AA
32607777dab0Sopenharmony_ci#define GL_PATH_ERROR_POSITION_NV         0x90AB
32617777dab0Sopenharmony_ci#define GL_ACCUM_ADJACENT_PAIRS_NV        0x90AD
32627777dab0Sopenharmony_ci#define GL_ADJACENT_PAIRS_NV              0x90AE
32637777dab0Sopenharmony_ci#define GL_FIRST_TO_REST_NV               0x90AF
32647777dab0Sopenharmony_ci#define GL_PATH_GEN_MODE_NV               0x90B0
32657777dab0Sopenharmony_ci#define GL_PATH_GEN_COEFF_NV              0x90B1
32667777dab0Sopenharmony_ci#define GL_PATH_GEN_COMPONENTS_NV         0x90B3
32677777dab0Sopenharmony_ci#define GL_PATH_STENCIL_FUNC_NV           0x90B7
32687777dab0Sopenharmony_ci#define GL_PATH_STENCIL_REF_NV            0x90B8
32697777dab0Sopenharmony_ci#define GL_PATH_STENCIL_VALUE_MASK_NV     0x90B9
32707777dab0Sopenharmony_ci#define GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV 0x90BD
32717777dab0Sopenharmony_ci#define GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV 0x90BE
32727777dab0Sopenharmony_ci#define GL_PATH_COVER_DEPTH_FUNC_NV       0x90BF
32737777dab0Sopenharmony_ci#define GL_PATH_DASH_OFFSET_RESET_NV      0x90B4
32747777dab0Sopenharmony_ci#define GL_MOVE_TO_RESETS_NV              0x90B5
32757777dab0Sopenharmony_ci#define GL_MOVE_TO_CONTINUES_NV           0x90B6
32767777dab0Sopenharmony_ci#define GL_CLOSE_PATH_NV                  0x00
32777777dab0Sopenharmony_ci#define GL_MOVE_TO_NV                     0x02
32787777dab0Sopenharmony_ci#define GL_RELATIVE_MOVE_TO_NV            0x03
32797777dab0Sopenharmony_ci#define GL_LINE_TO_NV                     0x04
32807777dab0Sopenharmony_ci#define GL_RELATIVE_LINE_TO_NV            0x05
32817777dab0Sopenharmony_ci#define GL_HORIZONTAL_LINE_TO_NV          0x06
32827777dab0Sopenharmony_ci#define GL_RELATIVE_HORIZONTAL_LINE_TO_NV 0x07
32837777dab0Sopenharmony_ci#define GL_VERTICAL_LINE_TO_NV            0x08
32847777dab0Sopenharmony_ci#define GL_RELATIVE_VERTICAL_LINE_TO_NV   0x09
32857777dab0Sopenharmony_ci#define GL_QUADRATIC_CURVE_TO_NV          0x0A
32867777dab0Sopenharmony_ci#define GL_RELATIVE_QUADRATIC_CURVE_TO_NV 0x0B
32877777dab0Sopenharmony_ci#define GL_CUBIC_CURVE_TO_NV              0x0C
32887777dab0Sopenharmony_ci#define GL_RELATIVE_CUBIC_CURVE_TO_NV     0x0D
32897777dab0Sopenharmony_ci#define GL_SMOOTH_QUADRATIC_CURVE_TO_NV   0x0E
32907777dab0Sopenharmony_ci#define GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV 0x0F
32917777dab0Sopenharmony_ci#define GL_SMOOTH_CUBIC_CURVE_TO_NV       0x10
32927777dab0Sopenharmony_ci#define GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV 0x11
32937777dab0Sopenharmony_ci#define GL_SMALL_CCW_ARC_TO_NV            0x12
32947777dab0Sopenharmony_ci#define GL_RELATIVE_SMALL_CCW_ARC_TO_NV   0x13
32957777dab0Sopenharmony_ci#define GL_SMALL_CW_ARC_TO_NV             0x14
32967777dab0Sopenharmony_ci#define GL_RELATIVE_SMALL_CW_ARC_TO_NV    0x15
32977777dab0Sopenharmony_ci#define GL_LARGE_CCW_ARC_TO_NV            0x16
32987777dab0Sopenharmony_ci#define GL_RELATIVE_LARGE_CCW_ARC_TO_NV   0x17
32997777dab0Sopenharmony_ci#define GL_LARGE_CW_ARC_TO_NV             0x18
33007777dab0Sopenharmony_ci#define GL_RELATIVE_LARGE_CW_ARC_TO_NV    0x19
33017777dab0Sopenharmony_ci#define GL_RESTART_PATH_NV                0xF0
33027777dab0Sopenharmony_ci#define GL_DUP_FIRST_CUBIC_CURVE_TO_NV    0xF2
33037777dab0Sopenharmony_ci#define GL_DUP_LAST_CUBIC_CURVE_TO_NV     0xF4
33047777dab0Sopenharmony_ci#define GL_RECT_NV                        0xF6
33057777dab0Sopenharmony_ci#define GL_CIRCULAR_CCW_ARC_TO_NV         0xF8
33067777dab0Sopenharmony_ci#define GL_CIRCULAR_CW_ARC_TO_NV          0xFA
33077777dab0Sopenharmony_ci#define GL_CIRCULAR_TANGENT_ARC_TO_NV     0xFC
33087777dab0Sopenharmony_ci#define GL_ARC_TO_NV                      0xFE
33097777dab0Sopenharmony_ci#define GL_RELATIVE_ARC_TO_NV             0xFF
33107777dab0Sopenharmony_ci#define GL_BOLD_BIT_NV                    0x01
33117777dab0Sopenharmony_ci#define GL_ITALIC_BIT_NV                  0x02
33127777dab0Sopenharmony_ci#define GL_GLYPH_WIDTH_BIT_NV             0x01
33137777dab0Sopenharmony_ci#define GL_GLYPH_HEIGHT_BIT_NV            0x02
33147777dab0Sopenharmony_ci#define GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV 0x04
33157777dab0Sopenharmony_ci#define GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV 0x08
33167777dab0Sopenharmony_ci#define GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV 0x10
33177777dab0Sopenharmony_ci#define GL_GLYPH_VERTICAL_BEARING_X_BIT_NV 0x20
33187777dab0Sopenharmony_ci#define GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV 0x40
33197777dab0Sopenharmony_ci#define GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV 0x80
33207777dab0Sopenharmony_ci#define GL_GLYPH_HAS_KERNING_BIT_NV       0x100
33217777dab0Sopenharmony_ci#define GL_FONT_X_MIN_BOUNDS_BIT_NV       0x00010000
33227777dab0Sopenharmony_ci#define GL_FONT_Y_MIN_BOUNDS_BIT_NV       0x00020000
33237777dab0Sopenharmony_ci#define GL_FONT_X_MAX_BOUNDS_BIT_NV       0x00040000
33247777dab0Sopenharmony_ci#define GL_FONT_Y_MAX_BOUNDS_BIT_NV       0x00080000
33257777dab0Sopenharmony_ci#define GL_FONT_UNITS_PER_EM_BIT_NV       0x00100000
33267777dab0Sopenharmony_ci#define GL_FONT_ASCENDER_BIT_NV           0x00200000
33277777dab0Sopenharmony_ci#define GL_FONT_DESCENDER_BIT_NV          0x00400000
33287777dab0Sopenharmony_ci#define GL_FONT_HEIGHT_BIT_NV             0x00800000
33297777dab0Sopenharmony_ci#define GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV  0x01000000
33307777dab0Sopenharmony_ci#define GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV 0x02000000
33317777dab0Sopenharmony_ci#define GL_FONT_UNDERLINE_POSITION_BIT_NV 0x04000000
33327777dab0Sopenharmony_ci#define GL_FONT_UNDERLINE_THICKNESS_BIT_NV 0x08000000
33337777dab0Sopenharmony_ci#define GL_FONT_HAS_KERNING_BIT_NV        0x10000000
33347777dab0Sopenharmony_ci#define GL_ROUNDED_RECT_NV                0xE8
33357777dab0Sopenharmony_ci#define GL_RELATIVE_ROUNDED_RECT_NV       0xE9
33367777dab0Sopenharmony_ci#define GL_ROUNDED_RECT2_NV               0xEA
33377777dab0Sopenharmony_ci#define GL_RELATIVE_ROUNDED_RECT2_NV      0xEB
33387777dab0Sopenharmony_ci#define GL_ROUNDED_RECT4_NV               0xEC
33397777dab0Sopenharmony_ci#define GL_RELATIVE_ROUNDED_RECT4_NV      0xED
33407777dab0Sopenharmony_ci#define GL_ROUNDED_RECT8_NV               0xEE
33417777dab0Sopenharmony_ci#define GL_RELATIVE_ROUNDED_RECT8_NV      0xEF
33427777dab0Sopenharmony_ci#define GL_RELATIVE_RECT_NV               0xF7
33437777dab0Sopenharmony_ci#define GL_FONT_GLYPHS_AVAILABLE_NV       0x9368
33447777dab0Sopenharmony_ci#define GL_FONT_TARGET_UNAVAILABLE_NV     0x9369
33457777dab0Sopenharmony_ci#define GL_FONT_UNAVAILABLE_NV            0x936A
33467777dab0Sopenharmony_ci#define GL_FONT_UNINTELLIGIBLE_NV         0x936B
33477777dab0Sopenharmony_ci#define GL_CONIC_CURVE_TO_NV              0x1A
33487777dab0Sopenharmony_ci#define GL_RELATIVE_CONIC_CURVE_TO_NV     0x1B
33497777dab0Sopenharmony_ci#define GL_FONT_NUM_GLYPH_INDICES_BIT_NV  0x20000000
33507777dab0Sopenharmony_ci#define GL_STANDARD_FONT_FORMAT_NV        0x936C
33517777dab0Sopenharmony_ci#define GL_PATH_PROJECTION_NV             0x1701
33527777dab0Sopenharmony_ci#define GL_PATH_MODELVIEW_NV              0x1700
33537777dab0Sopenharmony_ci#define GL_PATH_MODELVIEW_STACK_DEPTH_NV  0x0BA3
33547777dab0Sopenharmony_ci#define GL_PATH_MODELVIEW_MATRIX_NV       0x0BA6
33557777dab0Sopenharmony_ci#define GL_PATH_MAX_MODELVIEW_STACK_DEPTH_NV 0x0D36
33567777dab0Sopenharmony_ci#define GL_PATH_TRANSPOSE_MODELVIEW_MATRIX_NV 0x84E3
33577777dab0Sopenharmony_ci#define GL_PATH_PROJECTION_STACK_DEPTH_NV 0x0BA4
33587777dab0Sopenharmony_ci#define GL_PATH_PROJECTION_MATRIX_NV      0x0BA7
33597777dab0Sopenharmony_ci#define GL_PATH_MAX_PROJECTION_STACK_DEPTH_NV 0x0D38
33607777dab0Sopenharmony_ci#define GL_PATH_TRANSPOSE_PROJECTION_MATRIX_NV 0x84E4
33617777dab0Sopenharmony_ci#define GL_FRAGMENT_INPUT_NV              0x936D
33627777dab0Sopenharmony_citypedef GLuint (GL_APIENTRYP PFNGLGENPATHSNVPROC) (GLsizei range);
33637777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
33647777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
33657777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
33667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
33677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
33687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHSUBCOORDSNVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
33697777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHSTRINGNVPROC) (GLuint path, GLenum format, GLsizei length, const void *pathString);
33707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHGLYPHSNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const void *charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
33717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHGLYPHRANGENVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
33727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights);
33737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
33747777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight);
33757777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues);
33767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, const GLint *value);
33777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHPARAMETERINVPROC) (GLuint path, GLenum pname, GLint value);
33787777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHPARAMETERFVNVPROC) (GLuint path, GLenum pname, const GLfloat *value);
33797777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHPARAMETERFNVPROC) (GLuint path, GLenum pname, GLfloat value);
33807777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
33817777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHSTENCILFUNCNVPROC) (GLenum func, GLint ref, GLuint mask);
33827777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHSTENCILDEPTHOFFSETNVPROC) (GLfloat factor, GLfloat units);
33837777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask);
33847777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILSTROKEPATHNVPROC) (GLuint path, GLint reference, GLuint mask);
33857777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues);
33867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues);
33877777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPATHCOVERDEPTHFUNCNVPROC) (GLenum func);
33887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERFILLPATHNVPROC) (GLuint path, GLenum coverMode);
33897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERSTROKEPATHNVPROC) (GLuint path, GLenum coverMode);
33907777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
33917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCOVERSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
33927777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHPARAMETERIVNVPROC) (GLuint path, GLenum pname, GLint *value);
33937777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHPARAMETERFVNVPROC) (GLuint path, GLenum pname, GLfloat *value);
33947777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHCOMMANDSNVPROC) (GLuint path, GLubyte *commands);
33957777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords);
33967777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
33977777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHMETRICSNVPROC) (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics);
33987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHMETRICRANGENVPROC) (GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloat *metrics);
33997777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPATHSPACINGNVPROC) (GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat *returnedSpacing);
34007777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISPOINTINFILLPATHNVPROC) (GLuint path, GLuint mask, GLfloat x, GLfloat y);
34017777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISPOINTINSTROKEPATHNVPROC) (GLuint path, GLfloat x, GLfloat y);
34027777dab0Sopenharmony_citypedef GLfloat (GL_APIENTRYP PFNGLGETPATHLENGTHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments);
34037777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLPOINTALONGPATHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);
34047777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
34057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
34067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
34077777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
34087777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
34097777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
34107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode);
34117777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERSTROKEPATHNVPROC) (GLuint path, GLint reference, GLuint mask, GLenum coverMode);
34127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34147777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLPATHGLYPHINDEXRANGENVPROC) (GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint pathParameterTemplate, GLfloat emScale, GLuint *baseAndCount);
34157777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLPATHGLYPHINDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34167777dab0Sopenharmony_citypedef GLenum (GL_APIENTRYP PFNGLPATHMEMORYGLYPHINDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34177777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
34187777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEFVNVPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei count, GLsizei *length, GLfloat *params);
34197777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
34207777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADIDENTITYEXTPROC) (GLenum mode);
34217777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADTRANSPOSEFEXTPROC) (GLenum mode, const GLfloat *m);
34227777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADTRANSPOSEDEXTPROC) (GLenum mode, const GLdouble *m);
34237777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADFEXTPROC) (GLenum mode, const GLfloat *m);
34247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXLOADDEXTPROC) (GLenum mode, const GLdouble *m);
34257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULTTRANSPOSEFEXTPROC) (GLenum mode, const GLfloat *m);
34267777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULTTRANSPOSEDEXTPROC) (GLenum mode, const GLdouble *m);
34277777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULTFEXTPROC) (GLenum mode, const GLfloat *m);
34287777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXMULTDEXTPROC) (GLenum mode, const GLdouble *m);
34297777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
34307777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXPOPEXTPROC) (GLenum mode);
34317777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXPUSHEXTPROC) (GLenum mode);
34327777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXROTATEFEXTPROC) (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
34337777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXROTATEDEXTPROC) (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
34347777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXSCALEFEXTPROC) (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
34357777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXSCALEDEXTPROC) (GLenum mode, GLdouble x, GLdouble y, GLdouble z);
34367777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXTRANSLATEFEXTPROC) (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
34377777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLMATRIXTRANSLATEDEXTPROC) (GLenum mode, GLdouble x, GLdouble y, GLdouble z);
34387777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
34397777dab0Sopenharmony_ciGL_APICALL GLuint GL_APIENTRY glGenPathsNV (GLsizei range);
34407777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDeletePathsNV (GLuint path, GLsizei range);
34417777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsPathNV (GLuint path);
34427777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
34437777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
34447777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
34457777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathSubCoordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
34467777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathStringNV (GLuint path, GLenum format, GLsizei length, const void *pathString);
34477777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathGlyphsNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const void *charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34487777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathGlyphRangeNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34497777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights);
34507777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
34517777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight);
34527777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues);
34537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathParameterivNV (GLuint path, GLenum pname, const GLint *value);
34547777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathParameteriNV (GLuint path, GLenum pname, GLint value);
34557777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathParameterfvNV (GLuint path, GLenum pname, const GLfloat *value);
34567777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathParameterfNV (GLuint path, GLenum pname, GLfloat value);
34577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
34587777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathStencilFuncNV (GLenum func, GLint ref, GLuint mask);
34597777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathStencilDepthOffsetNV (GLfloat factor, GLfloat units);
34607777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask);
34617777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilStrokePathNV (GLuint path, GLint reference, GLuint mask);
34627777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues);
34637777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues);
34647777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPathCoverDepthFuncNV (GLenum func);
34657777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverFillPathNV (GLuint path, GLenum coverMode);
34667777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverStrokePathNV (GLuint path, GLenum coverMode);
34677777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34687777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCoverStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34697777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathParameterivNV (GLuint path, GLenum pname, GLint *value);
34707777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathParameterfvNV (GLuint path, GLenum pname, GLfloat *value);
34717777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathCommandsNV (GLuint path, GLubyte *commands);
34727777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
34737777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
34747777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathMetricsNV (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics);
34757777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathMetricRangeNV (GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloat *metrics);
34767777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetPathSpacingNV (GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat *returnedSpacing);
34777777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsPointInFillPathNV (GLuint path, GLuint mask, GLfloat x, GLfloat y);
34787777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y);
34797777dab0Sopenharmony_ciGL_APICALL GLfloat GL_APIENTRY glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments);
34807777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);
34817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
34827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
34837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
34847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, const GLfloat *m);
34857777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMult3x3fNV (GLenum matrixMode, const GLfloat *m);
34867777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMultTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
34877777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilThenCoverFillPathNV (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode);
34887777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilThenCoverStrokePathNV (GLuint path, GLint reference, GLuint mask, GLenum coverMode);
34897777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilThenCoverFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34907777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStencilThenCoverStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
34917777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glPathGlyphIndexRangeNV (GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint pathParameterTemplate, GLfloat emScale, GLuint *baseAndCount);
34927777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glPathGlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34937777dab0Sopenharmony_ciGL_APICALL GLenum GL_APIENTRY glPathMemoryGlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
34947777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
34957777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetProgramResourcefvNV (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei count, GLsizei *length, GLfloat *params);
34967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
34977777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoadIdentityEXT (GLenum mode);
34987777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoadTransposefEXT (GLenum mode, const GLfloat *m);
34997777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoadTransposedEXT (GLenum mode, const GLdouble *m);
35007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoadfEXT (GLenum mode, const GLfloat *m);
35017777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixLoaddEXT (GLenum mode, const GLdouble *m);
35027777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMultTransposefEXT (GLenum mode, const GLfloat *m);
35037777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMultTransposedEXT (GLenum mode, const GLdouble *m);
35047777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMultfEXT (GLenum mode, const GLfloat *m);
35057777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixMultdEXT (GLenum mode, const GLdouble *m);
35067777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
35077777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixPopEXT (GLenum mode);
35087777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixPushEXT (GLenum mode);
35097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixRotatefEXT (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
35107777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixRotatedEXT (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
35117777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixScalefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
35127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixScaledEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z);
35137777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
35147777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glMatrixTranslatedEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z);
35157777dab0Sopenharmony_ci#endif
35167777dab0Sopenharmony_ci#endif /* GL_NV_path_rendering */
35177777dab0Sopenharmony_ci
35187777dab0Sopenharmony_ci#ifndef GL_NV_path_rendering_shared_edge
35197777dab0Sopenharmony_ci#define GL_NV_path_rendering_shared_edge 1
35207777dab0Sopenharmony_ci#define GL_SHARED_EDGE_NV                 0xC0
35217777dab0Sopenharmony_ci#endif /* GL_NV_path_rendering_shared_edge */
35227777dab0Sopenharmony_ci
35237777dab0Sopenharmony_ci#ifndef GL_NV_pixel_buffer_object
35247777dab0Sopenharmony_ci#define GL_NV_pixel_buffer_object 1
35257777dab0Sopenharmony_ci#define GL_PIXEL_PACK_BUFFER_NV           0x88EB
35267777dab0Sopenharmony_ci#define GL_PIXEL_UNPACK_BUFFER_NV         0x88EC
35277777dab0Sopenharmony_ci#define GL_PIXEL_PACK_BUFFER_BINDING_NV   0x88ED
35287777dab0Sopenharmony_ci#define GL_PIXEL_UNPACK_BUFFER_BINDING_NV 0x88EF
35297777dab0Sopenharmony_ci#endif /* GL_NV_pixel_buffer_object */
35307777dab0Sopenharmony_ci
35317777dab0Sopenharmony_ci#ifndef GL_NV_polygon_mode
35327777dab0Sopenharmony_ci#define GL_NV_polygon_mode 1
35337777dab0Sopenharmony_ci#define GL_POLYGON_MODE_NV                0x0B40
35347777dab0Sopenharmony_ci#define GL_POLYGON_OFFSET_POINT_NV        0x2A01
35357777dab0Sopenharmony_ci#define GL_POLYGON_OFFSET_LINE_NV         0x2A02
35367777dab0Sopenharmony_ci#define GL_POINT_NV                       0x1B00
35377777dab0Sopenharmony_ci#define GL_LINE_NV                        0x1B01
35387777dab0Sopenharmony_ci#define GL_FILL_NV                        0x1B02
35397777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLPOLYGONMODENVPROC) (GLenum face, GLenum mode);
35407777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
35417777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glPolygonModeNV (GLenum face, GLenum mode);
35427777dab0Sopenharmony_ci#endif
35437777dab0Sopenharmony_ci#endif /* GL_NV_polygon_mode */
35447777dab0Sopenharmony_ci
35457777dab0Sopenharmony_ci#ifndef GL_NV_primitive_shading_rate
35467777dab0Sopenharmony_ci#define GL_NV_primitive_shading_rate 1
35477777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_PER_PRIMITIVE_NV 0x95B1
35487777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_PALETTE_COUNT_NV 0x95B2
35497777dab0Sopenharmony_ci#endif /* GL_NV_primitive_shading_rate */
35507777dab0Sopenharmony_ci
35517777dab0Sopenharmony_ci#ifndef GL_NV_read_buffer
35527777dab0Sopenharmony_ci#define GL_NV_read_buffer 1
35537777dab0Sopenharmony_ci#define GL_READ_BUFFER_NV                 0x0C02
35547777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLREADBUFFERNVPROC) (GLenum mode);
35557777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
35567777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glReadBufferNV (GLenum mode);
35577777dab0Sopenharmony_ci#endif
35587777dab0Sopenharmony_ci#endif /* GL_NV_read_buffer */
35597777dab0Sopenharmony_ci
35607777dab0Sopenharmony_ci#ifndef GL_NV_read_buffer_front
35617777dab0Sopenharmony_ci#define GL_NV_read_buffer_front 1
35627777dab0Sopenharmony_ci#endif /* GL_NV_read_buffer_front */
35637777dab0Sopenharmony_ci
35647777dab0Sopenharmony_ci#ifndef GL_NV_read_depth
35657777dab0Sopenharmony_ci#define GL_NV_read_depth 1
35667777dab0Sopenharmony_ci#endif /* GL_NV_read_depth */
35677777dab0Sopenharmony_ci
35687777dab0Sopenharmony_ci#ifndef GL_NV_read_depth_stencil
35697777dab0Sopenharmony_ci#define GL_NV_read_depth_stencil 1
35707777dab0Sopenharmony_ci#endif /* GL_NV_read_depth_stencil */
35717777dab0Sopenharmony_ci
35727777dab0Sopenharmony_ci#ifndef GL_NV_read_stencil
35737777dab0Sopenharmony_ci#define GL_NV_read_stencil 1
35747777dab0Sopenharmony_ci#endif /* GL_NV_read_stencil */
35757777dab0Sopenharmony_ci
35767777dab0Sopenharmony_ci#ifndef GL_NV_representative_fragment_test
35777777dab0Sopenharmony_ci#define GL_NV_representative_fragment_test 1
35787777dab0Sopenharmony_ci#define GL_REPRESENTATIVE_FRAGMENT_TEST_NV 0x937F
35797777dab0Sopenharmony_ci#endif /* GL_NV_representative_fragment_test */
35807777dab0Sopenharmony_ci
35817777dab0Sopenharmony_ci#ifndef GL_NV_sRGB_formats
35827777dab0Sopenharmony_ci#define GL_NV_sRGB_formats 1
35837777dab0Sopenharmony_ci#define GL_SLUMINANCE_NV                  0x8C46
35847777dab0Sopenharmony_ci#define GL_SLUMINANCE_ALPHA_NV            0x8C44
35857777dab0Sopenharmony_ci#define GL_SRGB8_NV                       0x8C41
35867777dab0Sopenharmony_ci#define GL_SLUMINANCE8_NV                 0x8C47
35877777dab0Sopenharmony_ci#define GL_SLUMINANCE8_ALPHA8_NV          0x8C45
35887777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_S3TC_DXT1_NV   0x8C4C
35897777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV 0x8C4D
35907777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV 0x8C4E
35917777dab0Sopenharmony_ci#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV 0x8C4F
35927777dab0Sopenharmony_ci#define GL_ETC1_SRGB8_NV                  0x88EE
35937777dab0Sopenharmony_ci#endif /* GL_NV_sRGB_formats */
35947777dab0Sopenharmony_ci
35957777dab0Sopenharmony_ci#ifndef GL_NV_sample_locations
35967777dab0Sopenharmony_ci#define GL_NV_sample_locations 1
35977777dab0Sopenharmony_ci#define GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV 0x933D
35987777dab0Sopenharmony_ci#define GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV 0x933E
35997777dab0Sopenharmony_ci#define GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV 0x933F
36007777dab0Sopenharmony_ci#define GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV 0x9340
36017777dab0Sopenharmony_ci#define GL_SAMPLE_LOCATION_NV             0x8E50
36027777dab0Sopenharmony_ci#define GL_PROGRAMMABLE_SAMPLE_LOCATION_NV 0x9341
36037777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV 0x9342
36047777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV 0x9343
36057777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERSAMPLELOCATIONSFVNVPROC) (GLenum target, GLuint start, GLsizei count, const GLfloat *v);
36067777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);
36077777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLRESOLVEDEPTHVALUESNVPROC) (void);
36087777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
36097777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferSampleLocationsfvNV (GLenum target, GLuint start, GLsizei count, const GLfloat *v);
36107777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glNamedFramebufferSampleLocationsfvNV (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);
36117777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glResolveDepthValuesNV (void);
36127777dab0Sopenharmony_ci#endif
36137777dab0Sopenharmony_ci#endif /* GL_NV_sample_locations */
36147777dab0Sopenharmony_ci
36157777dab0Sopenharmony_ci#ifndef GL_NV_sample_mask_override_coverage
36167777dab0Sopenharmony_ci#define GL_NV_sample_mask_override_coverage 1
36177777dab0Sopenharmony_ci#endif /* GL_NV_sample_mask_override_coverage */
36187777dab0Sopenharmony_ci
36197777dab0Sopenharmony_ci#ifndef GL_NV_scissor_exclusive
36207777dab0Sopenharmony_ci#define GL_NV_scissor_exclusive 1
36217777dab0Sopenharmony_ci#define GL_SCISSOR_TEST_EXCLUSIVE_NV      0x9555
36227777dab0Sopenharmony_ci#define GL_SCISSOR_BOX_EXCLUSIVE_NV       0x9556
36237777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSOREXCLUSIVENVPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
36247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSOREXCLUSIVEARRAYVNVPROC) (GLuint first, GLsizei count, const GLint *v);
36257777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
36267777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorExclusiveNV (GLint x, GLint y, GLsizei width, GLsizei height);
36277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorExclusiveArrayvNV (GLuint first, GLsizei count, const GLint *v);
36287777dab0Sopenharmony_ci#endif
36297777dab0Sopenharmony_ci#endif /* GL_NV_scissor_exclusive */
36307777dab0Sopenharmony_ci
36317777dab0Sopenharmony_ci#ifndef GL_NV_shader_atomic_fp16_vector
36327777dab0Sopenharmony_ci#define GL_NV_shader_atomic_fp16_vector 1
36337777dab0Sopenharmony_ci#endif /* GL_NV_shader_atomic_fp16_vector */
36347777dab0Sopenharmony_ci
36357777dab0Sopenharmony_ci#ifndef GL_NV_shader_noperspective_interpolation
36367777dab0Sopenharmony_ci#define GL_NV_shader_noperspective_interpolation 1
36377777dab0Sopenharmony_ci#endif /* GL_NV_shader_noperspective_interpolation */
36387777dab0Sopenharmony_ci
36397777dab0Sopenharmony_ci#ifndef GL_NV_shader_subgroup_partitioned
36407777dab0Sopenharmony_ci#define GL_NV_shader_subgroup_partitioned 1
36417777dab0Sopenharmony_ci#define GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV 0x00000100
36427777dab0Sopenharmony_ci#endif /* GL_NV_shader_subgroup_partitioned */
36437777dab0Sopenharmony_ci
36447777dab0Sopenharmony_ci#ifndef GL_NV_shader_texture_footprint
36457777dab0Sopenharmony_ci#define GL_NV_shader_texture_footprint 1
36467777dab0Sopenharmony_ci#endif /* GL_NV_shader_texture_footprint */
36477777dab0Sopenharmony_ci
36487777dab0Sopenharmony_ci#ifndef GL_NV_shading_rate_image
36497777dab0Sopenharmony_ci#define GL_NV_shading_rate_image 1
36507777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_NV          0x9563
36517777dab0Sopenharmony_ci#define GL_SHADING_RATE_NO_INVOCATIONS_NV 0x9564
36527777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV 0x9565
36537777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV 0x9566
36547777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV 0x9567
36557777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV 0x9568
36567777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV 0x9569
36577777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV 0x956A
36587777dab0Sopenharmony_ci#define GL_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV 0x956B
36597777dab0Sopenharmony_ci#define GL_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV 0x956C
36607777dab0Sopenharmony_ci#define GL_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV 0x956D
36617777dab0Sopenharmony_ci#define GL_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV 0x956E
36627777dab0Sopenharmony_ci#define GL_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV 0x956F
36637777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_BINDING_NV  0x955B
36647777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_TEXEL_WIDTH_NV 0x955C
36657777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_TEXEL_HEIGHT_NV 0x955D
36667777dab0Sopenharmony_ci#define GL_SHADING_RATE_IMAGE_PALETTE_SIZE_NV 0x955E
36677777dab0Sopenharmony_ci#define GL_MAX_COARSE_FRAGMENT_SAMPLES_NV 0x955F
36687777dab0Sopenharmony_ci#define GL_SHADING_RATE_SAMPLE_ORDER_DEFAULT_NV 0x95AE
36697777dab0Sopenharmony_ci#define GL_SHADING_RATE_SAMPLE_ORDER_PIXEL_MAJOR_NV 0x95AF
36707777dab0Sopenharmony_ci#define GL_SHADING_RATE_SAMPLE_ORDER_SAMPLE_MAJOR_NV 0x95B0
36717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLBINDSHADINGRATEIMAGENVPROC) (GLuint texture);
36727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSHADINGRATEIMAGEPALETTENVPROC) (GLuint viewport, GLuint entry, GLenum *rate);
36737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSHADINGRATESAMPLELOCATIONIVNVPROC) (GLenum rate, GLuint samples, GLuint index, GLint *location);
36747777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATEIMAGEBARRIERNVPROC) (GLboolean synchronize);
36757777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATEIMAGEPALETTENVPROC) (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
36767777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATESAMPLEORDERNVPROC) (GLenum order);
36777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATESAMPLEORDERCUSTOMNVPROC) (GLenum rate, GLuint samples, const GLint *locations);
36787777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
36797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glBindShadingRateImageNV (GLuint texture);
36807777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetShadingRateImagePaletteNV (GLuint viewport, GLuint entry, GLenum *rate);
36817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetShadingRateSampleLocationivNV (GLenum rate, GLuint samples, GLuint index, GLint *location);
36827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateImageBarrierNV (GLboolean synchronize);
36837777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateImagePaletteNV (GLuint viewport, GLuint first, GLsizei count, const GLenum *rates);
36847777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateSampleOrderNV (GLenum order);
36857777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateSampleOrderCustomNV (GLenum rate, GLuint samples, const GLint *locations);
36867777dab0Sopenharmony_ci#endif
36877777dab0Sopenharmony_ci#endif /* GL_NV_shading_rate_image */
36887777dab0Sopenharmony_ci
36897777dab0Sopenharmony_ci#ifndef GL_NV_shadow_samplers_array
36907777dab0Sopenharmony_ci#define GL_NV_shadow_samplers_array 1
36917777dab0Sopenharmony_ci#define GL_SAMPLER_2D_ARRAY_SHADOW_NV     0x8DC4
36927777dab0Sopenharmony_ci#endif /* GL_NV_shadow_samplers_array */
36937777dab0Sopenharmony_ci
36947777dab0Sopenharmony_ci#ifndef GL_NV_shadow_samplers_cube
36957777dab0Sopenharmony_ci#define GL_NV_shadow_samplers_cube 1
36967777dab0Sopenharmony_ci#define GL_SAMPLER_CUBE_SHADOW_NV         0x8DC5
36977777dab0Sopenharmony_ci#endif /* GL_NV_shadow_samplers_cube */
36987777dab0Sopenharmony_ci
36997777dab0Sopenharmony_ci#ifndef GL_NV_stereo_view_rendering
37007777dab0Sopenharmony_ci#define GL_NV_stereo_view_rendering 1
37017777dab0Sopenharmony_ci#endif /* GL_NV_stereo_view_rendering */
37027777dab0Sopenharmony_ci
37037777dab0Sopenharmony_ci#ifndef GL_NV_texture_border_clamp
37047777dab0Sopenharmony_ci#define GL_NV_texture_border_clamp 1
37057777dab0Sopenharmony_ci#define GL_TEXTURE_BORDER_COLOR_NV        0x1004
37067777dab0Sopenharmony_ci#define GL_CLAMP_TO_BORDER_NV             0x812D
37077777dab0Sopenharmony_ci#endif /* GL_NV_texture_border_clamp */
37087777dab0Sopenharmony_ci
37097777dab0Sopenharmony_ci#ifndef GL_NV_texture_compression_s3tc_update
37107777dab0Sopenharmony_ci#define GL_NV_texture_compression_s3tc_update 1
37117777dab0Sopenharmony_ci#endif /* GL_NV_texture_compression_s3tc_update */
37127777dab0Sopenharmony_ci
37137777dab0Sopenharmony_ci#ifndef GL_NV_texture_npot_2D_mipmap
37147777dab0Sopenharmony_ci#define GL_NV_texture_npot_2D_mipmap 1
37157777dab0Sopenharmony_ci#endif /* GL_NV_texture_npot_2D_mipmap */
37167777dab0Sopenharmony_ci
37177777dab0Sopenharmony_ci#ifndef GL_NV_timeline_semaphore
37187777dab0Sopenharmony_ci#define GL_NV_timeline_semaphore 1
37197777dab0Sopenharmony_ci#define GL_TIMELINE_SEMAPHORE_VALUE_NV    0x9595
37207777dab0Sopenharmony_ci#define GL_SEMAPHORE_TYPE_NV              0x95B3
37217777dab0Sopenharmony_ci#define GL_SEMAPHORE_TYPE_BINARY_NV       0x95B4
37227777dab0Sopenharmony_ci#define GL_SEMAPHORE_TYPE_TIMELINE_NV     0x95B5
37237777dab0Sopenharmony_ci#define GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV 0x95B6
37247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLCREATESEMAPHORESNVPROC) (GLsizei n, GLuint *semaphores);
37257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSEMAPHOREPARAMETERIVNVPROC) (GLuint semaphore, GLenum pname, const GLint *params);
37267777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETSEMAPHOREPARAMETERIVNVPROC) (GLuint semaphore, GLenum pname, GLint *params);
37277777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
37287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glCreateSemaphoresNV (GLsizei n, GLuint *semaphores);
37297777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glSemaphoreParameterivNV (GLuint semaphore, GLenum pname, const GLint *params);
37307777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetSemaphoreParameterivNV (GLuint semaphore, GLenum pname, GLint *params);
37317777dab0Sopenharmony_ci#endif
37327777dab0Sopenharmony_ci#endif /* GL_NV_timeline_semaphore */
37337777dab0Sopenharmony_ci
37347777dab0Sopenharmony_ci#ifndef GL_NV_viewport_array
37357777dab0Sopenharmony_ci#define GL_NV_viewport_array 1
37367777dab0Sopenharmony_ci#define GL_MAX_VIEWPORTS_NV               0x825B
37377777dab0Sopenharmony_ci#define GL_VIEWPORT_SUBPIXEL_BITS_NV      0x825C
37387777dab0Sopenharmony_ci#define GL_VIEWPORT_BOUNDS_RANGE_NV       0x825D
37397777dab0Sopenharmony_ci#define GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV 0x825F
37407777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTARRAYVNVPROC) (GLuint first, GLsizei count, const GLfloat *v);
37417777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTINDEXEDFNVPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
37427777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTINDEXEDFVNVPROC) (GLuint index, const GLfloat *v);
37437777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORARRAYVNVPROC) (GLuint first, GLsizei count, const GLint *v);
37447777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDNVPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
37457777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDVNVPROC) (GLuint index, const GLint *v);
37467777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEPTHRANGEARRAYFVNVPROC) (GLuint first, GLsizei count, const GLfloat *v);
37477777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDEPTHRANGEINDEXEDFNVPROC) (GLuint index, GLfloat n, GLfloat f);
37487777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETFLOATI_VNVPROC) (GLenum target, GLuint index, GLfloat *data);
37497777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENABLEINVPROC) (GLenum target, GLuint index);
37507777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDISABLEINVPROC) (GLenum target, GLuint index);
37517777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLISENABLEDINVPROC) (GLenum target, GLuint index);
37527777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
37537777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportArrayvNV (GLuint first, GLsizei count, const GLfloat *v);
37547777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportIndexedfNV (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
37557777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportIndexedfvNV (GLuint index, const GLfloat *v);
37567777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorArrayvNV (GLuint first, GLsizei count, const GLint *v);
37577777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorIndexedNV (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
37587777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glScissorIndexedvNV (GLuint index, const GLint *v);
37597777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDepthRangeArrayfvNV (GLuint first, GLsizei count, const GLfloat *v);
37607777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDepthRangeIndexedfNV (GLuint index, GLfloat n, GLfloat f);
37617777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetFloati_vNV (GLenum target, GLuint index, GLfloat *data);
37627777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEnableiNV (GLenum target, GLuint index);
37637777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDisableiNV (GLenum target, GLuint index);
37647777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glIsEnablediNV (GLenum target, GLuint index);
37657777dab0Sopenharmony_ci#endif
37667777dab0Sopenharmony_ci#endif /* GL_NV_viewport_array */
37677777dab0Sopenharmony_ci
37687777dab0Sopenharmony_ci#ifndef GL_NV_viewport_array2
37697777dab0Sopenharmony_ci#define GL_NV_viewport_array2 1
37707777dab0Sopenharmony_ci#endif /* GL_NV_viewport_array2 */
37717777dab0Sopenharmony_ci
37727777dab0Sopenharmony_ci#ifndef GL_NV_viewport_swizzle
37737777dab0Sopenharmony_ci#define GL_NV_viewport_swizzle 1
37747777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_POSITIVE_X_NV 0x9350
37757777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_NEGATIVE_X_NV 0x9351
37767777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_POSITIVE_Y_NV 0x9352
37777777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_NEGATIVE_Y_NV 0x9353
37787777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_POSITIVE_Z_NV 0x9354
37797777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_NEGATIVE_Z_NV 0x9355
37807777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_POSITIVE_W_NV 0x9356
37817777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_NEGATIVE_W_NV 0x9357
37827777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_X_NV          0x9358
37837777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_Y_NV          0x9359
37847777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_Z_NV          0x935A
37857777dab0Sopenharmony_ci#define GL_VIEWPORT_SWIZZLE_W_NV          0x935B
37867777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLVIEWPORTSWIZZLENVPROC) (GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew);
37877777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
37887777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glViewportSwizzleNV (GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew);
37897777dab0Sopenharmony_ci#endif
37907777dab0Sopenharmony_ci#endif /* GL_NV_viewport_swizzle */
37917777dab0Sopenharmony_ci
37927777dab0Sopenharmony_ci#ifndef GL_OVR_multiview
37937777dab0Sopenharmony_ci#define GL_OVR_multiview 1
37947777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR 0x9630
37957777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR 0x9632
37967777dab0Sopenharmony_ci#define GL_MAX_VIEWS_OVR                  0x9631
37977777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR 0x9633
37987777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews);
37997777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38007777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTextureMultiviewOVR (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews);
38017777dab0Sopenharmony_ci#endif
38027777dab0Sopenharmony_ci#endif /* GL_OVR_multiview */
38037777dab0Sopenharmony_ci
38047777dab0Sopenharmony_ci#ifndef GL_OVR_multiview2
38057777dab0Sopenharmony_ci#define GL_OVR_multiview2 1
38067777dab0Sopenharmony_ci#endif /* GL_OVR_multiview2 */
38077777dab0Sopenharmony_ci
38087777dab0Sopenharmony_ci#ifndef GL_OVR_multiview_multisampled_render_to_texture
38097777dab0Sopenharmony_ci#define GL_OVR_multiview_multisampled_render_to_texture 1
38107777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews);
38117777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38127777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferTextureMultisampleMultiviewOVR (GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews);
38137777dab0Sopenharmony_ci#endif
38147777dab0Sopenharmony_ci#endif /* GL_OVR_multiview_multisampled_render_to_texture */
38157777dab0Sopenharmony_ci
38167777dab0Sopenharmony_ci#ifndef GL_QCOM_YUV_texture_gather
38177777dab0Sopenharmony_ci#define GL_QCOM_YUV_texture_gather 1
38187777dab0Sopenharmony_ci#endif /* GL_QCOM_YUV_texture_gather */
38197777dab0Sopenharmony_ci
38207777dab0Sopenharmony_ci#ifndef GL_QCOM_alpha_test
38217777dab0Sopenharmony_ci#define GL_QCOM_alpha_test 1
38227777dab0Sopenharmony_ci#define GL_ALPHA_TEST_QCOM                0x0BC0
38237777dab0Sopenharmony_ci#define GL_ALPHA_TEST_FUNC_QCOM           0x0BC1
38247777dab0Sopenharmony_ci#define GL_ALPHA_TEST_REF_QCOM            0x0BC2
38257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
38267777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
38287777dab0Sopenharmony_ci#endif
38297777dab0Sopenharmony_ci#endif /* GL_QCOM_alpha_test */
38307777dab0Sopenharmony_ci
38317777dab0Sopenharmony_ci#ifndef GL_QCOM_binning_control
38327777dab0Sopenharmony_ci#define GL_QCOM_binning_control 1
38337777dab0Sopenharmony_ci#define GL_BINNING_CONTROL_HINT_QCOM      0x8FB0
38347777dab0Sopenharmony_ci#define GL_CPU_OPTIMIZED_QCOM             0x8FB1
38357777dab0Sopenharmony_ci#define GL_GPU_OPTIMIZED_QCOM             0x8FB2
38367777dab0Sopenharmony_ci#define GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM 0x8FB3
38377777dab0Sopenharmony_ci#endif /* GL_QCOM_binning_control */
38387777dab0Sopenharmony_ci
38397777dab0Sopenharmony_ci#ifndef GL_QCOM_driver_control
38407777dab0Sopenharmony_ci#define GL_QCOM_driver_control 1
38417777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSQCOMPROC) (GLint *num, GLsizei size, GLuint *driverControls);
38427777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSTRINGQCOMPROC) (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
38437777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENABLEDRIVERCONTROLQCOMPROC) (GLuint driverControl);
38447777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLDISABLEDRIVERCONTROLQCOMPROC) (GLuint driverControl);
38457777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38467777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
38477777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
38487777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
38497777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
38507777dab0Sopenharmony_ci#endif
38517777dab0Sopenharmony_ci#endif /* GL_QCOM_driver_control */
38527777dab0Sopenharmony_ci
38537777dab0Sopenharmony_ci#ifndef GL_QCOM_extended_get
38547777dab0Sopenharmony_ci#define GL_QCOM_extended_get 1
38557777dab0Sopenharmony_ci#define GL_TEXTURE_WIDTH_QCOM             0x8BD2
38567777dab0Sopenharmony_ci#define GL_TEXTURE_HEIGHT_QCOM            0x8BD3
38577777dab0Sopenharmony_ci#define GL_TEXTURE_DEPTH_QCOM             0x8BD4
38587777dab0Sopenharmony_ci#define GL_TEXTURE_INTERNAL_FORMAT_QCOM   0x8BD5
38597777dab0Sopenharmony_ci#define GL_TEXTURE_FORMAT_QCOM            0x8BD6
38607777dab0Sopenharmony_ci#define GL_TEXTURE_TYPE_QCOM              0x8BD7
38617777dab0Sopenharmony_ci#define GL_TEXTURE_IMAGE_VALID_QCOM       0x8BD8
38627777dab0Sopenharmony_ci#define GL_TEXTURE_NUM_LEVELS_QCOM        0x8BD9
38637777dab0Sopenharmony_ci#define GL_TEXTURE_TARGET_QCOM            0x8BDA
38647777dab0Sopenharmony_ci#define GL_TEXTURE_OBJECT_VALID_QCOM      0x8BDB
38657777dab0Sopenharmony_ci#define GL_STATE_RESTORE                  0x8BDC
38667777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint *numTextures);
38677777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
38687777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETRENDERBUFFERSQCOMPROC) (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);
38697777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETFRAMEBUFFERSQCOMPROC) (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
38707777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
38717777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTTEXOBJECTSTATEOVERRIDEIQCOMPROC) (GLenum target, GLenum pname, GLint param);
38727777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
38737777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETBUFFERPOINTERVQCOMPROC) (GLenum target, void **params);
38747777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38757777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures);
38767777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
38777777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);
38787777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
38797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
38807777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
38817777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
38827777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
38837777dab0Sopenharmony_ci#endif
38847777dab0Sopenharmony_ci#endif /* GL_QCOM_extended_get */
38857777dab0Sopenharmony_ci
38867777dab0Sopenharmony_ci#ifndef GL_QCOM_extended_get2
38877777dab0Sopenharmony_ci#define GL_QCOM_extended_get2 1
38887777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETSHADERSQCOMPROC) (GLuint *shaders, GLint maxShaders, GLint *numShaders);
38897777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
38907777dab0Sopenharmony_citypedef GLboolean (GL_APIENTRYP PFNGLEXTISPROGRAMBINARYQCOMPROC) (GLuint program);
38917777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
38927777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
38937777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
38947777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
38957777dab0Sopenharmony_ciGL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
38967777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
38977777dab0Sopenharmony_ci#endif
38987777dab0Sopenharmony_ci#endif /* GL_QCOM_extended_get2 */
38997777dab0Sopenharmony_ci
39007777dab0Sopenharmony_ci#ifndef GL_QCOM_frame_extrapolation
39017777dab0Sopenharmony_ci#define GL_QCOM_frame_extrapolation 1
39027777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLEXTRAPOLATETEX2DQCOMPROC) (GLuint src1, GLuint src2, GLuint output, GLfloat scaleFactor);
39037777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39047777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glExtrapolateTex2DQCOM (GLuint src1, GLuint src2, GLuint output, GLfloat scaleFactor);
39057777dab0Sopenharmony_ci#endif
39067777dab0Sopenharmony_ci#endif /* GL_QCOM_frame_extrapolation */
39077777dab0Sopenharmony_ci
39087777dab0Sopenharmony_ci#ifndef GL_QCOM_framebuffer_foveated
39097777dab0Sopenharmony_ci#define GL_QCOM_framebuffer_foveated 1
39107777dab0Sopenharmony_ci#define GL_FOVEATION_ENABLE_BIT_QCOM      0x00000001
39117777dab0Sopenharmony_ci#define GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM 0x00000002
39127777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
39137777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONPARAMETERSQCOMPROC) (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
39147777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39157777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
39167777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferFoveationParametersQCOM (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
39177777dab0Sopenharmony_ci#endif
39187777dab0Sopenharmony_ci#endif /* GL_QCOM_framebuffer_foveated */
39197777dab0Sopenharmony_ci
39207777dab0Sopenharmony_ci#ifndef GL_QCOM_motion_estimation
39217777dab0Sopenharmony_ci#define GL_QCOM_motion_estimation 1
39227777dab0Sopenharmony_ci#define GL_MOTION_ESTIMATION_SEARCH_BLOCK_X_QCOM 0x8C90
39237777dab0Sopenharmony_ci#define GL_MOTION_ESTIMATION_SEARCH_BLOCK_Y_QCOM 0x8C91
39247777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXESTIMATEMOTIONQCOMPROC) (GLuint ref, GLuint target, GLuint output);
39257777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXESTIMATEMOTIONREGIONSQCOMPROC) (GLuint ref, GLuint target, GLuint output, GLuint mask);
39267777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39277777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexEstimateMotionQCOM (GLuint ref, GLuint target, GLuint output);
39287777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTexEstimateMotionRegionsQCOM (GLuint ref, GLuint target, GLuint output, GLuint mask);
39297777dab0Sopenharmony_ci#endif
39307777dab0Sopenharmony_ci#endif /* GL_QCOM_motion_estimation */
39317777dab0Sopenharmony_ci
39327777dab0Sopenharmony_ci#ifndef GL_QCOM_perfmon_global_mode
39337777dab0Sopenharmony_ci#define GL_QCOM_perfmon_global_mode 1
39347777dab0Sopenharmony_ci#define GL_PERFMON_GLOBAL_MODE_QCOM       0x8FA0
39357777dab0Sopenharmony_ci#endif /* GL_QCOM_perfmon_global_mode */
39367777dab0Sopenharmony_ci
39377777dab0Sopenharmony_ci#ifndef GL_QCOM_render_shared_exponent
39387777dab0Sopenharmony_ci#define GL_QCOM_render_shared_exponent 1
39397777dab0Sopenharmony_ci#endif /* GL_QCOM_render_shared_exponent */
39407777dab0Sopenharmony_ci
39417777dab0Sopenharmony_ci#ifndef GL_QCOM_shader_framebuffer_fetch_noncoherent
39427777dab0Sopenharmony_ci#define GL_QCOM_shader_framebuffer_fetch_noncoherent 1
39437777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_FETCH_NONCOHERENT_QCOM 0x96A2
39447777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFETCHBARRIERQCOMPROC) (void);
39457777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39467777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glFramebufferFetchBarrierQCOM (void);
39477777dab0Sopenharmony_ci#endif
39487777dab0Sopenharmony_ci#endif /* GL_QCOM_shader_framebuffer_fetch_noncoherent */
39497777dab0Sopenharmony_ci
39507777dab0Sopenharmony_ci#ifndef GL_QCOM_shader_framebuffer_fetch_rate
39517777dab0Sopenharmony_ci#define GL_QCOM_shader_framebuffer_fetch_rate 1
39527777dab0Sopenharmony_ci#endif /* GL_QCOM_shader_framebuffer_fetch_rate */
39537777dab0Sopenharmony_ci
39547777dab0Sopenharmony_ci#ifndef GL_QCOM_shading_rate
39557777dab0Sopenharmony_ci#define GL_QCOM_shading_rate 1
39567777dab0Sopenharmony_ci#define GL_SHADING_RATE_QCOM              0x96A4
39577777dab0Sopenharmony_ci#define GL_SHADING_RATE_PRESERVE_ASPECT_RATIO_QCOM 0x96A5
39587777dab0Sopenharmony_ci#define GL_SHADING_RATE_1X1_PIXELS_QCOM   0x96A6
39597777dab0Sopenharmony_ci#define GL_SHADING_RATE_1X2_PIXELS_QCOM   0x96A7
39607777dab0Sopenharmony_ci#define GL_SHADING_RATE_2X1_PIXELS_QCOM   0x96A8
39617777dab0Sopenharmony_ci#define GL_SHADING_RATE_2X2_PIXELS_QCOM   0x96A9
39627777dab0Sopenharmony_ci#define GL_SHADING_RATE_4X2_PIXELS_QCOM   0x96AC
39637777dab0Sopenharmony_ci#define GL_SHADING_RATE_4X4_PIXELS_QCOM   0x96AE
39647777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSHADINGRATEQCOMPROC) (GLenum rate);
39657777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39667777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glShadingRateQCOM (GLenum rate);
39677777dab0Sopenharmony_ci#endif
39687777dab0Sopenharmony_ci#endif /* GL_QCOM_shading_rate */
39697777dab0Sopenharmony_ci
39707777dab0Sopenharmony_ci#ifndef GL_QCOM_texture_foveated
39717777dab0Sopenharmony_ci#define GL_QCOM_texture_foveated 1
39727777dab0Sopenharmony_ci#define GL_TEXTURE_FOVEATED_FEATURE_BITS_QCOM 0x8BFB
39737777dab0Sopenharmony_ci#define GL_TEXTURE_FOVEATED_MIN_PIXEL_DENSITY_QCOM 0x8BFC
39747777dab0Sopenharmony_ci#define GL_TEXTURE_FOVEATED_FEATURE_QUERY_QCOM 0x8BFD
39757777dab0Sopenharmony_ci#define GL_TEXTURE_FOVEATED_NUM_FOCAL_POINTS_QUERY_QCOM 0x8BFE
39767777dab0Sopenharmony_ci#define GL_FRAMEBUFFER_INCOMPLETE_FOVEATION_QCOM 0x8BFF
39777777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLTEXTUREFOVEATIONPARAMETERSQCOMPROC) (GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
39787777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
39797777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glTextureFoveationParametersQCOM (GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
39807777dab0Sopenharmony_ci#endif
39817777dab0Sopenharmony_ci#endif /* GL_QCOM_texture_foveated */
39827777dab0Sopenharmony_ci
39837777dab0Sopenharmony_ci#ifndef GL_QCOM_texture_foveated2
39847777dab0Sopenharmony_ci#define GL_QCOM_texture_foveated2 1
39857777dab0Sopenharmony_ci#define GL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM 0x96A0
39867777dab0Sopenharmony_ci#endif /* GL_QCOM_texture_foveated2 */
39877777dab0Sopenharmony_ci
39887777dab0Sopenharmony_ci#ifndef GL_QCOM_texture_foveated_subsampled_layout
39897777dab0Sopenharmony_ci#define GL_QCOM_texture_foveated_subsampled_layout 1
39907777dab0Sopenharmony_ci#define GL_FOVEATION_SUBSAMPLED_LAYOUT_METHOD_BIT_QCOM 0x00000004
39917777dab0Sopenharmony_ci#define GL_MAX_SHADER_SUBSAMPLED_IMAGE_UNITS_QCOM 0x8FA1
39927777dab0Sopenharmony_ci#endif /* GL_QCOM_texture_foveated_subsampled_layout */
39937777dab0Sopenharmony_ci
39947777dab0Sopenharmony_ci#ifndef GL_QCOM_tiled_rendering
39957777dab0Sopenharmony_ci#define GL_QCOM_tiled_rendering 1
39967777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT0_QCOM         0x00000001
39977777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT1_QCOM         0x00000002
39987777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT2_QCOM         0x00000004
39997777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT3_QCOM         0x00000008
40007777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT4_QCOM         0x00000010
40017777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT5_QCOM         0x00000020
40027777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT6_QCOM         0x00000040
40037777dab0Sopenharmony_ci#define GL_COLOR_BUFFER_BIT7_QCOM         0x00000080
40047777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT0_QCOM         0x00000100
40057777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT1_QCOM         0x00000200
40067777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT2_QCOM         0x00000400
40077777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT3_QCOM         0x00000800
40087777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT4_QCOM         0x00001000
40097777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT5_QCOM         0x00002000
40107777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT6_QCOM         0x00004000
40117777dab0Sopenharmony_ci#define GL_DEPTH_BUFFER_BIT7_QCOM         0x00008000
40127777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT0_QCOM       0x00010000
40137777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT1_QCOM       0x00020000
40147777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT2_QCOM       0x00040000
40157777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT3_QCOM       0x00080000
40167777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT4_QCOM       0x00100000
40177777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT5_QCOM       0x00200000
40187777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT6_QCOM       0x00400000
40197777dab0Sopenharmony_ci#define GL_STENCIL_BUFFER_BIT7_QCOM       0x00800000
40207777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT0_QCOM   0x01000000
40217777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT1_QCOM   0x02000000
40227777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT2_QCOM   0x04000000
40237777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT3_QCOM   0x08000000
40247777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT4_QCOM   0x10000000
40257777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT5_QCOM   0x20000000
40267777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT6_QCOM   0x40000000
40277777dab0Sopenharmony_ci#define GL_MULTISAMPLE_BUFFER_BIT7_QCOM   0x80000000
40287777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
40297777dab0Sopenharmony_citypedef void (GL_APIENTRYP PFNGLENDTILINGQCOMPROC) (GLbitfield preserveMask);
40307777dab0Sopenharmony_ci#ifdef GL_GLEXT_PROTOTYPES
40317777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
40327777dab0Sopenharmony_ciGL_APICALL void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);
40337777dab0Sopenharmony_ci#endif
40347777dab0Sopenharmony_ci#endif /* GL_QCOM_tiled_rendering */
40357777dab0Sopenharmony_ci
40367777dab0Sopenharmony_ci#ifndef GL_QCOM_writeonly_rendering
40377777dab0Sopenharmony_ci#define GL_QCOM_writeonly_rendering 1
40387777dab0Sopenharmony_ci#define GL_WRITEONLY_RENDERING_QCOM       0x8823
40397777dab0Sopenharmony_ci#endif /* GL_QCOM_writeonly_rendering */
40407777dab0Sopenharmony_ci
40417777dab0Sopenharmony_ci#ifndef GL_VIV_shader_binary
40427777dab0Sopenharmony_ci#define GL_VIV_shader_binary 1
40437777dab0Sopenharmony_ci#define GL_SHADER_BINARY_VIV              0x8FC4
40447777dab0Sopenharmony_ci#endif /* GL_VIV_shader_binary */
40457777dab0Sopenharmony_ci
40467777dab0Sopenharmony_ci#ifdef __cplusplus
40477777dab0Sopenharmony_ci}
40487777dab0Sopenharmony_ci#endif
40497777dab0Sopenharmony_ci
40507777dab0Sopenharmony_ci#endif
4051