Lines Matching defs:x0
78 int x0 = 0, y0 = 0;
81 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, x0, y0, w, h);
83 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, x0, y1, x0, y1, 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;
115 glPixelStorei(GL_UNPACK_SKIP_PIXELS, x0);
116 glTexSubImage2D(GL_TEXTURE_2D, 0, x0, y0, w, h,
125 glPixelStorei(GL_UNPACK_SKIP_PIXELS, x0);
126 glTexSubImage2D(GL_TEXTURE_2D, 0, x0, y1, w, h,