HomeSort by relevance Sort by last modified time
    Searched refs:svga_propagate_surface (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.h 59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
svga_pipe_blit.c 114 svga_propagate_surface(pipe, dstsurf);
svga_context.c 289 svga_propagate_surface(svga, svga->curr.framebuffer.cbufs[i]);
293 svga_propagate_surface(svga, svga->curr.framebuffer.zsbuf);
svga_pipe_misc.c 97 svga_propagate_surface(svga, dst->cbufs[i]);
svga_surface.c 321 /* this will happen later in svga_propagate_surface */
351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf) function
389 * Check if we should call svga_propagate_surface on the surface.
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
svga_pipe_blit.c 114 svga_propagate_surface(pipe, dstsurf);
svga_context.c 289 svga_propagate_surface(svga, svga->curr.framebuffer.cbufs[i]);
293 svga_propagate_surface(svga, svga->curr.framebuffer.zsbuf);
svga_pipe_misc.c 97 svga_propagate_surface(svga, dst->cbufs[i]);
svga_surface.c 321 /* this will happen later in svga_propagate_surface */
351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf) function
389 * Check if we should call svga_propagate_surface on the surface.

Completed in 72 milliseconds