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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c1298 void *newSource = NULL; local in function:fxt1_encode
1306 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte));
1307 if (!newSource) {
1314 srcRowStride, (GLubyte *) newSource);
1315 source = newSource;
1340 free(newSource);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1179 void *newSource = NULL; local in function:fxt1_encode
1187 newSource = malloc(comps * newWidth * newHeight * sizeof(uint8_t));
1188 if (!newSource)
1192 srcRowStride, (uint8_t *) newSource);
1193 source = newSource;
1217 free(newSource);

Completed in 57 milliseconds