HomeSort by relevance Sort by last modified time
    Searched refs:EGL_CAST (Results 1 - 6 of 6) sorted by null

  /frameworks/native/opengl/include/EGL/
eglplatform.h 127 #define EGL_CAST(type, value) (static_cast<type>(value))
129 #define EGL_CAST(type, value) ((type) (value))
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)
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)
656 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
    [all...]
  /external/swiftshader/include/EGL/
eglplatform.h 133 #define EGL_CAST(type, value) (static_cast<type>(value))
135 #define EGL_CAST(type, value) ((type) (value))
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)
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)
616 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
    [all...]

Completed in 96 milliseconds