|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <renderer_utils.h>
Public Member Functions | |
| PackPixelsParams () | |
| PackPixelsParams (const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch, const gl::PixelPackState &pack, ptrdiff_t offset) | |
Public Attributes | |
| gl::Rectangle | area |
| GLenum | format |
| GLenum | type |
| GLuint | outputPitch |
| gl::Buffer * | packBuffer |
| gl::PixelPackState | pack |
| ptrdiff_t | offset |
| rx::PackPixelsParams::PackPixelsParams | ( | ) |
| rx::PackPixelsParams::PackPixelsParams | ( | const gl::Rectangle & | area, |
| GLenum | format, | ||
| GLenum | type, | ||
| GLuint | outputPitch, | ||
| const gl::PixelPackState & | pack, | ||
| ptrdiff_t | offset | ||
| ) |
| gl::Rectangle rx::PackPixelsParams::area |
| GLenum rx::PackPixelsParams::format |
| ptrdiff_t rx::PackPixelsParams::offset |
| GLuint rx::PackPixelsParams::outputPitch |
| gl::PixelPackState rx::PackPixelsParams::pack |
| gl::Buffer* rx::PackPixelsParams::packBuffer |
| GLenum rx::PackPixelsParams::type |
1.8.13