Home
last modified time | relevance | path

Searched defs:csurf (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c203 struct zink_ctx_surface *csurf = CALLOC_STRUCT(zink_ctx_surface); in wrap_surface() local
227 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)wrap_surface(pctx, psurf); in zink_create_surface() local
310 struct zink_ctx_surface *csurf = (struct zink_ctx_surface *)psurface; in zink_surface_destroy() local
Dzink_surface.h138 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)*psurface; in zink_rebind_ctx_surface() local
Dzink_context.c2272 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i]; in zink_begin_render_pass() local
2316 struct zink_ctx_surface *csurf = (struct zink_ctx_surface*)ctx->fb_state.cbufs[i]; in zink_end_render_pass() local
/third_party/flutter/skia/src/c/
Dsk_surface.cpp364 void sk_surface_unref(sk_surface_t* csurf) { in sk_surface_unref()
368 sk_canvas_t* sk_surface_get_canvas(sk_surface_t* csurf) { in sk_surface_get_canvas()
373 sk_image_t* sk_surface_new_image_snapshot(sk_surface_t* csurf) { in sk_surface_new_image_snapshot()
/third_party/skia/src/c/
Dsk_surface.cpp395 void sk_surface_unref(sk_surface_t* csurf) { in sk_surface_unref()
399 sk_canvas_t* sk_surface_get_canvas(sk_surface_t* csurf) { in sk_surface_get_canvas()
404 sk_image_t* sk_surface_new_image_snapshot(sk_surface_t* csurf) { in sk_surface_new_image_snapshot()