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

/external/deqp/framework/opengl/
H A DgluObjectWrapper.cpp36 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits) function in class:glu::ObjectWrapper
58 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object) function in class:glu::ObjectWrapper
66 ObjectWrapper::~ObjectWrapper (void)
H A DgluObjectWrapper.hpp64 class ObjectWrapper class in namespace:glu
67 ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits);
68 ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object);
69 ~ObjectWrapper (void);
80 ObjectWrapper (const ObjectWrapper& other);
81 ObjectWrapper& operator= (const ObjectWrapper& other);
87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper
90 TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(g
[all...]

Completed in 46 milliseconds