HomeSort by relevance Sort by last modified time
    Searched refs:nsurf (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 71 gdi_surface(const struct native_surface *nsurf)
73 return (struct gdi_surface *) nsurf;
80 gdi_surface_update_geometry(struct native_surface *nsurf)
82 struct gdi_surface *gsurf = gdi_surface(nsurf);
98 gdi_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
100 struct gdi_surface *gsurf = gdi_surface(nsurf);
114 gdi_surface_invalidate(struct native_surface *nsurf)
116 struct gdi_surface *gsurf = gdi_surface(nsurf);
125 gdi_surface_flush_frontbuffer(struct native_surface *nsurf)
127 struct gdi_surface *gsurf = gdi_surface(nsurf);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 71 gdi_surface(const struct native_surface *nsurf)
73 return (struct gdi_surface *) nsurf;
80 gdi_surface_update_geometry(struct native_surface *nsurf)
82 struct gdi_surface *gsurf = gdi_surface(nsurf);
98 gdi_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
100 struct gdi_surface *gsurf = gdi_surface(nsurf);
114 gdi_surface_invalidate(struct native_surface *nsurf)
116 struct gdi_surface *gsurf = gdi_surface(nsurf);
125 gdi_surface_flush_frontbuffer(struct native_surface *nsurf)
127 struct gdi_surface *gsurf = gdi_surface(nsurf);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 81 ximage_surface(const struct native_surface *nsurf)
83 return (struct ximage_surface *) nsurf;
96 ximage_surface_update_geometry(struct native_surface *nsurf)
98 struct ximage_surface *xsurf = ximage_surface(nsurf);
114 ximage_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
116 struct ximage_surface *xsurf = ximage_surface(nsurf);
130 ximage_surface_invalidate(struct native_surface *nsurf)
132 struct ximage_surface *xsurf = ximage_surface(nsurf);
141 ximage_surface_flush_frontbuffer(struct native_surface *nsurf)
143 struct ximage_surface *xsurf = ximage_surface(nsurf);
    [all...]
native_dri2.c 98 dri2_surface(const struct native_surface *nsurf)
100 return (struct dri2_surface *) nsurf;
113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf,
117 struct dri2_surface *dri2surf = dri2_surface(nsurf);
195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask)
197 struct dri2_surface *dri2surf = dri2_surface(nsurf);
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
276 struct dri2_surface *dri2surf = dri2_surface(nsurf);
287 dri2_surface_receive_events(struct native_surface *nsurf)
289 struct dri2_surface *dri2surf = dri2_surface(nsurf);
777 struct native_surface *nsurf; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 81 ximage_surface(const struct native_surface *nsurf)
83 return (struct ximage_surface *) nsurf;
96 ximage_surface_update_geometry(struct native_surface *nsurf)
98 struct ximage_surface *xsurf = ximage_surface(nsurf);
114 ximage_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
116 struct ximage_surface *xsurf = ximage_surface(nsurf);
130 ximage_surface_invalidate(struct native_surface *nsurf)
132 struct ximage_surface *xsurf = ximage_surface(nsurf);
141 ximage_surface_flush_frontbuffer(struct native_surface *nsurf)
143 struct ximage_surface *xsurf = ximage_surface(nsurf);
    [all...]
native_dri2.c 98 dri2_surface(const struct native_surface *nsurf)
100 return (struct dri2_surface *) nsurf;
113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf,
117 struct dri2_surface *dri2surf = dri2_surface(nsurf);
195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask)
197 struct dri2_surface *dri2surf = dri2_surface(nsurf);
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
276 struct dri2_surface *dri2surf = dri2_surface(nsurf);
287 dri2_surface_receive_events(struct native_surface *nsurf)
289 struct dri2_surface *dri2surf = dri2_surface(nsurf);
777 struct native_surface *nsurf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_modeset.h 83 struct native_surface *nsurf, uint x, uint y,
native.h 121 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,
egl_g3d_image.c 47 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);
native_helper.c 377 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/
native_modeset.h 83 struct native_surface *nsurf, uint x, uint y,
native.h 121 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,
egl_g3d_image.c 47 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);
native_helper.c 377 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/
modeset.c 38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask,
42 struct drm_surface *drmsurf = drm_surface(nsurf);
63 drm_surface_init_framebuffers(struct native_surface *nsurf, boolean need_back)
65 struct drm_surface *drmsurf = drm_surface(nsurf);
122 drm_surface_flush_frontbuffer(struct native_surface *nsurf)
125 struct drm_surface *drmsurf = drm_surface(nsurf);
136 drm_surface_copy_swap(struct native_surface *nsurf)
138 struct drm_surface *drmsurf = drm_surface(nsurf);
146 if (!drm_surface_flush_frontbuffer(nsurf))
155 drm_surface_swap_buffers(struct native_surface *nsurf)
    [all...]
