Lines Matching full:pack

98     such as glReadPixels pack (write) their data into a buffer object.
117 a pixel pack buffer object, glDrawPixels may return prior to image
230 pixel store (pack/unpack) state, and the command operation itself
265 See the "Appendix on Pack/Unpack Range" to see the computations
353 17) What is the complete list of commands that can pack (write)
354 pixels into the current pixel pack buffer object?
553 pixel pack buffer. Additionally, each vertex array has an associated
583 The current pixel unpack and pack buffer objects are designated
708 pixel pack buffer or client memory is diagrammed in figure 4.2."
715 a non-zero buffer object is bound as the current pixel pack buffer,
719 Rename "Placement in Client Memory" to "Placement in Pixel Pack
723 Pack Buffer or Client Memory" heading:
725 "If a pixel pack buffer is bound (as indicated by a non-zero value
727 pixel pack buffer and the pixels are packed into the
730 relative to the pointer. If a pixel pack buffer object is bound and
731 packing the pixel data according to the pixel pack storage state
732 would access memory beyond the size of the pixel pack buffer's
733 memory size, INVALID_OPERATION results. If a pixel pack buffer object
753 pixel pack buffer is bound (as indicated by a non-zero value of
755 pack buffer; otherwise, /data/ is a pointer to a block client memory.
759 respectively in basic machine units. If a pixel pack buffer object
774 object memory. If a pixel pack buffer is bound (as indicated by a
776 into the pixel pack buffer; otherwise, /img/ is a pointer to a block
781 "If a pixel pack buffer object is bound and packing the texture
788 image data to the pixel pack buffer or client memory pointed to by
794 "If a pixel pack buffer object is bound and ptr+n is greater than
799 "The pattern is packed into client or pixel pack buffer memory
806 pixel pack buffer memory starting at table."
811 or pixel pack buffer memory starting at image."
813 "The row and column images are returned to client or pixel pack
819 pixel pack buffer memory starting at values."
824 pack buffer memory starting at values."
856 pixel state the same way for both pack and unpack state. It may also
893 When bound to a pixel pack buffer object, the reply for pixel commands
896 pack buffer object. Indeed, forcing an unnecessary reply would hinder
915 If a "no reply" command is sent when the current pixel pack
1329 GetSeparableFilter, GetTexImage, or ReadPixels would pack (write) data
1392 A non-zero pixel pack buffer binding takes priority over the
1626 Appendix on Pack/Unpack Range
1628 The complexity of OpenGL's pixel pack/unpack state makes it difficult
1784 Added "Appendix on Pack/Unpack Range".