Searched defs:_surface (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_objects.h93 galahad_surface(struct pipe_surface *_surface) argument
95 if(!_surface)
97 (void)galahad_resource(_surface->texture);
98 return (struct galahad_surface *)_surface;
128 galahad_surface_unwrap(struct pipe_surface *_surface) argument
130 if(!_surface)
132 return galahad_surface(_surface)->surface;
H A Dglhd_context.c848 struct pipe_surface *_surface)
851 galahad_surface(_surface));
847 galahad_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_objects.h91 identity_surface(struct pipe_surface *_surface) argument
93 if(!_surface)
95 (void)identity_resource(_surface->texture);
96 return (struct identity_surface *)_surface;
126 identity_surface_unwrap(struct pipe_surface *_surface) argument
128 if(!_surface)
130 return identity_surface(_surface)->surface;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.h93 galahad_surface(struct pipe_surface *_surface) argument
95 if(!_surface)
97 (void)galahad_resource(_surface->texture);
98 return (struct galahad_surface *)_surface;
128 galahad_surface_unwrap(struct pipe_surface *_surface) argument
130 if(!_surface)
132 return galahad_surface(_surface)->surface;
H A Dglhd_context.c848 struct pipe_surface *_surface)
851 galahad_surface(_surface));
847 galahad_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.h91 identity_surface(struct pipe_surface *_surface) argument
93 if(!_surface)
95 (void)identity_resource(_surface->texture);
96 return (struct identity_surface *)_surface;
126 identity_surface_unwrap(struct pipe_surface *_surface) argument
128 if(!_surface)
130 return identity_surface(_surface)->surface;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_objects.h115 rbug_surface(struct pipe_surface *_surface) argument
117 if (!_surface)
119 (void)rbug_resource(_surface->texture);
120 return (struct rbug_surface *)_surface;
157 rbug_surface_unwrap(struct pipe_surface *_surface) argument
159 if (!_surface)
161 return rbug_surface(_surface)->surface;
H A Drbug_context.c1009 struct pipe_surface *_surface)
1012 struct rbug_surface *rb_surface = rbug_surface(_surface);
1008 rbug_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h115 rbug_surface(struct pipe_surface *_surface) argument
117 if (!_surface)
119 (void)rbug_resource(_surface->texture);
120 return (struct rbug_surface *)_surface;
157 rbug_surface_unwrap(struct pipe_surface *_surface) argument
159 if (!_surface)
161 return rbug_surface(_surface)->surface;
H A Drbug_context.c1009 struct pipe_surface *_surface)
1012 struct rbug_surface *rb_surface = rbug_surface(_surface);
1008 rbug_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c36 static void __append_sdl_surface_flag(SDL_Surface *_surface, char *str, argument
40 if (_surface->flags & flag)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump.c596 void trace_dump_surface_ptr(struct pipe_surface *_surface) argument
601 if (_surface) {
602 struct trace_surface *tr_surf = trace_surface(_surface);
H A Dtr_context.c972 struct pipe_surface *_surface)
976 struct trace_surface *tr_surf = trace_surface(_surface);
971 trace_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c596 void trace_dump_surface_ptr(struct pipe_surface *_surface) argument
601 if (_surface) {
602 struct trace_surface *tr_surf = trace_surface(_surface);
H A Dtr_context.c972 struct pipe_surface *_surface)
976 struct trace_surface *tr_surf = trace_surface(_surface);
971 trace_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument

Completed in 2090 milliseconds