Home
last modified time | relevance | path

Searched defs:TypedObjectWrapper (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluObjectWrapper.hpp87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper class
90TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(gl, objectTraits(Ty… in TypedObjectWrapper() function in glu::TypedObjectWrapper
91 …explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(),… in TypedObjectWrapper() function in glu::TypedObjectWrapper
92 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(gl, objectTraits(Type)) {} in TypedObjectWrapper() function in glu::TypedObjectWrapper