OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:svga_sampler_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.h
58
struct
svga_sampler_view
struct
75
extern struct
svga_sampler_view
*
81
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v);
84
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v);
87
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv);
90
svga_sampler_view_reference(struct
svga_sampler_view
**ptr, struct
svga_sampler_view
*v)
92
struct
svga_sampler_view
*old = *ptr;
/external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.h
58
struct
svga_sampler_view
struct
75
extern struct
svga_sampler_view
*
81
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v);
84
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v);
87
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv);
90
svga_sampler_view_reference(struct
svga_sampler_view
**ptr, struct
svga_sampler_view
*v)
92
struct
svga_sampler_view
*old = *ptr;
Completed in 151 milliseconds