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

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

Completed in 94 milliseconds