Home
last modified time | relevance | path

Searched refs:ImageHeight (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixelstore.c68 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()
Dimage.c139 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()
Dtexstore.c1306 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()
1307 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
Dattrib.c1552 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
Dmtypes.h1398 GLint ImageHeight; member
Dteximage.c2864 if (unpackNew->ImageHeight == 0) in strip_texture_border()
2865 unpackNew->ImageHeight = *height; in strip_texture_border()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c131 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()