Searched refs:nsurf (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c71 gdi_surface(const struct native_surface *nsurf) argument
73 return (struct gdi_surface *) nsurf;
80 gdi_surface_update_geometry(struct native_surface *nsurf) argument
82 struct gdi_surface *gsurf = gdi_surface(nsurf);
98 gdi_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
100 struct gdi_surface *gsurf = gdi_surface(nsurf);
114 gdi_surface_invalidate(struct native_surface *nsurf) argument
116 struct gdi_surface *gsurf = gdi_surface(nsurf);
125 gdi_surface_flush_frontbuffer(struct native_surface *nsurf) argument
127 struct gdi_surface *gsurf = gdi_surface(nsurf);
143 gdi_surface_swap_buffers(struct native_surface *nsurf) argument
163 gdi_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
213 gdi_surface_wait(struct native_surface *nsurf) argument
219 gdi_surface_destroy(struct native_surface *nsurf) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c71 gdi_surface(const struct native_surface *nsurf) argument
73 return (struct gdi_surface *) nsurf;
80 gdi_surface_update_geometry(struct native_surface *nsurf) argument
82 struct gdi_surface *gsurf = gdi_surface(nsurf);
98 gdi_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
100 struct gdi_surface *gsurf = gdi_surface(nsurf);
114 gdi_surface_invalidate(struct native_surface *nsurf) argument
116 struct gdi_surface *gsurf = gdi_surface(nsurf);
125 gdi_surface_flush_frontbuffer(struct native_surface *nsurf) argument
127 struct gdi_surface *gsurf = gdi_surface(nsurf);
143 gdi_surface_swap_buffers(struct native_surface *nsurf) argument
163 gdi_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
213 gdi_surface_wait(struct native_surface *nsurf) argument
219 gdi_surface_destroy(struct native_surface *nsurf) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c81 ximage_surface(const struct native_surface *nsurf) argument
83 return (struct ximage_surface *) nsurf;
96 ximage_surface_update_geometry(struct native_surface *nsurf) argument
98 struct ximage_surface *xsurf = ximage_surface(nsurf);
114 ximage_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
116 struct ximage_surface *xsurf = ximage_surface(nsurf);
130 ximage_surface_invalidate(struct native_surface *nsurf) argument
132 struct ximage_surface *xsurf = ximage_surface(nsurf);
141 ximage_surface_flush_frontbuffer(struct native_surface *nsurf) argument
143 struct ximage_surface *xsurf = ximage_surface(nsurf);
155 ximage_surface_swap_buffers(struct native_surface *nsurf) argument
172 ximage_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
222 ximage_surface_wait(struct native_surface *nsurf) argument
230 ximage_surface_destroy(struct native_surface *nsurf) argument
[all...]
H A Dnative_dri2.c98 dri2_surface(const struct native_surface *nsurf) argument
100 return (struct dri2_surface *) nsurf;
113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf, argument
117 struct dri2_surface *dri2surf = dri2_surface(nsurf);
195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask) argument
197 struct dri2_surface *dri2surf = dri2_surface(nsurf);
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
276 struct dri2_surface *dri2surf = dri2_surface(nsurf);
287 dri2_surface_receive_events(struct native_surface *nsurf) argument
289 struct dri2_surface *dri2surf = dri2_surface(nsurf);
294 dri2_surface_flush_frontbuffer(struct native_surface *nsurf) argument
316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects, const int *rects) argument
357 dri2_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
417 dri2_surface_wait(struct native_surface *nsurf) argument
430 dri2_surface_destroy(struct native_surface *nsurf) argument
777 struct native_surface *nsurf; local
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c81 ximage_surface(const struct native_surface *nsurf) argument
83 return (struct ximage_surface *) nsurf;
96 ximage_surface_update_geometry(struct native_surface *nsurf) argument
98 struct ximage_surface *xsurf = ximage_surface(nsurf);
114 ximage_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
116 struct ximage_surface *xsurf = ximage_surface(nsurf);
130 ximage_surface_invalidate(struct native_surface *nsurf) argument
132 struct ximage_surface *xsurf = ximage_surface(nsurf);
141 ximage_surface_flush_frontbuffer(struct native_surface *nsurf) argument
143 struct ximage_surface *xsurf = ximage_surface(nsurf);
155 ximage_surface_swap_buffers(struct native_surface *nsurf) argument
172 ximage_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
222 ximage_surface_wait(struct native_surface *nsurf) argument
230 ximage_surface_destroy(struct native_surface *nsurf) argument
[all...]
H A Dnative_dri2.c98 dri2_surface(const struct native_surface *nsurf) argument
100 return (struct dri2_surface *) nsurf;
113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf, argument
117 struct dri2_surface *dri2surf = dri2_surface(nsurf);
195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask) argument
197 struct dri2_surface *dri2surf = dri2_surface(nsurf);
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) argument
276 struct dri2_surface *dri2surf = dri2_surface(nsurf);
287 dri2_surface_receive_events(struct native_surface *nsurf) argument
289 struct dri2_surface *dri2surf = dri2_surface(nsurf);
294 dri2_surface_flush_frontbuffer(struct native_surface *nsurf) argument
316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects, const int *rects) argument
357 dri2_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
417 dri2_surface_wait(struct native_surface *nsurf) argument
430 dri2_surface_destroy(struct native_surface *nsurf) argument
777 struct native_surface *nsurf; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h83 struct native_surface *nsurf, uint x, uint y,
H A Dnative.h121 void (*destroy)(struct native_surface *nsurf);
126 boolean (*present)(struct native_surface *nsurf,
141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
148 void (*wait)(struct native_surface *nsurf);
262 struct native_surface *nsurf,
H A Degl_g3d_image.c47 struct native_surface *nsurf; local
51 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL);
52 if (!nsurf)
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
59 nsurf->destroy(nsurf);
H A Dnative_helper.c377 struct native_surface *nsurf; local
386 nsurf = ndpy->create_pixmap_surface(ndpy, pix, NULL);
387 if (!nsurf)
392 nsurf->validate(nsurf, 1 << natt, NULL, tmp, NULL, NULL);
405 nsurf->present(nsurf, &ctrl);
411 nsurf->destroy(nsurf);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h83 struct native_surface *nsurf, uint x, uint y,
H A Dnative.h121 void (*destroy)(struct native_surface *nsurf);
126 boolean (*present)(struct native_surface *nsurf,
141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
148 void (*wait)(struct native_surface *nsurf);
262 struct native_surface *nsurf,
H A Degl_g3d_image.c47 struct native_surface *nsurf; local
51 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL);
52 if (!nsurf)
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
59 nsurf->destroy(nsurf);
H A Dnative_helper.c377 struct native_surface *nsurf; local
386 nsurf = ndpy->create_pixmap_surface(ndpy, pix, NULL);
387 if (!nsurf)
392 nsurf->validate(nsurf, 1 << natt, NULL, tmp, NULL, NULL);
405 nsurf->present(nsurf, &ctrl);
411 nsurf->destroy(nsurf);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
H A Dmodeset.c38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
42 struct drm_surface *drmsurf = drm_surface(nsurf);
63 drm_surface_init_framebuffers(struct native_surface *nsurf, boolean need_back) argument
65 struct drm_surface *drmsurf = drm_surface(nsurf);
122 drm_surface_flush_frontbuffer(struct native_surface *nsurf) argument
125 struct drm_surface *drmsurf = drm_surface(nsurf);
136 drm_surface_copy_swap(struct native_surface *nsurf) argument
138 struct drm_surface *drmsurf = drm_surface(nsurf);
146 if (!drm_surface_flush_frontbuffer(nsurf))
155 drm_surface_swap_buffers(struct native_surface *nsurf) argument
196 drm_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
223 drm_surface_wait(struct native_surface *nsurf) argument
231 drm_surface_destroy(struct native_surface *nsurf) argument
448 drm_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
[all...]
H A Dnative_drm.h138 drm_surface(const struct native_surface *nsurf) argument
140 return (struct drm_surface *) nsurf;
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dmodeset.c38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
42 struct drm_surface *drmsurf = drm_surface(nsurf);
63 drm_surface_init_framebuffers(struct native_surface *nsurf, boolean need_back) argument
65 struct drm_surface *drmsurf = drm_surface(nsurf);
122 drm_surface_flush_frontbuffer(struct native_surface *nsurf) argument
125 struct drm_surface *drmsurf = drm_surface(nsurf);
136 drm_surface_copy_swap(struct native_surface *nsurf) argument
138 struct drm_surface *drmsurf = drm_surface(nsurf);
146 if (!drm_surface_flush_frontbuffer(nsurf))
155 drm_surface_swap_buffers(struct native_surface *nsurf) argument
196 drm_surface_present(struct native_surface *nsurf, const struct native_present_control *ctrl) argument
223 drm_surface_wait(struct native_surface *nsurf) argument
231 drm_surface_destroy(struct native_surface *nsurf) argument
448 drm_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
[all...]
H A Dnative_drm.h138 drm_surface(const struct native_surface *nsurf) argument
140 return (struct drm_surface *) nsurf;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h103 wayland_surface(const struct native_surface *nsurf) argument
105 return (struct wayland_surface *) nsurf;
H A Dnative_wayland.c203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
207 struct wayland_surface *surface = wayland_surface(nsurf);
252 wayland_surface_swap_buffers(struct native_surface *nsurf) argument
254 struct wayland_surface *surface = wayland_surface(nsurf);
299 wayland_surface_present(struct native_surface *nsurf, argument
302 struct wayland_surface *surface = wayland_surface(nsurf);
328 ret = wayland_surface_swap_buffers(nsurf);
345 wayland_surface_wait(struct native_surface *nsurf) argument
351 wayland_surface_destroy(struct native_surface *nsurf) argument
353 struct wayland_surface *surface = wayland_surface(nsurf);
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h103 wayland_surface(const struct native_surface *nsurf) argument
105 return (struct wayland_surface *) nsurf;
H A Dnative_wayland.c203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
207 struct wayland_surface *surface = wayland_surface(nsurf);
252 wayland_surface_swap_buffers(struct native_surface *nsurf) argument
254 struct wayland_surface *surface = wayland_surface(nsurf);
299 wayland_surface_present(struct native_surface *nsurf, argument
302 struct wayland_surface *surface = wayland_surface(nsurf);
328 ret = wayland_surface_swap_buffers(nsurf);
345 wayland_surface_wait(struct native_surface *nsurf) argument
351 wayland_surface_destroy(struct native_surface *nsurf) argument
353 struct wayland_surface *surface = wayland_surface(nsurf);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c92 fbdev_surface(const struct native_surface *nsurf) argument
94 return (struct fbdev_surface *) nsurf;
98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
102 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
149 fbdev_surface_update_drawable(struct native_surface *nsurf, argument
152 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
186 fbdev_surface_present(struct native_surface *nsurf, argument
189 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
232 fbdev_surface_wait(struct native_surface *nsurf) argument
238 fbdev_surface_destroy(struct native_surface *nsurf) argument
314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c92 fbdev_surface(const struct native_surface *nsurf) argument
94 return (struct fbdev_surface *) nsurf;
98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask, argument
102 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
149 fbdev_surface_update_drawable(struct native_surface *nsurf, argument
152 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
186 fbdev_surface_present(struct native_surface *nsurf, argument
189 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
232 fbdev_surface_wait(struct native_surface *nsurf) argument
238 fbdev_surface_destroy(struct native_surface *nsurf) argument
314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, struct native_surface *nsurf, uint x, uint y, const struct native_connector **nconns, int num_nconns, const struct native_mode *nmode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp101 android_surface(const struct native_surface *nsurf) argument
103 return (struct android_surface *) nsurf;
229 android_surface_clear_cache(struct native_surface *nsurf) argument
231 struct android_surface *asurf = android_surface(nsurf);
243 android_surface_add_cache(struct native_surface *nsurf, argument
246 struct android_surface *asurf = android_surface(nsurf);
321 android_surface_dequeue_buffer(struct native_surface *nsurf) argument
323 struct android_surface *asurf = android_surface(nsurf);
347 android_surface_enqueue_buffer(struct native_surface *nsurf) argument
349 struct android_surface *asurf = android_surface(nsurf);
362 android_surface_swap_buffers(struct native_surface *nsurf) argument
394 android_surface_present(struct native_surface *nsurf, const native_present_control *ctrl) argument
439 android_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
480 android_surface_wait(struct native_surface *nsurf) argument
485 android_surface_destroy(struct native_surface *nsurf) argument
[all...]

Completed in 263 milliseconds

12