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

/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp63 class ObjectWrapper class in namespace:glu
66 ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits);
67 ~ObjectWrapper (void);
78 ObjectWrapper (const ObjectWrapper& other);
79 ObjectWrapper& operator= (const ObjectWrapper& other);
85 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper
88 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {}
89 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(g
[all...]
H A DgluObjectWrapper.cpp35 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits) function in class:glu::ObjectWrapper
57 ObjectWrapper::~ObjectWrapper (void)

Completed in 72 milliseconds