Lines Matching refs:ImgWidth
15 static int ImgWidth = 512;
40 glTexImage2D(Target, 0, CompFormat, ImgWidth, ImgHeight, 0,
46 ImgWidth, ImgHeight / 2,
51 memcpy(&ImgDataTemp[i * ImgWidth], &ImgData[half + i * 2 * ImgWidth], ImgWidth);
55 ImgWidth / 2, ImgHeight / 2,
60 memcpy(&ImgDataTemp[i * ImgWidth], &ImgData[half + i * 2 * ImgWidth + ImgWidth], ImgWidth);
63 ImgWidth / 2, ImgHeight / 2, /* pos */
64 ImgWidth / 2, ImgHeight / 2,