Home
last modified time | relevance | path

Searched refs:boundAttribute (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DVertexAttribute.cpp18 VertexBinding::VertexBinding(GLuint boundAttribute) : mStride(16u), mDivisor(0), mOffset(0) in VertexBinding() argument
20 mBoundAttributesMask.set(boundAttribute); in VertexBinding()
DVertexAttribute.h28 explicit VertexBinding(GLuint boundAttribute);
DVertexArray.cpp247 for (size_t boundAttribute : binding->getBoundAttributesMask()) in updateCachedBufferBindingSize() local
249 mState.mVertexAttributes[boundAttribute].updateCachedElementLimit(*binding); in updateCachedBufferBindingSize()