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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcompsub.c35 unsigned char ImgDataTemp[ImgSize / 4]; local in function:LoadCompressedImage
51 memcpy(&ImgDataTemp[i * ImgWidth], &ImgData[half + i * 2 * ImgWidth], ImgWidth);
56 CompFormat, ImgSize / 4, ImgDataTemp);
60 memcpy(&ImgDataTemp[i * ImgWidth], &ImgData[half + i * 2 * ImgWidth + ImgWidth], ImgWidth);
65 CompFormat, ImgSize / 4, ImgDataTemp);

Completed in 3 milliseconds