Home
last modified time | relevance | path

Searched refs:_surface (Results 1 – 19 of 19) sorted by relevance

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