Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/blob_cache.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/framebuffer_target.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/image_native_buffer.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/native_fence_sync.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/blob_cache.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/d3d_share_handle_client_buffer.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/query_surface_pointer.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/surface_d3d_texture_2d_share_handle.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/query_surface_pointer.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/__pycache__/pixmap_multisample_discard.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/pixmap_multisample_discard.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/image_dma_buf_import.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_base.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_wayland.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_x11.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/platform_base.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/platform_wayland.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/protected_surface.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/clientpixmap.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/colorformats.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/clientpixmap.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/colorformats.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/__pycache__/context_priority.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/context_priority.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/KHR/image.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/KHR/lock_surface2.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/KHR/wait_sync.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/drm_image.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/platform_gbm.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/drm_image.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/platform_gbm.py +23 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__init__.py +1 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/swap_region.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/swap_region2.cpython-310.pyc +0 -0
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (197 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/blob_cache.cpython-310.pyc
ADDED
|
Binary file (1 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/framebuffer_target.cpython-310.pyc
ADDED
|
Binary file (1.05 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/image_native_buffer.cpython-310.pyc
ADDED
|
Binary file (1.05 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/__pycache__/native_fence_sync.cpython-310.pyc
ADDED
|
Binary file (1.04 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANDROID/blob_cache.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension ANDROID.blob_cache
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.ANDROID.blob_cache 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/ANDROID/blob_cache.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.ANDROID.blob_cache import *
|
| 15 |
+
from OpenGL.raw.EGL.ANDROID.blob_cache import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitBlobCacheANDROID():
|
| 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/EGL/ANGLE/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (195 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/d3d_share_handle_client_buffer.cpython-310.pyc
ADDED
|
Binary file (1.11 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/query_surface_pointer.cpython-310.pyc
ADDED
|
Binary file (1.05 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/__pycache__/surface_d3d_texture_2d_share_handle.cpython-310.pyc
ADDED
|
Binary file (1.14 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension ANGLE.d3d_share_handle_client_buffer
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.ANGLE.d3d_share_handle_client_buffer 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/ANGLE/d3d_share_handle_client_buffer.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.ANGLE.d3d_share_handle_client_buffer import *
|
| 15 |
+
from OpenGL.raw.EGL.ANGLE.d3d_share_handle_client_buffer import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitD3DShareHandleClientBufferANGLE():
|
| 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/EGL/ANGLE/query_surface_pointer.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension ANGLE.query_surface_pointer
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.ANGLE.query_surface_pointer 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/ANGLE/query_surface_pointer.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.ANGLE.query_surface_pointer import *
|
| 15 |
+
from OpenGL.raw.EGL.ANGLE.query_surface_pointer import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitQuerySurfacePointerANGLE():
|
| 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/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension ANGLE.surface_d3d_texture_2d_share_handle
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.ANGLE.surface_d3d_texture_2d_share_handle 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/ANGLE/surface_d3d_texture_2d_share_handle.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.ANGLE.surface_d3d_texture_2d_share_handle import *
|
| 15 |
+
from OpenGL.raw.EGL.ANGLE.surface_d3d_texture_2d_share_handle import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitSurfaceD3DTexture2DShareHandleANGLE():
|
| 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/EGL/ARM/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (193 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/__pycache__/pixmap_multisample_discard.cpython-310.pyc
ADDED
|
Binary file (1.07 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/ARM/pixmap_multisample_discard.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension ARM.pixmap_multisample_discard
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.ARM.pixmap_multisample_discard 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/ARM/pixmap_multisample_discard.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.ARM.pixmap_multisample_discard import *
|
| 15 |
+
from OpenGL.raw.EGL.ARM.pixmap_multisample_discard import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitPixmapMultisampleDiscardARM():
|
| 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/EGL/EXT/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (193 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/image_dma_buf_import.cpython-310.pyc
ADDED
|
Binary file (1.04 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_base.cpython-310.pyc
ADDED
|
Binary file (995 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_wayland.cpython-310.pyc
ADDED
|
Binary file (1.01 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/__pycache__/platform_x11.cpython-310.pyc
ADDED
|
Binary file (989 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/EXT/platform_base.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension EXT.platform_base
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.EXT.platform_base 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/platform_base.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.EXT.platform_base import *
|
| 15 |
+
from OpenGL.raw.EGL.EXT.platform_base import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitPlatformBaseEXT():
|
| 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/EGL/EXT/platform_wayland.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension EXT.platform_wayland
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.EXT.platform_wayland 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/platform_wayland.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.EXT.platform_wayland import *
|
| 15 |
+
from OpenGL.raw.EGL.EXT.platform_wayland import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitPlatformWaylandEXT():
|
| 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/EGL/EXT/protected_surface.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension EXT.protected_surface
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.EXT.protected_surface 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/protected_surface.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.EXT.protected_surface import *
|
| 15 |
+
from OpenGL.raw.EGL.EXT.protected_surface import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitProtectedSurfaceEXT():
|
| 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/EGL/HI/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (192 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/clientpixmap.cpython-310.pyc
ADDED
|
Binary file (984 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/__pycache__/colorformats.cpython-310.pyc
ADDED
|
Binary file (984 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/HI/clientpixmap.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension HI.clientpixmap
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.HI.clientpixmap 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/HI/clientpixmap.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.HI.clientpixmap import *
|
| 15 |
+
from OpenGL.raw.EGL.HI.clientpixmap import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitClientpixmapHI():
|
| 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/EGL/HI/colorformats.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension HI.colorformats
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.HI.colorformats 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/HI/colorformats.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.HI.colorformats import *
|
| 15 |
+
from OpenGL.raw.EGL.HI.colorformats import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitColorformatsHI():
|
| 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/EGL/IMG/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (193 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/__pycache__/context_priority.cpython-310.pyc
ADDED
|
Binary file (1.01 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/IMG/context_priority.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension IMG.context_priority
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.IMG.context_priority 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/IMG/context_priority.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.IMG.context_priority import *
|
| 15 |
+
from OpenGL.raw.EGL.IMG.context_priority import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitContextPriorityIMG():
|
| 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/EGL/KHR/image.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension KHR.image
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.KHR.image 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/KHR/image.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.KHR.image import *
|
| 15 |
+
from OpenGL.raw.EGL.KHR.image import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitImageKHR():
|
| 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/EGL/KHR/lock_surface2.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension KHR.lock_surface2
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.KHR.lock_surface2 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/KHR/lock_surface2.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.KHR.lock_surface2 import *
|
| 15 |
+
from OpenGL.raw.EGL.KHR.lock_surface2 import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitLockSurface2KHR():
|
| 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/EGL/KHR/wait_sync.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension KHR.wait_sync
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.KHR.wait_sync 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/KHR/wait_sync.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.KHR.wait_sync import *
|
| 15 |
+
from OpenGL.raw.EGL.KHR.wait_sync import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitWaitSyncKHR():
|
| 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/EGL/MESA/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (194 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/drm_image.cpython-310.pyc
ADDED
|
Binary file (977 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/__pycache__/platform_gbm.cpython-310.pyc
ADDED
|
Binary file (995 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/MESA/drm_image.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension MESA.drm_image
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.MESA.drm_image 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/MESA/drm_image.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.MESA.drm_image import *
|
| 15 |
+
from OpenGL.raw.EGL.MESA.drm_image import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitDrmImageMESA():
|
| 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/EGL/MESA/platform_gbm.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'''OpenGL extension MESA.platform_gbm
|
| 2 |
+
|
| 3 |
+
This module customises the behaviour of the
|
| 4 |
+
OpenGL.raw.EGL.MESA.platform_gbm 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/MESA/platform_gbm.txt
|
| 9 |
+
'''
|
| 10 |
+
from OpenGL import platform, constant, arrays
|
| 11 |
+
from OpenGL import extensions, wrapper
|
| 12 |
+
import ctypes
|
| 13 |
+
from OpenGL.raw.EGL import _types, _glgets
|
| 14 |
+
from OpenGL.raw.EGL.MESA.platform_gbm import *
|
| 15 |
+
from OpenGL.raw.EGL.MESA.platform_gbm import _EXTENSION_NAME
|
| 16 |
+
|
| 17 |
+
def glInitPlatformGbmMESA():
|
| 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/EGL/NOK/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""OpenGL Extensions"""
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (193 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/swap_region.cpython-310.pyc
ADDED
|
Binary file (983 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/OpenGL/EGL/NOK/__pycache__/swap_region2.cpython-310.pyc
ADDED
|
Binary file (989 Bytes). View file
|
|
|