Searched refs:upload_image_stride (Results 1 – 1 of 1) sorted by relevance
195 unsigned upload_image_stride = in UploadWithTexSubImage() local198 if (upload_image_stride == image_rect.width() * bytes_per_pixel && in UploadWithTexSubImage()202 size_t needed_size = upload_image_stride * source_rect.height(); in UploadWithTexSubImage()210 memcpy(&sub_image_[upload_image_stride * row], in UploadWithTexSubImage()250 unsigned upload_image_stride = in UploadWithMapTexSubImage() local270 if (upload_image_stride == image_rect.width() * bytes_per_pixel && in UploadWithMapTexSubImage()279 memcpy(&pixel_dest[upload_image_stride * row], in UploadWithMapTexSubImage()