Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRefCountObject.h109 BindingPointer() : mObject(nullptr) {} in BindingPointer() function
111 BindingPointer(ObjectType *object) : mObject(object) in BindingPointer() function
119 BindingPointer(const BindingPointer &other) : mObject(other.mObject) in BindingPointer() function
178 class BindingPointer; variable
207 BindingPointer() {} in BindingPointer() function
209 BindingPointer(ObjectType *object) : angle::BindingPointer<ObjectType, Context>(object) {} in BindingPointer() function
323 using BindingPointer = angle::BindingPointer<ObjectType, Display, Error>; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DObject.hpp70 class BindingPointer class
73 BindingPointer() : object(nullptr) { } in BindingPointer() function in gl::BindingPointer
75 BindingPointer(const BindingPointer<ObjectType> &other) : object(nullptr) in BindingPointer() function in gl::BindingPointer