Home
last modified time | relevance | path

Searched defs:surf (Results 126 - 150 of 265) sorted by relevance

1234567891011

/third_party/skia/tools/gpu/
H A DYUVUtils.cpp159 sk_sp<SkSurface> surf; in MakeYUVAPlanesAsA8() local
/third_party/skia/gm/
H A Dconvexpolyclip.cpp31 auto surf = SkSurface::MakeRaster(SkImageInfo::MakeN32(w, h, kOpaque_SkAlphaType)); in make_img() local
H A Dcrop_imagefilter.cpp123 auto surf = SkSurface::MakeRaster(srcII); in make_image() local
[all...]
H A Dflippity.cpp98 sk_sp<SkSurface> surf = SkSurface::MakeRaster(ii); in make_text_image() local
H A Dgpu_blur_utils.cpp131 auto surf = SkSurface::MakeRenderTarget(rContext, SkBudgeted::kYes, srcII); in make_src_image() local
[all...]
H A Ddrawimageset.cpp39 auto surf = SkSurface::MakeRaster( in make_image_tiles() local
H A Dpathfill.cpp631 auto surf = SkSurface::MakeRasterN32Premul(25, 25); in DEF_SIMPLE_GM() local
H A Dbleed.cpp384 auto surf = ToolUtils::makeSurface(canvas, SkImageInfo::MakeN32Premul(1, 1)); in DEF_SIMPLE_GM() local
H A Dimage.cpp69 static void test_surface(SkCanvas* canvas, SkSurface* surf, bool usePaint) { in test_surface() argument
418 make_lazy_image(SkSurface* surf) make_lazy_image() argument
448 auto surf = ToolUtils::makeSurface(canvas, info, nullptr); DEF_SIMPLE_GM_CAN_FAIL() local
[all...]
/third_party/skia/bench/
H A DCompositingImagesBench.cpp105 auto surf = canvas->makeSurface(ii); variable
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vdpau.c223 VdpVideoSurface surf = (VdpVideoSurface)(uintptr_t)data; in vdpau_buffer_free() local
236 VdpVideoSurface surf; in vdpau_pool_alloc() local
333 VdpVideoSurface surf = (VdpVideoSurface)(uintptr_t)src->data[3]; in vdpau_transfer_data_from() local
391 VdpVideoSurface surf in vdpau_transfer_data_to() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_uav.c258 svga_create_uav(struct svga_context *svga, SVGA3dUAViewDesc *desc, SVGA3dSurfaceFormat svga_format, unsigned resourceDim, struct svga_winsys_surface *surf) svga_create_uav() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c64 struct zink_surface *surf = (struct zink_surface *)entry->key; in zink_reset_batch_state() local
606 struct pipe_surface *surf = NULL; in zink_batch_reference_surface() local
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c254 vlVdpSurface *surf; in vlVdpVideoMixerRender() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c139 void *si_create_dcc_retile_cs(struct si_context *sctx, struct radeon_surf *surf) in si_create_dcc_retile_cs() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c58 struct v3d_surface *surf = v3d_surface(psurf); in load_general() local
120 struct v3d_surface *surf = v3d_surface(psurf); store_general() local
494 struct v3d_surface *surf = v3d_surface(job->cbufs[cbuf]); v3d_setup_render_target() local
507 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, struct v3d_resource *rsc, bool is_separate_stencil) v3d_emit_z_stencil_config() argument
778 struct v3d_surface *surf = v3d_surface(psurf); emit_rcl() local
870 struct v3d_surface *surf = v3d_surface(psurf); emit_rcl() local
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c49 static struct pipe_surface *surf = NULL; variable
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c119 wsi_win32_surface_get_capabilities(VkIcdSurfaceBase *surf, in wsi_win32_surface_get_capabilities() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c241 llvmpipe_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) llvmpipe_surface_destroy() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c346 i915_set_color_surface_swizzle(struct i915_surface *surf) in i915_set_color_surface_swizzle() argument
390 struct i915_surface *surf; in i915_create_surface_custom() local
445 i915_surface_destroy(struct pipe_context *ctx, struct pipe_surface *surf) i915_surface_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.h66 struct isl_surf surf; member
101 struct isl_surf surf; member
110 struct isl_surf surf; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h97 struct isl_surf surf; member
132 struct isl_surf surf; member
253 struct isl_surf surf; member
H A Dcrocus_clear.c299 struct blorp_surf surf; in fast_clear_color() local
369 struct blorp_surf surf; in clear_color() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c989 static void r300_texture_setup_fb_state(struct r300_surface *surf) in r300_texture_setup_fb_state() argument
[all...]
/third_party/skia/tests/
H A DTextBlobTest.cpp366 auto surf = SkSurface::MakeRasterN32Premul(SkScalarRoundToInt(blob->bounds().width()), in render() local

Completed in 25 milliseconds

1234567891011