• Home
  • Raw
  • Download

Lines Matching refs:dstStride

63    int stride, dstStride, j;  in fast_read_depth_pixels()  local
86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in fast_read_depth_pixels()
99 dst += dstStride; in fast_read_depth_pixels()
120 int dstStride, stride; in read_depth_pixels() local
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_depth_pixels()
154 dst += dstStride; in read_depth_pixels()
235 int dstStride, stride, j, texelBytes; in fast_read_rgba_pixels_memcpy() local
265 dstStride = _mesa_image_row_stride(packing, width, format, type); in fast_read_rgba_pixels_memcpy()
289 dst += dstStride; in fast_read_rgba_pixels_memcpy()
300 dst += dstStride; in fast_read_rgba_pixels_memcpy()
307 dst += dstStride; in fast_read_rgba_pixels_memcpy()
330 int dstStride, stride, j; in slow_read_rgba_pixels() local
334 dstStride = _mesa_image_row_stride(packing, width, format, type); in slow_read_rgba_pixels()
368 dst += dstStride; in slow_read_rgba_pixels()
419 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels() argument
445 dst += dstStride; in fast_read_depth_stencil_pixels()
463 uint32_t *dst, int dstStride) in fast_read_depth_stencil_pixels_separate() argument
503 dst += dstStride / 4; in fast_read_depth_stencil_pixels_separate()
524 GLubyte *dst, int dstStride) in slow_read_depth_stencil_pixels_separate() argument
574 dst += dstStride; in slow_read_depth_stencil_pixels_separate()
608 int dstStride; in read_depth_stencil_pixels() local
614 dstStride = _mesa_image_row_stride(packing, width, in read_depth_stencil_pixels()
621 dst, dstStride)) in read_depth_stencil_pixels()
625 (uint32_t *)dst, dstStride)) in read_depth_stencil_pixels()
631 dst, dstStride); in read_depth_stencil_pixels()