Searched refs:ImageHeight (Results 1 – 7 of 7) sorted by relevance
68 ctx->Pack.ImageHeight = param; in pixel_storei()157 ctx->Unpack.ImageHeight = param; in pixel_storei()269 ctx->Pack.ImageHeight = 0; in _mesa_init_pixelstore()283 ctx->Unpack.ImageHeight = 0; in _mesa_init_pixelstore()306 ctx->DefaultPacking.ImageHeight = 0; in _mesa_init_pixelstore()
139 if (packing->ImageHeight > 0) { in _mesa_image_offset()140 rows_per_image = packing->ImageHeight; in _mesa_image_offset()375 if (packing->ImageHeight == 0) in _mesa_image_image_stride()378 bytesPerImage = bytesPerRow * packing->ImageHeight; in _mesa_image_image_stride()
1306 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()1307 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
1552 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
1398 GLint ImageHeight; member
2864 if (unpackNew->ImageHeight == 0) in strip_texture_border()2865 unpackNew->ImageHeight = *height; in strip_texture_border()
131 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()