Lines Matching full:image
56 // Return the size of the encoded image data (does not include size of PKM header).
60 // Encode an entire image.
61 // pIn - pointer to the image data. Formatted such that
63 // pOut - pointer to encoded data. Must be large enough to store entire encoded image.
64 // pixelSize can be 2 or 3. 2 is an GL_UNSIGNED_SHORT_5_6_5 image, 3 is a GL_BYTE RGB image.
70 // Decode an entire image.
72 // pOut - pointer to the image data. Will be written such that
74 // large enough to store entire image.
75 // pixelSize can be 2 or 3. 2 is an GL_UNSIGNED_SHORT_5_6_5 image, 3 is a GL_BYTE RGB image.
94 // Read the image width from a PKM header
98 // Read the image height from a PKM header