Home | History | Annotate | Download | only in libagl

Lines Matching full:yoffset

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);
1227 GLint yoffset, GLsizei width, GLsizei height,
1237 GLint yoffset, GLsizei width, GLsizei height,
1245 if (xoffset<0 || yoffset<0 || width<0 || height<0 || level<0) {
1268 (yoffset + height > GLsizei(surface.height))) {
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) {
1447 (yoffset + height > GLsizei(surface.height))) {
1472 txSurface, xoffset, yoffset,