Searched refs:ComputeVertexBindingElementCount (Results 1 – 4 of 4) sorted by relevance
/external/angle/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
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 502 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() 569 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 357 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes() 430 size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()
|