Lines Matching refs:to
33 This extension adds a new pixel storage parameter to indicate that
34 images are to be packed in top-to-bottom order instead of OpenGL's
35 conventional bottom-to-top order. Only pixel packing can be
39 Almost all known image file formats store images in top-to-bottom
41 bottom-to-top order. Thus, images usually have to be inverted before
42 writing them to a file with image I/O libraries. This extension
43 allows images to be read such that inverting isn't needed.
56 enough to define a complementary extension for pixel packing in the
71 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
75 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
79 Additions to Chapter 4 of the OpenGL 1.4 Specification (Per-Fragment
82 Add the following entry to table 4.4 (PixelStore parameters) on page 182:
93 in bottom-to-top order (the default) or top-to-bottom order. Equation
103 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
107 Additions to Chapter 6 of the OpenGL 1.4 Specification (State and
112 Additions to Appendix A of the OpenGL 1.4 Specification (Invariance)
116 Additions to the AGL/GLX/WGL Specifications
130 Add the following entry to table 6.20 (Pixels) on page 235: