Searched refs:temp_src_stride (Results 1 – 1 of 1) sorted by relevance
2023 GLuint temp_src_stride; /* in bytes */ in generate_mipmap_compressed() local2055 temp_src_stride = _mesa_format_row_stride(temp_format, srcImage->Width); in generate_mipmap_compressed()2056 temp_src = (GLubyte *) malloc(temp_src_stride * srcImage->Height + 20); in generate_mipmap_compressed()2124 temp_src_stride, in generate_mipmap_compressed()2147 temp_src_stride = temp_dst_stride; in generate_mipmap_compressed()