native_drm.h 138 drm_surface(const struct native_surface *nsurf)
140 return (struct drm_surface *) nsurf;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask,
42 struct drm_surface *drmsurf = drm_surface(nsurf);
63 drm_surface_init_framebuffers(struct native_surface *nsurf, boolean need_back)
65 struct drm_surface *drmsurf = drm_surface(nsurf);
122 drm_surface_flush_frontbuffer(struct native_surface *nsurf)
125 struct drm_surface *drmsurf = drm_surface(nsurf);
136 drm_surface_copy_swap(struct native_surface *nsurf)
138 struct drm_surface *drmsurf = drm_surface(nsurf);
146 if (!drm_surface_flush_frontbuffer(nsurf))
155 drm_surface_swap_buffers(struct native_surface *nsurf)
    [all...]
native_drm.h 138 drm_surface(const struct native_surface *nsurf)
140 return (struct drm_surface *) nsurf;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 103 wayland_surface(const struct native_surface *nsurf)
105 return (struct wayland_surface *) nsurf;
native_wayland.c 203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask,
207 struct wayland_surface *surface = wayland_surface(nsurf);
252 wayland_surface_swap_buffers(struct native_surface *nsurf)
254 struct wayland_surface *surface = wayland_surface(nsurf);
299 wayland_surface_present(struct native_surface *nsurf,
302 struct wayland_surface *surface = wayland_surface(nsurf);
328 ret = wayland_surface_swap_buffers(nsurf);
345 wayland_surface_wait(struct native_surface *nsurf)
351 wayland_surface_destroy(struct native_surface *nsurf)
353 struct wayland_surface *surface = wayland_surface(nsurf);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 103 wayland_surface(const struct native_surface *nsurf)
105 return (struct wayland_surface *) nsurf;
native_wayland.c 203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask,
207 struct wayland_surface *surface = wayland_surface(nsurf);
252 wayland_surface_swap_buffers(struct native_surface *nsurf)
254 struct wayland_surface *surface = wayland_surface(nsurf);
299 wayland_surface_present(struct native_surface *nsurf,
302 struct wayland_surface *surface = wayland_surface(nsurf);
328 ret = wayland_surface_swap_buffers(nsurf);
345 wayland_surface_wait(struct native_surface *nsurf)
351 wayland_surface_destroy(struct native_surface *nsurf)
353 struct wayland_surface *surface = wayland_surface(nsurf);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 92 fbdev_surface(const struct native_surface *nsurf)
94 return (struct fbdev_surface *) nsurf;
98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask,
102 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
149 fbdev_surface_update_drawable(struct native_surface *nsurf,
152 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
186 fbdev_surface_present(struct native_surface *nsurf,
189 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
232 fbdev_surface_wait(struct native_surface *nsurf)
238 fbdev_surface_destroy(struct native_surface *nsurf)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 92 fbdev_surface(const struct native_surface *nsurf)
94 return (struct fbdev_surface *) nsurf;
98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask,
102 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
149 fbdev_surface_update_drawable(struct native_surface *nsurf,
152 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
186 fbdev_surface_present(struct native_surface *nsurf,
189 struct fbdev_surface *fbsurf = fbdev_surface(nsurf);
232 fbdev_surface_wait(struct native_surface *nsurf)
238 fbdev_surface_destroy(struct native_surface *nsurf)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 101 android_surface(const struct native_surface *nsurf)
103 return (struct android_surface *) nsurf;
229 android_surface_clear_cache(struct native_surface *nsurf)
231 struct android_surface *asurf = android_surface(nsurf);
243 android_surface_add_cache(struct native_surface *nsurf,
246 struct android_surface *asurf = android_surface(nsurf);
321 android_surface_dequeue_buffer(struct native_surface *nsurf)
323 struct android_surface *asurf = android_surface(nsurf);
347 android_surface_enqueue_buffer(struct native_surface *nsurf)
349 struct android_surface *asurf = android_surface(nsurf);
    [all...]

Completed in 255 milliseconds

1 2