ZTWHHH commited on
Commit
3fb81d7
·
verified ·
1 Parent(s): 32d9421

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__init__.py +1 -0
  2. vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__pycache__/__init__.cpython-310.pyc +0 -0
  3. vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__pycache__/shader_binary.cpython-310.pyc +0 -0
  4. vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/shader_binary.py +23 -0
  5. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/__init__.cpython-310.pyc +0 -0
  6. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/blend_minmax.cpython-310.pyc +0 -0
  7. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/color_buffer_half_float.cpython-310.pyc +0 -0
  8. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/debug_label.cpython-310.pyc +0 -0
  9. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/draw_buffers.cpython-310.pyc +0 -0
  10. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/multiview_draw_buffers.cpython-310.pyc +0 -0
  11. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/pvrtc_sRGB.cpython-310.pyc +0 -0
  12. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/sRGB.cpython-310.pyc +0 -0
  13. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/separate_shader_objects.cpython-310.pyc +0 -0
  14. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/shader_integer_mix.cpython-310.pyc +0 -0
  15. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/shadow_samplers.cpython-310.pyc +0 -0
  16. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/texture_filter_anisotropic.cpython-310.pyc +0 -0
  17. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/texture_format_BGRA8888.cpython-310.pyc +0 -0
  18. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/blend_minmax.py +23 -0
  19. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/map_buffer_range.py +23 -0
  20. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/pvrtc_sRGB.py +23 -0
  21. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/robustness.py +34 -0
  22. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py +23 -0
  23. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/shader_integer_mix.py +23 -0
  24. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/texture_compression_s3tc.py +23 -0
  25. vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/texture_format_BGRA8888.py +23 -0
  26. vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__init__.py +1 -0
  27. vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__pycache__/__init__.cpython-310.pyc +0 -0
  28. vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__pycache__/shader_binary_GCCSO.cpython-310.pyc +0 -0
  29. vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/shader_binary_GCCSO.py +23 -0
  30. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/EGL_image_external.py +23 -0
  31. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__init__.py +1 -0
  32. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py +23 -0
  33. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/compressed_paletted_texture.py +23 -0
  34. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth24.py +23 -0
  35. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth32.py +23 -0
  36. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth_texture.py +23 -0
  37. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/element_index_uint.py +23 -0
  38. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/fbo_render_mipmap.py +23 -0
  39. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/fragment_precision_high.py +23 -0
  40. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/get_program_binary.py +34 -0
  41. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/packed_depth_stencil.py +23 -0
  42. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/required_internalformat.py +23 -0
  43. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/sample_shading.py +23 -0
  44. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/shader_multisample_interpolation.py +23 -0
  45. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/standard_derivatives.py +23 -0
  46. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/stencil1.py +23 -0
  47. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/surfaceless_context.py +23 -0
  48. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_3D.py +38 -0
  49. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_compression_astc.py +23 -0
  50. vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_float_linear.py +23 -0
vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """OpenGL Extensions"""
vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (195 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/__pycache__/shader_binary.cpython-310.pyc ADDED
Binary file (1 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/DMP/shader_binary.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension DMP.shader_binary
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.DMP.shader_binary to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/DMP/shader_binary.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.DMP.shader_binary import *
15
+ from OpenGL.raw.GLES2.DMP.shader_binary import _EXTENSION_NAME
16
+
17
+ def glInitShaderBinaryDMP():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (195 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/blend_minmax.cpython-310.pyc ADDED
Binary file (997 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/color_buffer_half_float.cpython-310.pyc ADDED
Binary file (1.06 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/debug_label.cpython-310.pyc ADDED
Binary file (1.09 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/draw_buffers.cpython-310.pyc ADDED
Binary file (1.42 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/multiview_draw_buffers.cpython-310.pyc ADDED
Binary file (1.16 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/pvrtc_sRGB.cpython-310.pyc ADDED
Binary file (985 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/sRGB.cpython-310.pyc ADDED
Binary file (947 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/separate_shader_objects.cpython-310.pyc ADDED
Binary file (2.46 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/shader_integer_mix.cpython-310.pyc ADDED
Binary file (1.03 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/shadow_samplers.cpython-310.pyc ADDED
Binary file (1.02 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/texture_filter_anisotropic.cpython-310.pyc ADDED
Binary file (1.08 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/__pycache__/texture_format_BGRA8888.cpython-310.pyc ADDED
Binary file (1.06 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/blend_minmax.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.blend_minmax
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.blend_minmax to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/blend_minmax.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.blend_minmax import *
15
+ from OpenGL.raw.GLES2.EXT.blend_minmax import _EXTENSION_NAME
16
+
17
+ def glInitBlendMinmaxEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/map_buffer_range.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.map_buffer_range
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.map_buffer_range to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/map_buffer_range.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.map_buffer_range import *
15
+ from OpenGL.raw.GLES2.EXT.map_buffer_range import _EXTENSION_NAME
16
+
17
+ def glInitMapBufferRangeEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/pvrtc_sRGB.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.pvrtc_sRGB
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.pvrtc_sRGB to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/pvrtc_sRGB.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.pvrtc_sRGB import *
15
+ from OpenGL.raw.GLES2.EXT.pvrtc_sRGB import _EXTENSION_NAME
16
+
17
+ def glInitPvrtcSrgbEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/robustness.py ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.robustness
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.robustness to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/robustness.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.robustness import *
15
+ from OpenGL.raw.GLES2.EXT.robustness import _EXTENSION_NAME
16
+
17
+ def glInitRobustnessEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+ # INPUT glReadnPixelsEXT.data size not checked against bufSize
23
+ glReadnPixelsEXT=wrapper.wrapper(glReadnPixelsEXT).setInputArraySize(
24
+ 'data', None
25
+ )
26
+ # INPUT glGetnUniformfvEXT.params size not checked against bufSize
27
+ glGetnUniformfvEXT=wrapper.wrapper(glGetnUniformfvEXT).setInputArraySize(
28
+ 'params', None
29
+ )
30
+ # INPUT glGetnUniformivEXT.params size not checked against bufSize
31
+ glGetnUniformivEXT=wrapper.wrapper(glGetnUniformivEXT).setInputArraySize(
32
+ 'params', None
33
+ )
34
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.shader_framebuffer_fetch
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.shader_framebuffer_fetch to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/shader_framebuffer_fetch.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.shader_framebuffer_fetch import *
15
+ from OpenGL.raw.GLES2.EXT.shader_framebuffer_fetch import _EXTENSION_NAME
16
+
17
+ def glInitShaderFramebufferFetchEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/shader_integer_mix.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.shader_integer_mix
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.shader_integer_mix to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/shader_integer_mix.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.shader_integer_mix import *
15
+ from OpenGL.raw.GLES2.EXT.shader_integer_mix import _EXTENSION_NAME
16
+
17
+ def glInitShaderIntegerMixEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/texture_compression_s3tc.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.texture_compression_s3tc
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.texture_compression_s3tc to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.texture_compression_s3tc import *
15
+ from OpenGL.raw.GLES2.EXT.texture_compression_s3tc import _EXTENSION_NAME
16
+
17
+ def glInitTextureCompressionS3TcEXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/EXT/texture_format_BGRA8888.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension EXT.texture_format_BGRA8888
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.EXT.texture_format_BGRA8888 to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/EXT/texture_format_BGRA8888.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.EXT.texture_format_BGRA8888 import *
15
+ from OpenGL.raw.GLES2.EXT.texture_format_BGRA8888 import _EXTENSION_NAME
16
+
17
+ def glInitTextureFormatBgra8888EXT():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """OpenGL Extensions"""
vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (194 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/__pycache__/shader_binary_GCCSO.cpython-310.pyc ADDED
Binary file (1.03 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/GLES2/FJ/shader_binary_GCCSO.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension FJ.shader_binary_GCCSO
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.FJ.shader_binary_GCCSO to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/FJ/shader_binary_GCCSO.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.FJ.shader_binary_GCCSO import *
15
+ from OpenGL.raw.GLES2.FJ.shader_binary_GCCSO import _EXTENSION_NAME
16
+
17
+ def glInitShaderBinaryGccsoFJ():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/EGL_image_external.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.EGL_image_external
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.EGL_image_external to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/EGL_image_external.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.EGL_image_external import *
15
+ from OpenGL.raw.GLES2.OES.EGL_image_external import _EXTENSION_NAME
16
+
17
+ def glInitEglImageExternalOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """OpenGL Extensions"""
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.compressed_ETC1_RGB8_texture
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.compressed_ETC1_RGB8_texture to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/compressed_ETC1_RGB8_texture.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.compressed_ETC1_RGB8_texture import *
15
+ from OpenGL.raw.GLES2.OES.compressed_ETC1_RGB8_texture import _EXTENSION_NAME
16
+
17
+ def glInitCompressedEtc1Rgb8TextureOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/compressed_paletted_texture.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.compressed_paletted_texture
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.compressed_paletted_texture to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/compressed_paletted_texture.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.compressed_paletted_texture import *
15
+ from OpenGL.raw.GLES2.OES.compressed_paletted_texture import _EXTENSION_NAME
16
+
17
+ def glInitCompressedPalettedTextureOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth24.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.depth24
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.depth24 to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/depth24.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.depth24 import *
15
+ from OpenGL.raw.GLES2.OES.depth24 import _EXTENSION_NAME
16
+
17
+ def glInitDepth24OES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth32.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.depth32
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.depth32 to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/depth32.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.depth32 import *
15
+ from OpenGL.raw.GLES2.OES.depth32 import _EXTENSION_NAME
16
+
17
+ def glInitDepth32OES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/depth_texture.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.depth_texture
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.depth_texture to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/depth_texture.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.depth_texture import *
15
+ from OpenGL.raw.GLES2.OES.depth_texture import _EXTENSION_NAME
16
+
17
+ def glInitDepthTextureOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/element_index_uint.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.element_index_uint
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.element_index_uint to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/element_index_uint.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.element_index_uint import *
15
+ from OpenGL.raw.GLES2.OES.element_index_uint import _EXTENSION_NAME
16
+
17
+ def glInitElementIndexUintOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/fbo_render_mipmap.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.fbo_render_mipmap
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.fbo_render_mipmap to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/fbo_render_mipmap.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.fbo_render_mipmap import *
15
+ from OpenGL.raw.GLES2.OES.fbo_render_mipmap import _EXTENSION_NAME
16
+
17
+ def glInitFboRenderMipmapOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/fragment_precision_high.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.fragment_precision_high
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.fragment_precision_high to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/fragment_precision_high.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.fragment_precision_high import *
15
+ from OpenGL.raw.GLES2.OES.fragment_precision_high import _EXTENSION_NAME
16
+
17
+ def glInitFragmentPrecisionHighOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/get_program_binary.py ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.get_program_binary
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.get_program_binary to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/get_program_binary.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.get_program_binary import *
15
+ from OpenGL.raw.GLES2.OES.get_program_binary import _EXTENSION_NAME
16
+
17
+ def glInitGetProgramBinaryOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+ # INPUT glGetProgramBinaryOES.binary size not checked against bufSize
23
+ glGetProgramBinaryOES=wrapper.wrapper(glGetProgramBinaryOES).setInputArraySize(
24
+ 'binary', None
25
+ ).setInputArraySize(
26
+ 'length', 1
27
+ ).setInputArraySize(
28
+ 'binaryFormat', 1
29
+ )
30
+ # INPUT glProgramBinaryOES.binary size not checked against length
31
+ glProgramBinaryOES=wrapper.wrapper(glProgramBinaryOES).setInputArraySize(
32
+ 'binary', None
33
+ )
34
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/packed_depth_stencil.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.packed_depth_stencil
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.packed_depth_stencil to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/packed_depth_stencil.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.packed_depth_stencil import *
15
+ from OpenGL.raw.GLES2.OES.packed_depth_stencil import _EXTENSION_NAME
16
+
17
+ def glInitPackedDepthStencilOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/required_internalformat.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.required_internalformat
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.required_internalformat to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/required_internalformat.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.required_internalformat import *
15
+ from OpenGL.raw.GLES2.OES.required_internalformat import _EXTENSION_NAME
16
+
17
+ def glInitRequiredInternalformatOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/sample_shading.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.sample_shading
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.sample_shading to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/sample_shading.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.sample_shading import *
15
+ from OpenGL.raw.GLES2.OES.sample_shading import _EXTENSION_NAME
16
+
17
+ def glInitSampleShadingOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/shader_multisample_interpolation.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.shader_multisample_interpolation
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.shader_multisample_interpolation to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/shader_multisample_interpolation.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.shader_multisample_interpolation import *
15
+ from OpenGL.raw.GLES2.OES.shader_multisample_interpolation import _EXTENSION_NAME
16
+
17
+ def glInitShaderMultisampleInterpolationOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/standard_derivatives.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.standard_derivatives
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.standard_derivatives to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/standard_derivatives.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.standard_derivatives import *
15
+ from OpenGL.raw.GLES2.OES.standard_derivatives import _EXTENSION_NAME
16
+
17
+ def glInitStandardDerivativesOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/stencil1.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.stencil1
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.stencil1 to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/stencil1.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.stencil1 import *
15
+ from OpenGL.raw.GLES2.OES.stencil1 import _EXTENSION_NAME
16
+
17
+ def glInitStencil1OES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/surfaceless_context.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.surfaceless_context
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.surfaceless_context to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/surfaceless_context.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.surfaceless_context import *
15
+ from OpenGL.raw.GLES2.OES.surfaceless_context import _EXTENSION_NAME
16
+
17
+ def glInitSurfacelessContextOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_3D.py ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.texture_3D
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.texture_3D to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/texture_3D.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.texture_3D import *
15
+ from OpenGL.raw.GLES2.OES.texture_3D import _EXTENSION_NAME
16
+
17
+ def glInitTexture3DOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+ # INPUT glTexImage3DOES.pixels size not checked against 'format,type,width,height,depth'
23
+ glTexImage3DOES=wrapper.wrapper(glTexImage3DOES).setInputArraySize(
24
+ 'pixels', None
25
+ )
26
+ # INPUT glTexSubImage3DOES.pixels size not checked against 'format,type,width,height,depth'
27
+ glTexSubImage3DOES=wrapper.wrapper(glTexSubImage3DOES).setInputArraySize(
28
+ 'pixels', None
29
+ )
30
+ # INPUT glCompressedTexImage3DOES.data size not checked against imageSize
31
+ glCompressedTexImage3DOES=wrapper.wrapper(glCompressedTexImage3DOES).setInputArraySize(
32
+ 'data', None
33
+ )
34
+ # INPUT glCompressedTexSubImage3DOES.data size not checked against imageSize
35
+ glCompressedTexSubImage3DOES=wrapper.wrapper(glCompressedTexSubImage3DOES).setInputArraySize(
36
+ 'data', None
37
+ )
38
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_compression_astc.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.texture_compression_astc
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.texture_compression_astc to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/texture_compression_astc.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.texture_compression_astc import *
15
+ from OpenGL.raw.GLES2.OES.texture_compression_astc import _EXTENSION_NAME
16
+
17
+ def glInitTextureCompressionAstcOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION
vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/texture_float_linear.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''OpenGL extension OES.texture_float_linear
2
+
3
+ This module customises the behaviour of the
4
+ OpenGL.raw.GLES2.OES.texture_float_linear to provide a more
5
+ Python-friendly API
6
+
7
+ The official definition of this extension is available here:
8
+ http://www.opengl.org/registry/specs/OES/texture_float_linear.txt
9
+ '''
10
+ from OpenGL import platform, constant, arrays
11
+ from OpenGL import extensions, wrapper
12
+ import ctypes
13
+ from OpenGL.raw.GLES2 import _types, _glgets
14
+ from OpenGL.raw.GLES2.OES.texture_float_linear import *
15
+ from OpenGL.raw.GLES2.OES.texture_float_linear import _EXTENSION_NAME
16
+
17
+ def glInitTextureFloatLinearOES():
18
+ '''Return boolean indicating whether this extension is available'''
19
+ from OpenGL import extensions
20
+ return extensions.hasGLExtension( _EXTENSION_NAME )
21
+
22
+
23
+ ### END AUTOGENERATED SECTION