Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp265 for (size_t boundAttribute : binding->getBoundAttributesMask()) in updateCachedBufferBindingSize() local
267 mState.mVertexAttributes[boundAttribute].updateCachedElementLimit(*binding); in updateCachedBufferBindingSize()
/third_party/flutter/skia/third_party/externals/angle2/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.cpp231 for (size_t boundAttribute : binding->getBoundAttributesMask()) in updateCachedBufferBindingSize() local
233 mState.mVertexAttributes[boundAttribute].updateCachedElementLimit(*binding); in updateCachedBufferBindingSize()