HomeSort by relevance Sort by last modified time
    Searched defs:native_surface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface.h 45 gbm_surface* native_surface() { return native_surface_; }; function in class:ui::GbmSurface
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
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...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
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...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 325 const sp<Surface> native_surface = get_surface(env, surface); local
329 if (native_surface.get() == 0) {
335 ALOGI("prepare: surface=%p", native_surface.get());
336 if (process_media_recorder_call(env, mr->setPreviewSurface(native_surface->getIGraphicBufferProducer()), "java/lang/RuntimeException", "setPreviewSurface failed.")) {

Completed in 943 milliseconds