Home
last modified time | relevance | path

Searched refs:renderer_solid (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_priv.h286 void renderer_solid(struct xa_context *r,
Dxa_context.c345 renderer_solid(ctx, x, y, x + width, y + height, ctx->solid_color); in xa_solid()
Dxa_composite.c514 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height, in xa_composite_rect()
Dxa_renderer.c559 renderer_solid(struct xa_context *r, in renderer_solid() function