Searched refs:ComputeVertexBindingElementCount (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.h | 113 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
|
D | VertexAttribute.cpp | 152 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount) in ComputeVertexBindingElementCount() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.h | 113 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
|
D | VertexAttribute.cpp | 152 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount) in ComputeVertexBindingElementCount() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 266 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes() 331 const size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 497 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() 559 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 500 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() 567 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 368 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes() 442 size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()
|