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

  /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/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/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);
egl_g3d_api.c 229 struct native_surface *nsurf; local
263 nsurf = gdpy->native->create_window_surface(gdpy->native,
267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native,
274 nsurf = gdpy->native->modeset->create_scanout_surface(gdpy->native,
279 nsurf = NULL;
283 if (!nsurf) {
288 if (!nsurf->validate(nsurf, 0x0, &gsurf->sequence_number, NULL,
290 nsurf->destroy(nsurf);
801 struct native_surface *nsurf; local
    [all...]
egl_g3d.c 44 struct native_surface *nsurf,
48 struct egl_g3d_surface *gsurf = egl_g3d_surface(nsurf->user_data);
  /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/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/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/mesa3d/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...]
  /cts/apps/CameraITS/pymodules/its/
device.py 662 nsurf = 1 if out_surfaces is None else len(cmd["outputSurfaces"])
712 ncap, "s" if ncap>1 else "", nsurf, "s" if nsurf>1 else "",
716 # Wait for ncap*nsurf images and ncap metadata responses.
727 while nbufs < ncap*nsurf or len(mds) < ncap:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 315 static void handle_invalid_surface(struct native_display *ndpy, struct native_surface *nsurf, unsigned int seq_num)
317 GalliumDXGISwapChainRevalidate((IDXGISwapChain*)nsurf->user_data);
    [all...]

Completed in 372 milliseconds