Home
last modified time | relevance | path

Searched refs:ComputeVertexBindingElementCount (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DVertexAttribute.h113 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
DVertexAttribute.cpp152 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount) in ComputeVertexBindingElementCount() function
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp502 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/
DVertexArrayGL.cpp357 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes()
430 size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()