Searched defs:native_display (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native.h | 176 struct native_display { struct 195 boolean (*init_screen)(struct native_display *ndpy); argument 197 void (*destroy)(struct native_display *ndpy); argument 204 int (*get_param)(struct native_display *ndpy, argument 211 const struct native_config **(*get_configs)(struct native_display *ndpy, argument 218 boolean (*get_pixmap_format)(struct native_display *ndpy, argument 227 boolean (*copy_to_pixmap)(struct native_display *ndpy, argument 234 struct native_surface *(*create_window_surface)(struct native_display *ndpy, argument 243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy, argument 247 const struct native_display_buffer *buffer; argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | native.h | 176 struct native_display { struct 195 boolean (*init_screen)(struct native_display *ndpy); argument 197 void (*destroy)(struct native_display *ndpy); argument 204 int (*get_param)(struct native_display *ndpy, argument 211 const struct native_config **(*get_configs)(struct native_display *ndpy, argument 218 boolean (*get_pixmap_format)(struct native_display *ndpy, argument 227 boolean (*copy_to_pixmap)(struct native_display *ndpy, argument 234 struct native_surface *(*create_window_surface)(struct native_display *ndpy, argument 243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy, argument 247 const struct native_display_buffer *buffer; argument [all …]
|
/external/chromium_org/ui/gl/ |
D | gl_surface_egl.cc | 260 EGLNativeDisplayType native_display) { in GetPlatformDisplay()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | libEGL.cpp | 105 EGLDisplay __stdcall eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint … in eglGetPlatformDisplayEXT()
|