Searched defs:clampedVertexCount (Results 1 – 4 of 4) sorted by relevance
1213 uint32_t clampedVertexCount = gl::clampCast<uint32_t>(vertexOrIndexCount); in handleLineLoop() local
4048 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArrays() local4075 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArraysInstanced() local4099 uint32_t clampedVertexCount = gl::GetClampedVertexCount<uint32_t>(count); in drawArraysInstancedBaseInstance() local
4836 uint32_t clampedVertexCount, in getIndexBufferForDrawArrays()
1872 UINT clampedVertexCount = gl::GetClampedVertexCount<UINT>(vertexCount); in drawArrays() local2030 UINT clampedVertexCount = gl::clampCast<UINT>(indexRange.vertexCount()); in drawElements() local