Searched refs:EGL_CAST (Results 1 - 3 of 3) sorted by relevance
/interface/sdk_c/third_party/egl/EGL/ |
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 | eglplatform.h | 172 #define EGL_CAST(type, value) (static_cast<type>(value))
macro 174 #define EGL_CAST(type, value) ((type) (value))
macro
|
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)
307 #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0)
320 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0)
385 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1)
491 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2)
492 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1)
675 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
834 #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0)
835 #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEX [all...] |
Completed in 5 milliseconds