Lines Matching defs:count
565 size_t count = 0;
569 count += GrVertexAttribTypeSize(kFloat4_GrVertexAttribType);
571 count += GrVertexAttribTypeSize(kFloat2_GrVertexAttribType) +
576 count += GrVertexAttribTypeSize(kFloat3_GrVertexAttribType);
578 count += GrVertexAttribTypeSize(kFloat2_GrVertexAttribType);
583 count += GrVertexAttribTypeSize(kFloat4_GrVertexAttribType);
586 count += this->localDimensionality() * GrVertexAttribTypeSize(kFloat_GrVertexAttribType);
589 count += GrVertexAttribTypeSize(kUByte4_norm_GrVertexAttribType);
591 count += GrVertexAttribTypeSize(kFloat4_GrVertexAttribType);
595 count += GrVertexAttribTypeSize(kFloat4_GrVertexAttribType);
598 return count;