openscenegraph
|
Public Member Functions | |
Extensions (unsigned int contextID) | |
Extensions (const Extensions &rhs) | |
void | lowestCommonDenominator (const Extensions &rhs) |
void | setupGLExtensions (unsigned int contextID) |
void | setPointParametersSupported (bool flag) |
bool | isPointParametersSupported () const |
void | setPointSpriteCoordOriginSupported (bool flag) |
bool | isPointSpriteCoordOriginSupported () const |
void | glPointParameteri (GLenum pname, GLint param) const |
void | glPointParameterf (GLenum pname, GLfloat param) const |
void | glPointParameterfv (GLenum pname, const GLfloat *params) const |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Protected Types | |
typedef void(GL_APIENTRY * | GLPointParameteriProc) (GLenum pname, GLint param) |
typedef void(GL_APIENTRY * | GLPointParameterfProc) (GLenum pname, GLfloat param) |
typedef void(GL_APIENTRY * | GLPointParameterfvProc) (GLenum pname, const GLfloat *params) |
Protected Member Functions | |
~Extensions () | |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Protected Attributes | |
bool | _isPointParametersSupported |
bool | _isPointSpriteCoordOriginSupported |
GLPointParameteriProc | _glPointParameteri |
GLPointParameterfProc | _glPointParameterf |
GLPointParameterfvProc | _glPointParameterfv |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.
|
protected |
|
protected |
|
protected |
osg::Point::Extensions::Extensions | ( | unsigned int | contextID | ) |
osg::Point::Extensions::Extensions | ( | const Extensions & | rhs | ) |
|
inlineprotected |
void osg::Point::Extensions::glPointParameterf | ( | GLenum | pname, |
GLfloat | param | ||
) | const |
void osg::Point::Extensions::glPointParameterfv | ( | GLenum | pname, |
const GLfloat * | params | ||
) | const |
void osg::Point::Extensions::glPointParameteri | ( | GLenum | pname, |
GLint | param | ||
) | const |
|
inline |
|
inline |
void osg::Point::Extensions::lowestCommonDenominator | ( | const Extensions & | rhs | ) |
|
inline |
|
inline |
void osg::Point::Extensions::setupGLExtensions | ( | unsigned int | contextID | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |