Searched defs:TypedObjectWrapper (Results 1 – 1 of 1) sorted by relevance
87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper class90 …TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(gl, objectTraits(Ty… in TypedObjectWrapper() function in glu::TypedObjectWrapper91 …explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(),… in TypedObjectWrapper() function in glu::TypedObjectWrapper92 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(gl, objectTraits(Type)) {} in TypedObjectWrapper() function in glu::TypedObjectWrapper