HomeSort by relevance Sort by last modified time
    Searched defs:RefCountObject (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/common/
RefCountObject.cpp 7 // RefCountObject.cpp: Defines the gl::RefCountObject base class that provides
12 #include "RefCountObject.h"
14 RefCountObject::RefCountObject(GLuint id)
20 RefCountObject::~RefCountObject()
25 void RefCountObject::addRef() const
30 void RefCountObject::release() const
40 void RefCountObjectBindingPointer::set(RefCountObject *newObject
    [all...]
RefCountObject.h 7 // RefCountObject.h: Defines the gl::RefCountObject base class that provides
21 class RefCountObject
24 explicit RefCountObject(GLuint id);
25 virtual ~RefCountObject();
44 void set(RefCountObject *newObject);
45 RefCountObject *get() const { return mObject; }
52 RefCountObject *mObject;

Completed in 93 milliseconds