|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <RefCountObject.h>
Public Member Functions | |
| OffsetBindingPointer () | |
| void | set (ObjectType *newObject) override |
| void | set (ObjectType *newObject, GLintptr offset, GLsizeiptr size) |
| GLintptr | getOffset () const |
| GLsizeiptr | getSize () const |
| bool | operator== (const OffsetBindingPointer< ObjectType > &other) const |
| bool | operator!= (const OffsetBindingPointer< ObjectType > &other) const |
Public Member Functions inherited from BindingPointer< ObjectType > | |
| BindingPointer () | |
| BindingPointer (const BindingPointer< ObjectType > &other) | |
| void | operator= (const BindingPointer< ObjectType > &other) |
| virtual | ~BindingPointer () |
| ObjectType * | get () const |
| ObjectType * | operator-> () const |
| GLuint | id () const |
| bool | operator== (const BindingPointer< ObjectType > &other) const |
| bool | operator!= (const BindingPointer< ObjectType > &other) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from BindingPointer< ObjectType >.
|
inline |
1.8.13