Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixelstore.c67 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()
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.c1302 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()
1303 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
Dattrib.c1456 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
Dmtypes.h1321 GLint ImageHeight; member
Dteximage.c2845 if (unpackNew->ImageHeight == 0) in strip_texture_border()
2846 unpackNew->ImageHeight = *height; in strip_texture_border()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_tex_subimage.c151 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c128 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h192 { GL_PACK_IMAGE_HEIGHT, CONTEXT_INT(Pack.ImageHeight), NO_EXTRA },
200 { GL_UNPACK_IMAGE_HEIGHT, CONTEXT_INT(Unpack.ImageHeight), NO_EXTRA },