OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:util_dirty_surface_flush_t
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h
37
typedef void (*
util_dirty_surface_flush_t
) (struct pipe_context *, struct pipe_surface *);
typedef
57
util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss,
util_dirty_surface_flush_t
flush)
70
util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last,
util_dirty_surface_flush_t
flush)
86
util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss,
util_dirty_surface_flush_t
flush)
/external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h
37
typedef void (*
util_dirty_surface_flush_t
) (struct pipe_context *, struct pipe_surface *);
typedef
57
util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss,
util_dirty_surface_flush_t
flush)
70
util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last,
util_dirty_surface_flush_t
flush)
86
util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss,
util_dirty_surface_flush_t
flush)
Completed in 2509 milliseconds