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_dx11/src/common/
RefCountObject.cpp 8 // RefCountObject.cpp: Defines the gl::RefCountObject base class that provides
13 #include "RefCountObject.h"
15 RefCountObject::RefCountObject(GLuint id)
21 RefCountObject::~RefCountObject()
26 void RefCountObject::addRef() const
31 void RefCountObject::release() const
41 void RefCountObjectBindingPointer::set(RefCountObject *newObject
    [all...]
RefCountObject.h 7 // RefCountObject.h: Defines the gl::RefCountObject base class that provides
22 class RefCountObject
25 explicit RefCountObject(GLuint id);
26 virtual ~RefCountObject();
45 void set(RefCountObject *newObject);
46 RefCountObject *get() const { return mObject; }
53 RefCountObject *mObject;

Completed in 5680 milliseconds