Lines Matching full:yoffset
1423 GLint yoffset, GLint zoffset, GLsizei width,1535 if (yoffset < -yBorder) {1536 _mesa_error(ctx, GL_INVALID_VALUE, "glInvalidateSubTexImage(yoffset)");1540 if (yoffset + height > imageHeight + yBorder) {1542 "glInvalidateSubTexImage(yoffset+height)");