Searched refs:temp_dst_slices (Results 1 – 1 of 1) sorted by relevance
2053 GLubyte **temp_src_slices = NULL, **temp_dst_slices = NULL; in generate_mipmap_compressed() local2093 temp_dst_slices = malloc(srcImage->Depth * sizeof(GLubyte *)); in generate_mipmap_compressed()2095 if (!temp_src || !temp_src_slices || !temp_dst_slices) { in generate_mipmap_compressed()2163 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i; in generate_mipmap_compressed()2174 temp_dst_slices, temp_dst_row_stride); in generate_mipmap_compressed()2196 free(temp_dst_slices); in generate_mipmap_compressed()