Home
last modified time | relevance | path

Searched refs:EGL_CAST (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h81 #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 Deglplatform.h98 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
100 #define EGL_CAST(type, value) ((type) (value)) macro
H A Deglext.h207 #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)
616 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
742 #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0)
743 #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEXT,0)
1196 #define EGL_NO_SYNC_NV EGL_CAST(EGLSyncNV,0)
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h85 #define EGL_DONT_CARE EGL_CAST(EGLint,-1)
102 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
103 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0)
104 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
236 #define EGL_UNKNOWN EGL_CAST(EGLint,-1)
270 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0)
315 #define EGL_NO_SYNC EGL_CAST(EGLSync,0)
332 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0)
H A Deglplatform.h171 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
173 #define EGL_CAST(type, value) ((type) (value)) macro
H A Deglext.h43 #define EGL_CAST(type, value) (static_cast<type>(value)) macro
45 #define EGL_CAST(type, value) ((type) (value))
214 #define EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0)
283 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0)
328 #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0)
341 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0)
406 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1)
512 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2)
513 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1)
677 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
[all …]