Home | History | Annotate | Download | only in libagl

Lines Matching full:xoffset

272         GLint xoffset, GLint yoffset,
282 ((xoffset|yoffset) == 0))
300 ggl->texCoord2i(ggl, x-xoffset, y-yoffset);
301 ggl->recti(ggl, xoffset, yoffset, xoffset+w, yoffset+h);
1226 GLenum /*target*/, GLint /*level*/, GLint /*xoffset*/,
1236 GLenum target, GLint level, GLint xoffset,
1245 if (xoffset<0 || yoffset<0 || width<0 || height<0 || level<0) {
1267 if ((xoffset + width > GLsizei(surface.width)) ||
1298 surface, xoffset, yoffset,
1421 GLenum target, GLint level, GLint xoffset, GLint yoffset,
1429 if (xoffset<0 || yoffset<0 || width<0 || height<0 || level<0) {
1446 if ((xoffset + width > GLsizei(surface.width)) ||
1472 txSurface, xoffset, yoffset,