Lines Matching refs:EGL_CAST
12 #ifndef EGL_CAST
14 #define EGL_CAST(type, value) (static_cast<type>(value))
16 #define EGL_CAST(type, value) ((type) (value))
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(EGLNativeDisplayType,0)
843 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1)
844 #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0)
845 #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEXT,0)
846 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0)
847 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
848 #define EGL_NO_SYNC EGL_CAST(EGLSync,0)
849 #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0)
850 #define EGL_NO_SYNC_NV EGL_CAST(EGLSyncNV,0)
851 #define EGL_DONT_CARE EGL_CAST(EGLint,-1)
852 #define EGL_UNKNOWN EGL_CAST(EGLint,-1)
853 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1)
854 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2)