Lines Matching refs:y0
78 int x0 = 0, y0 = 0;
81 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, x0, y0, w, h);
82 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x1, y0, x1, y0, w, h);
87 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, x1, y1, w, h);
88 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x1, y0, x0, y1, w, h);
89 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y1, x1, y0, w, h);
90 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x1, y1, x0, y0, w, h);
109 int x0 = 0, y0 = 0;
114 glPixelStorei(GL_UNPACK_SKIP_ROWS, y0);
116 glTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, w, h,
119 glPixelStorei(GL_UNPACK_SKIP_ROWS, y0);
121 glTexSubImage2D(GL_TEXTURE_2D, 0, x1, y0, w, h,