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

/external/swiftshader/src/OpenGL/common/
H A DObject.hpp68 class BindingPointer class in namespace:gl
71 BindingPointer() : object(nullptr) { } function in class:gl::BindingPointer
73 BindingPointer(const BindingPointer<ObjectType> &other) : object(nullptr) function in class:gl::BindingPointer
78 ~BindingPointer()
93 ObjectType *operator=(const BindingPointer<ObjectType> &other)

Completed in 88 milliseconds