Searched refs:EGL_CAST (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | eglmesaext.h | 42 #define EGL_NO_CONFIG_MESA EGL_CAST(EGLConfig,0)
|
| H A D | eglplatform.h | 177 #define EGL_CAST(type, value) (static_cast<type>(value)) macro 179 #define EGL_CAST(type, value) ((type) (value)) macro
|
| H A D | egl.h | 66 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) 83 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 84 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) 85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) 217 #define EGL_UNKNOWN EGL_CAST(EGLint,-1) 251 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0) 296 #define EGL_NO_SYNC EGL_CAST(EGLSync,0) 313 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0)
|
| H A D | eglext.h | 188 #define EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0) 257 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) 302 #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0) 315 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) 380 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1) 486 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2) 487 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1) 670 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) 828 #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0) 829 #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEX [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | eglplatform.h | 163 #define EGL_CAST(type, value) (static_cast<type>(value)) macro 165 #define EGL_CAST(type, value) ((type) (value)) macro
|
| H A D | egl.h | 81 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) 98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) 200 #define EGL_UNKNOWN EGL_CAST(EGLint,-1) 227 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0) 269 #define EGL_NO_SYNC EGL_CAST(EGLSync,0) 286 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0)
|
| H A D | eglext.h | 207 #define EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0) 276 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) 321 #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0) 334 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) 399 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1) 501 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2) 502 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1) 666 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) 803 #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0) 804 #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEX [all...] |
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 12 #ifndef EGL_CAST 14 #define EGL_CAST(type, value) (static_cast<type>(value)) macro 16 #define EGL_CAST(type, value) ((type) (value)) macro 836 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) 837 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 838 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) 839 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) 840 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) 841 #define EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0) 842 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayTyp [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 1147 - egl: use EGL_CAST() macro in eglmesaext.h
|
Completed in 19 milliseconds