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

/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp61 const ObjectTraits& objectTraits (ObjectType type);
88 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {}
89 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(gl, objectTraits(Type)) {}
123 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {}
124 explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type), numObjects) {}
H A DgluObjectWrapper.cpp73 const ObjectTraits& objectTraits (ObjectType type) function in namespace:glu

Completed in 174 milliseconds