HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 276 - 300 of 1387) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 84 /* Saves surface contents to a file.
87 * is used. If the option has not been specified, the surface
90 * Returns TRUE if the surface has been saved.
93 struct pipe_surface *surface,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 57 VdpVideoSurface *surface)
109 *surface = vlAddDataHTAB(p_surf);
110 if (*surface == 0) {
133 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface)
137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
146 vlRemoveDataHTAB(surface);
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,
164 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
198 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface,
210 vlsurface = vlGetDataHTAB(surface);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 65 * Open a shared surface (optional).
74 * Close a shared surface (optional).
78 struct stw_shared_surface *surface);
81 * Compose into a shared surface (optional).
83 * Blit the color buffer into a shared surface.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 44 * pipe surface.
50 struct pipe_surface *surface; /* temporary view into texture */ member in struct:st_renderbuffer
  /external/skia/gm/
color4f.cpp 82 auto surface(SkSurface::MakeRaster(info));
83 surface->getCanvas()->drawPaint(bg);
84 draw_into_canvas(surface->getCanvas());
85 surface->draw(canvas, 0, 0, nullptr);
  /external/skia/samplecode/
SampleFilterQuality.cpp 23 auto surface = canvas->makeSurface(info); local
24 if (!surface) {
25 surface = SkSurface::MakeRaster(info);
27 return surface;
41 auto surface(SkSurface::MakeRaster(info));
42 SkCanvas* canvas = surface->getCanvas();
56 return surface->makeImageSnapshot();
66 auto surface(origSurf->makeSurface(info));
67 SkCanvas* canvas = surface->getCanvas();
86 return surface->makeImageSnapshot()
217 sk_sp<SkSurface> surface; local
    [all...]
  /external/skia/tests/
skbug6653.cpp 19 static SkBitmap read_pixels(sk_sp<SkSurface> surface) {
21 bmp.allocN32Pixels(surface->width(), surface->height());
22 if (!surface->readPixels(bmp, 0, 0)) {
  /external/skqp/gm/
color4f.cpp 83 auto surface(SkSurface::MakeRaster(info));
84 surface->getCanvas()->drawPaint(bg);
85 draw_into_canvas(surface->getCanvas());
86 surface->draw(canvas, 0, 0, nullptr);
  /external/skqp/samplecode/
SampleFilterQuality.cpp 23 auto surface = canvas->makeSurface(info); local
24 if (!surface) {
25 surface = SkSurface::MakeRaster(info);
27 return surface;
41 auto surface(SkSurface::MakeRaster(info));
42 SkCanvas* canvas = surface->getCanvas();
56 return surface->makeImageSnapshot();
66 auto surface(origSurf->makeSurface(info));
67 SkCanvas* canvas = surface->getCanvas();
86 return surface->makeImageSnapshot()
217 sk_sp<SkSurface> surface; local
    [all...]
  /external/skqp/tests/
skbug6653.cpp 19 static SkBitmap read_pixels(sk_sp<SkSurface> surface) {
21 bmp.allocN32Pixels(surface->width(), surface->height());
22 if (!surface->readPixels(bmp, 0, 0)) {
GrMipMappedTest.cpp 53 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( local
62 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice();
227 sk_sp<SkSurface> surface; local
231 surface = SkSurface::MakeFromBackendTexture(context,
241 surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 0,
245 REPORTER_ASSERT(reporter, surface);
246 if (!surface) {
249 SkGpuDevice* device = ((SkSurface_Gpu*)surface.get())->getDevice();
257 sk_sp<SkImage> image = surface->makeImageSnapshot();
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.h 59 static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface,
61 static void pointer_handle_leave(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface);
68 static void keyboard_handle_enter(void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface,
70 static void keyboard_handle_leave(void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface);
  /external/vulkan-validation-layers/layers/
core_validation.h 165 VkSurfaceKHR surface = VK_NULL_HANDLE; member in struct:SURFACE_STATE
171 SURFACE_STATE(VkSurfaceKHR surface) : surface(surface) {}
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HardwareCanvasTextureViewActivity.java 26 import android.view.Surface;
51 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
57 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
62 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
68 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
74 private final Surface mSurface;
79 mSurface = new Surface(mView.getSurfaceTexture());
  /hardware/intel/common/libva/test/common/
va_display_drm.c 62 VASurfaceID surface,
  /hardware/intel/common/libva/va/
va_android.h 58 * to get the decode output surface to an ISurface object.
65 VASurfaceID surface,
  /packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
SampleTvInputService.java 22 import android.view.Surface;
41 public boolean onSetSurface(Surface surface) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 24 import android.view.Surface;
80 public void onSetPreviewSurface(Surface surface) {
81 mRemoteVideoProvider.setPreviewSurface(surface);
85 public void onSetDisplaySurface(Surface surface) {
86 mRemoteVideoProvider.setDisplaySurface(surface);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 28 import android.view.Surface;
44 private Surface mPreviewSurface = null;
45 private Surface mDisplaySurface = null;
63 * Stores the preview surface set via the {@link VideoCall#setPreviewSurface(Surface)} API for
66 * @param surface The {@link Surface}.
69 public void onSetPreviewSurface(Surface surface) {
70 mPreviewSurface = surface;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.h 225 VkSurfaceKHR surface = VK_NULL_HANDLE; member in struct:SURFACE_STATE
230 SURFACE_STATE(VkSurfaceKHR surface)
231 : surface(surface) {}
  /system/core/healthd/
animation.h 36 GRSurface* surface; member in struct:android::animation::frame
healthd_draw.h 42 // returns the last y-offset of where the surface ends.
43 virtual int draw_surface_centered(GRSurface* surface);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 1224 struct r300_surface* surface = CALLOC_STRUCT(r300_surface); local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 61 * A factor applied to the maximum surface memory size to determine
119 } surface; member in struct:vmw_svga_winsys_context
140 * The amount of surface, GMR or MOB memory that is referred by the commands
226 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) {
227 struct vmw_ctx_validate_item *isurf = &vswc->surface.items[i];
234 vswc->surface.used = 0;
235 vswc->surface.reserved = 0;
291 vswc->surface.used + nr_relocs > vswc->surface.size |
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 69 VASurfaceID surface,
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
111 struct wl_surface *surface; member in struct:drawable
163 wl_surface_attach(wl_drawable->surface, buffer, 0, 0);
165 wl_drawable->surface,
171 callback = wl_surface_frame(wl_drawable->surface);
172 wl_surface_commit(wl_drawable->surface);
259 drawable1->surface = surface1;
274 drawable1->surface = surface2;

Completed in 1686 milliseconds

<<11121314151617181920>>