Searched defs:VertexBinding (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ | ||
H A D | VertexAttribute.cpp | 16 VertexBinding::VertexBinding() : VertexBinding(0) {} in VertexBinding() function in gl::VertexBinding 18 VertexBinding::VertexBinding(GLuint boundAttribute) : mStride(16u), mDivisor(0), mOffset(0) in VertexBinding() function in gl::VertexBinding 23 VertexBinding::VertexBinding(VertexBinding &&binding) in VertexBinding() function in gl::VertexBinding [all...] |
Completed in 1 milliseconds