Searched refs:boundAttribute (Results 1 – 3 of 3) sorted by relevance
18 VertexBinding::VertexBinding(GLuint boundAttribute) : mStride(16u), mDivisor(0), mOffset(0) in VertexBinding() argument20 mBoundAttributesMask.set(boundAttribute); in VertexBinding()
28 explicit VertexBinding(GLuint boundAttribute);
247 for (size_t boundAttribute : binding->getBoundAttributesMask()) in updateCachedBufferBindingSize() local249 mState.mVertexAttributes[boundAttribute].updateCachedElementLimit(*binding); in updateCachedBufferBindingSize()