Searched refs:copy_rows (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.h | 43 void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride,
|
D | radeon_pixel_read.c | 182 copy_rows(pixels, dst_rowstride, dst_buffer->ptr, in do_blit_readpixels()
|
D | radeon_screen.h | 241 #define copy_rows r200_copy_rows macro
|
D | radeon_texture.c | 57 void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, in copy_rows() function
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.h | 43 void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride,
|
D | radeon_pixel_read.c | 182 copy_rows(pixels, dst_rowstride, dst_buffer->ptr, in do_blit_readpixels()
|
D | radeon_screen.h | 241 #define copy_rows r200_copy_rows macro
|
D | radeon_texture.c | 57 void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, in copy_rows() function
|