Searched refs:temp_dst_slices (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c2078 GLubyte **temp_src_slices = NULL, **temp_dst_slices = NULL; local in function:generate_mipmap_compressed
2118 temp_dst_slices = malloc(srcImage->Depth * sizeof(GLubyte *));
2120 if (!temp_src || !temp_src_slices || !temp_dst_slices) {
2188 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i;
2199 temp_dst_slices, temp_dst_row_stride);
2221 free(temp_dst_slices);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c2083 GLubyte **temp_src_slices = NULL, **temp_dst_slices = NULL; local in function:generate_mipmap_compressed
2123 temp_dst_slices = malloc(srcImage->Depth * sizeof(GLubyte *));
2125 if (!temp_src || !temp_src_slices || !temp_dst_slices) {
2193 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i;
2204 temp_dst_slices, temp_dst_row_stride);
2226 free(temp_dst_slices);

Completed in 10 milliseconds