Searched defs:clampedVertexCount (Results 1 – 4 of 4) sorted by relevance
903 uint32_t clampedVertexCount = gl::clampCast<uint32_t>(vertexOrIndexCount); in handleLineLoop() local
2661 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArrays() local2688 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArraysInstanced() local2712 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArraysInstancedBaseInstance() local
3367 uint32_t clampedVertexCount, in getIndexBufferForDrawArrays()
1760 UINT clampedVertexCount = gl::GetClampedVertexCount<UINT>(vertexCount); in drawArrays() local1912 UINT clampedVertexCount = gl::clampCast<UINT>(indexRange.vertexCount()); in drawElements() local