H A D | readpix.c | 63 int stride, dstStride, j; local 86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); 99 dst += dstStride; 120 int dstStride, stride; local 135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); 154 dst += dstStride; 235 int dstStride, stride, j, texelBytes; local 265 dstStride = _mesa_image_row_stride(packing, width, format, type); 289 dst += dstStride; 300 dst += dstStride; 330 int dstStride, stride, j; local 416 fast_read_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLubyte *dst, int dstStride) argument 460 fast_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, uint32_t *dst, int dstStride) argument 519 slow_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *packing, GLubyte *dst, int dstStride) argument 608 int dstStride; local [all...] |