Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h277 void renderer_solid(struct xa_context *r,
Dxa_context.c346 renderer_solid(ctx, x, y, x + width, y + height); in xa_solid()
Dxa_composite.c552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect()
Dxa_renderer.c547 renderer_solid(struct xa_context *r, in renderer_solid() function