Lines Matching defs:count
1557 int count, img;
1561 count = srcWidth * srcHeight;
1562 indexes = malloc(count * sizeof(GLuint));
1568 rgba = malloc(4 * count * srcDepth * sizeof(GLfloat));
1584 extract_uint_indexes(count, indexes, srcFormat, srcType, srcPtr, srcPacking);
1587 _mesa_shift_and_offset_ci(ctx, count, indexes);
1589 _mesa_map_ci_to_rgba(ctx, count, indexes, (float (*)[4])dstPtr);
1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr);
1614 int count, i;
1622 count = srcWidth * srcHeight * srcDepth;
1623 dst = malloc(count * 4 * sizeof(GLubyte));
1624 for (i = 0; i < count; i++) {