Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:RefCountObject

7 // RefCountObject.cpp: Defines the gl::RefCountObject base class that provides
12 #include "RefCountObject.h"
17 RefCountObject::RefCountObject(GLuint id)
23 RefCountObject::~RefCountObject()
28 void RefCountObject::addRef() const
33 void RefCountObject::release() const
43 void RefCountObjectBindingPointer::set(RefCountObject *newObject)