/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_modeset.h | 32 struct native_surface; 70 struct native_surface *(*create_scanout_surface)(struct native_display *ndpy, 83 struct native_surface *nsurf, uint x, uint y,
|
native.h | 66 * Return TRUE if native_surface::present can preserve the buffer. 87 * Return TRUE if native_surface::present supports presenting a partial 115 struct native_surface { struct 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); 234 struct native_surface *(*create_window_surface)(struct native_display *ndpy, 243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy, 262 struct native_surface *nsurf [all...] |
egl_g3d.h | 76 struct native_surface *native;
|
egl_g3d_image.c | 47 struct native_surface *nsurf;
|
native_helper.c | 377 struct native_surface *nsurf;
|
egl_g3d_api.c | 229 struct native_surface *nsurf; 801 struct native_surface *nsurf;
|
egl_g3d.c | 44 struct native_surface *nsurf,
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
native_drm.h | 95 struct native_surface base; 138 drm_surface(const struct native_surface *nsurf) 161 struct native_surface *
|
modeset.c | 38 drm_surface_validate(struct native_surface *nsurf, uint attachment_mask, 63 drm_surface_init_framebuffers(struct native_surface *nsurf, boolean need_back) 122 drm_surface_flush_frontbuffer(struct native_surface *nsurf) 136 drm_surface_copy_swap(struct native_surface *nsurf) 155 drm_surface_swap_buffers(struct native_surface *nsurf) 196 drm_surface_present(struct native_surface *nsurf, 223 drm_surface_wait(struct native_surface *nsurf) 231 drm_surface_destroy(struct native_surface *nsurf) 291 struct native_surface * 449 struct native_surface *nsurf, uint x, uint y [all...] |
native_drm.c | 249 static struct native_surface *
|
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 51 struct native_surface base; 71 gdi_surface(const struct native_surface *nsurf) 80 gdi_surface_update_geometry(struct native_surface *nsurf) 98 gdi_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) 114 gdi_surface_invalidate(struct native_surface *nsurf) 125 gdi_surface_flush_frontbuffer(struct native_surface *nsurf) 143 gdi_surface_swap_buffers(struct native_surface *nsurf) 163 gdi_surface_present(struct native_surface *nsurf, 187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, 213 gdi_surface_wait(struct native_surface *nsurf [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_wayland.h | 74 struct native_surface base; 103 wayland_surface(const struct native_surface *nsurf)
|
native_wayland.c | 203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, 252 wayland_surface_swap_buffers(struct native_surface *nsurf) 299 wayland_surface_present(struct native_surface *nsurf, 345 wayland_surface_wait(struct native_surface *nsurf) 351 wayland_surface_destroy(struct native_surface *nsurf) 369 static struct native_surface *
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_ximage.c | 56 struct native_surface base; 81 ximage_surface(const struct native_surface *nsurf) 96 ximage_surface_update_geometry(struct native_surface *nsurf) 114 ximage_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) 130 ximage_surface_invalidate(struct native_surface *nsurf) 141 ximage_surface_flush_frontbuffer(struct native_surface *nsurf) 155 ximage_surface_swap_buffers(struct native_surface *nsurf) 172 ximage_surface_present(struct native_surface *nsurf, 196 ximage_surface_validate(struct native_surface *nsurf, uint attachment_mask, 222 ximage_surface_wait(struct native_surface *nsurf [all...] |
native_dri2.c | 70 struct native_surface base; 98 dri2_surface(const struct native_surface *nsurf) 113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf, 195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask) 274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask) 287 dri2_surface_receive_events(struct native_surface *nsurf) 294 dri2_surface_flush_frontbuffer(struct native_surface *nsurf) 316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects, 357 dri2_surface_present(struct native_surface *nsurf, 381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/ |
native_fbdev.c | 74 struct native_surface base; 92 fbdev_surface(const struct native_surface *nsurf) 98 fbdev_surface_validate(struct native_surface *nsurf, uint attachment_mask, 149 fbdev_surface_update_drawable(struct native_surface *nsurf, 186 fbdev_surface_present(struct native_surface *nsurf, 232 fbdev_surface_wait(struct native_surface *nsurf) 238 fbdev_surface_destroy(struct native_surface *nsurf) 246 static struct native_surface * 304 static struct native_surface * 315 struct native_surface *nsurf, uint x, uint y [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 68 struct native_surface base; 101 android_surface(const struct native_surface *nsurf) 229 android_surface_clear_cache(struct native_surface *nsurf) 243 android_surface_add_cache(struct native_surface *nsurf, 321 android_surface_dequeue_buffer(struct native_surface *nsurf) 347 android_surface_enqueue_buffer(struct native_surface *nsurf) 362 android_surface_swap_buffers(struct native_surface *nsurf) 394 android_surface_present(struct native_surface *nsurf, 439 android_surface_validate(struct native_surface *nsurf, uint attachment_mask, 480 android_surface_wait(struct native_surface *nsurf [all...] |
/frameworks/base/media/jni/ |
android_media_MediaRecorder.cpp | 336 const sp<Surface> native_surface = get_surface(env, surface); local 340 if (native_surface.get() == 0) { 346 ALOGI("prepare: surface=%p", native_surface.get()); 347 if (process_media_recorder_call(env, mr->setPreviewSurface(native_surface->getIGraphicBufferProducer()), "java/lang/RuntimeException", "setPreviewSurface failed.")) {
|
/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) 880 struct native_surface* surface; [all...] |