/external/mesa3d/src/gallium/drivers/identity/ |
D | id_objects.h | 91 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/ |
D | id_objects.h | 91 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/ |
D | glhd_objects.h | 93 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()
|
D | glhd_context.c | 848 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/ |
D | glhd_objects.h | 93 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()
|
D | glhd_context.c | 848 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/ |
D | rbug_objects.h | 115 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()
|
D | rbug_context.c | 1009 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/ |
D | rbug_objects.h | 115 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()
|
D | rbug_context.c | 1009 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/ |
D | tr_dump.c | 596 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()
|
D | tr_dump.h | 109 void trace_dump_surface_ptr(struct pipe_surface *_surface);
|
D | tr_context.c | 972 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/ |
D | tr_dump.c | 596 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()
|
D | tr_dump.h | 109 void trace_dump_surface_ptr(struct pipe_surface *_surface);
|
D | tr_context.c | 972 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/ |
D | egldriver.h | 62 _EGL_DRIVER_TYPECAST(drvname ## _surface, _EGLSurface, obj) \
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | egldriver.h | 62 _EGL_DRIVER_TYPECAST(drvname ## _surface, _EGLSurface, obj) \
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testblitspeed.c | 36 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()
|