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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c1965 GLubyte **srcMaps, **dstMaps; local in function:generate_mipmap_uncompressed
2011 dstMaps = calloc(dstDepth, sizeof(GLubyte *));
2012 if (dstMaps) {
2017 &dstMaps[slice], &dstRowStride);
2018 if (!dstMaps[slice]) {
2034 dstMaps, dstRowStride);
2048 if (dstMaps) {
2050 if (dstMaps[slice]) {
2054 free(dstMaps);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c1970 GLubyte **srcMaps, **dstMaps; local in function:generate_mipmap_uncompressed
2016 dstMaps = calloc(dstDepth, sizeof(GLubyte *));
2017 if (dstMaps) {
2022 &dstMaps[slice], &dstRowStride);
2023 if (!dstMaps[slice]) {
2039 dstMaps, dstRowStride);
2053 if (dstMaps) {
2055 if (dstMaps[slice]) {
2059 free(dstMaps);

Completed in 10 milliseconds