Searched refs:TypedObjectVector (Results 1 – 1 of 1) sorted by relevance
123 template<ObjectType Type> class TypedObjectVector : public ObjectVector class126 …explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(co… in TypedObjectVector() function in glu::TypedObjectVector127 …explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, ob… in TypedObjectVector() function in glu::TypedObjectVector141 typedef TypedObjectVector<OBJECTTYPE_TEXTURE> TextureVector;142 typedef TypedObjectVector<OBJECTTYPE_BUFFER> BufferVector;143 typedef TypedObjectVector<OBJECTTYPE_RENDERBUFFER> RenderbufferVector;