Home
last modified time | relevance | path

Searched defs:BindingPointer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DRefCountObject.h138 BindingPointer() : mObject(nullptr) {} in BindingPointer() function
140 BindingPointer(ObjectType *object) : mObject(object) in BindingPointer() function
148 BindingPointer(const BindingPointer &other) : mObject(other.mObject) in BindingPointer() function
207 class BindingPointer; variable
239 BindingPointer() {} in BindingPointer() function
241 BindingPointer(ObjectType *object) : angle::BindingPointer<ObjectType, Context>(object) {} in BindingPointer() function
356 using BindingPointer = angle::BindingPointer<ObjectType, Display, Error>; variable