Home
last modified time | relevance | path

Searched defs:boundAttribute (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DVertexAttribute.cpp18 VertexBinding::VertexBinding(GLuint boundAttribute) : mStride(16u), mDivisor(0), mOffset(0) in VertexBinding()
DVertexArray.cpp247 for (size_t boundAttribute : binding->getBoundAttributesMask()) in updateCachedBufferBindingSize() local