Searched refs:ComputeVertexBindingElementCount (Results 1 – 5 of 5) sorted by relevance
116 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
150 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount) in ComputeVertexBindingElementCount() function
504 size_t totalCount = gl::ComputeVertexBindingElementCount( in reserveSpaceForAttrib()571 size_t totalCount = gl::ComputeVertexBindingElementCount( in storeDynamicAttrib()
309 size_t elementCount = gl::ComputeVertexBindingElementCount( in syncClientArrays()460 size_t streamedVertexCount = gl::ComputeVertexBindingElementCount( in syncClientArrays()
387 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes()461 size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()