Searched refs:ImageHeight (Results 1 – 9 of 9) sorted by relevance
67 ctx->Pack.ImageHeight = param; in _mesa_PixelStorei()151 ctx->Unpack.ImageHeight = param; in _mesa_PixelStorei()240 ctx->Pack.ImageHeight = 0; in _mesa_init_pixelstore()255 ctx->Unpack.ImageHeight = 0; in _mesa_init_pixelstore()279 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()
1302 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()1303 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
1456 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
1321 GLint ImageHeight; member
2845 if (unpackNew->ImageHeight == 0) in strip_texture_border()2846 unpackNew->ImageHeight = *height; in strip_texture_border()
151 int image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight; in create_texture_for_pbo()215 image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight; in _mesa_meta_pbo_TexSubImage()367 image_height = packing->ImageHeight == 0 ? height : packing->ImageHeight; in _mesa_meta_pbo_GetTexSubImage()
128 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
192 { GL_PACK_IMAGE_HEIGHT, CONTEXT_INT(Pack.ImageHeight), NO_EXTRA },200 { GL_UNPACK_IMAGE_HEIGHT, CONTEXT_INT(Unpack.ImageHeight), NO_EXTRA },