Lines Matching refs:rowstride
140 GLint rowstride; in get_tex_depth_stencil() local
145 GL_MAP_READ_BIT, &srcMap, &rowstride); in get_tex_depth_stencil()
149 const GLubyte *src = srcMap + row * rowstride; in get_tex_depth_stencil()
187 GLint rowstride; in get_tex_stencil() local
193 &srcMap, &rowstride); in get_tex_stencil()
197 const GLubyte *src = srcMap + row * rowstride; in get_tex_stencil()
231 GLint rowstride; in get_tex_ycbcr() local
236 GL_MAP_READ_BIT, &srcMap, &rowstride); in get_tex_ycbcr()
240 const GLubyte *src = srcMap + row * rowstride; in get_tex_ycbcr()
460 GLint rowstride; in get_tex_rgba_uncompressed() local
471 &srcMap, &rowstride); in get_tex_rgba_uncompressed()
511 img_src, texFormat, rowstride, in get_tex_rgba_uncompressed()
535 src_stride = rowstride; in get_tex_rgba_uncompressed()