Lines Matching refs:ImgWidth
16 static GLint ImgWidth, ImgHeight;
31 ImgWidth = WinWidth / 3;
34 glViewport(0, 0, ImgWidth, ImgHeight);
35 glScissor(0, 0, ImgWidth, ImgHeight);
82 } while (x <= ImgWidth && y <= ImgHeight);
87 glBlitFramebufferEXT(0, 0, ImgWidth, ImgHeight,
88 x, y, x + ImgWidth, y + ImgHeight,
95 glCopyPixels(0, 0, ImgWidth, ImgHeight, GL_COLOR);
136 mbRate = ImgWidth * ImgHeight * bpp * copyRate / (1024 * 1024);
138 printf("Image size: %d x %d, %d Bpp\n", ImgWidth, ImgHeight, bpp);