Lines Matching full:bindings
113 VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type = TYPE_PLANAR);
218 //! Lower named bindings to locations and eliminate bindings that are not used by program.
339 VertexBuffer::VertexBuffer (const RenderContext& context, int numBindings, const VertexArrayBinding* bindings, Type type)
346 if (!areVertexArrayLocationsValid(bindings, bindings+numBindings))
350 computeNonStridedBufferLayout(layout, bindings, bindings+numBindings);
356 srcPtrs[ndx] = bindings[ndx].pointer;
432 static void disableVertexArrays (const glw::Functions& gl, const std::vector<VertexArrayBinding>& bindings)
434 for (std::vector<VertexArrayBinding>::const_iterator vaIter = bindings.begin(); vaIter != bindings.end(); ++vaIter)
503 // Lower bindings to locations.
535 // Lower bindings to locations.