Searched refs:actual_count (Results 1 – 1 of 1) sorted by relevance
1236 int actual_count = std::max(1, (int)((primcount + divisor - 1) / divisor)); in sendVertexAttributes() local1237 datalen = state.elementSize * actual_count; in sendVertexAttributes()1264 int actual_count = std::max(1, (int)((primcount + divisor - 1) / divisor)); in sendVertexAttributes() local1265 … bufLen = effectiveStride * (actual_count ? (actual_count - 1) : 0) + state.elementSize; in sendVertexAttributes()