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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.h 43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) function
91 return (struct svga_surface *)surface;
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface;
svga_pipe_blit.c 30 #include "svga_surface.h"
78 svga_surface(dstsurf)->handle,
80 svga_surface(srcsurf)->handle,
113 svga_surface(dstsurf)->dirty = TRUE;
svga_surface.c 40 #include "svga_surface.h"
54 struct svga_surface dst, src;
192 struct svga_surface *s;
203 s = CALLOC_STRUCT(svga_surface);
289 struct svga_surface *s = svga_surface(surf);
306 struct svga_surface *s = svga_surface(surf);
353 struct svga_surface *s = svga_surface(surf)
    [all...]
svga_pipe_clear.c 34 #include "svga_surface.h"
116 svga_surface(svga->curr.framebuffer.cbufs[0])->handle);
svga_cmd.c 36 #include "svga_surface.h"
64 struct svga_surface *s = svga_surface(surface);
    [all...]
svga_draw.c 40 #include "svga_surface.h"
222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) function
91 return (struct svga_surface *)surface;
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface;
svga_pipe_blit.c 30 #include "svga_surface.h"
78 svga_surface(dstsurf)->handle,
80 svga_surface(srcsurf)->handle,
113 svga_surface(dstsurf)->dirty = TRUE;
svga_surface.c 40 #include "svga_surface.h"
54 struct svga_surface dst, src;
192 struct svga_surface *s;
203 s = CALLOC_STRUCT(svga_surface);
289 struct svga_surface *s = svga_surface(surf);
306 struct svga_surface *s = svga_surface(surf);
353 struct svga_surface *s = svga_surface(surf)
    [all...]
svga_pipe_clear.c 34 #include "svga_surface.h"
116 svga_surface(svga->curr.framebuffer.cbufs[0])->handle);
svga_cmd.c 36 #include "svga_surface.h"
64 struct svga_surface *s = svga_surface(surface);
    [all...]
svga_draw.c 40 #include "svga_surface.h"
222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,

Completed in 2799 milliseconds