|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Image.h>
Public Member Functions | |
| Image (rx::ImageImpl *impl, EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) | |
| ~Image () | |
| const gl::Format & | getFormat () const |
| size_t | getWidth () const |
| size_t | getHeight () const |
| size_t | getSamples () const |
| rx::ImageImpl * | getImplementation () |
| const rx::ImageImpl * | getImplementation () const |
Public Member Functions inherited from RefCountObject | |
| RefCountObject (GLuint id) | |
| void | addRef () const |
| void | release () const |
| GLuint | id () const |
| size_t | getRefCount () const |
Friends | |
| class | ImageSibling |
Additional Inherited Members | |
Protected Member Functions inherited from RefCountObject | |
| virtual | ~RefCountObject () |
| egl::Image::Image | ( | rx::ImageImpl * | impl, |
| EGLenum | target, | ||
| ImageSibling * | buffer, | ||
| const AttributeMap & | attribs | ||
| ) |
| egl::Image::~Image | ( | ) |
| const gl::Format & egl::Image::getFormat | ( | ) | const |
| size_t egl::Image::getHeight | ( | ) | const |
| rx::ImageImpl * egl::Image::getImplementation | ( | ) |
| const rx::ImageImpl * egl::Image::getImplementation | ( | ) | const |
| size_t egl::Image::getSamples | ( | ) | const |
| size_t egl::Image::getWidth | ( | ) | const |
|
friend |
1.8.13