Home
last modified time | relevance | path

Searched refs:ImageHeight (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c69 ctx->Pack.ImageHeight = param; in pixel_storei()
158 ctx->Unpack.ImageHeight = param; in pixel_storei()
270 ctx->Pack.ImageHeight = 0; in _mesa_init_pixelstore()
284 ctx->Unpack.ImageHeight = 0; in _mesa_init_pixelstore()
307 ctx->DefaultPacking.ImageHeight = 0; in _mesa_init_pixelstore()
H A 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()
H A Dtexstore.c1309 if (packing->ImageHeight) { in _mesa_compute_compressed_pixelstore()
1310 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
H A Dattrib.c1148 dst->ImageHeight = src->ImageHeight; in copy_pixelstore()
H A Dmtypes.h1490 GLint ImageHeight; member
H A Dteximage.c2876 if (unpackNew->ImageHeight == 0) in strip_texture_border()
2877 unpackNew->ImageHeight = *height; in strip_texture_border()
/third_party/backends/backend/
H A Dmustek_usb2.c170 static void QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int ImageHeight);
1503 ImageHeight: the height of image
1508 QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int ImageHeight) in QBETDetectAutoLevel() argument
1532 TotalImgSize = ImageWidth * ImageHeight; in QBETDetectAutoLevel()
1549 for (j = 0; j < (int) ImageHeight; j++) in QBETDetectAutoLevel()
1714 for (j = 0; j < (int) ImageHeight; j++) in QBETDetectAutoLevel()
1815 unsigned int ImageHeight = ScanLines; in QBetChange() local
1824 TotalImgSize = ImageWidth * ImageHeight * 3 * 2; in QBetChange()
1831 for (j = 0; j < ImageHeight; j++) in QBetChange()
1961 QBETDetectAutoLevel (pwRGB, ImageWidth, ImageHeight); in QBetChange()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcfhd.h50 ImageHeight = 21, enumerator
H A Dcfhdenc.c592 bytestream2_put_be16(pby, ImageHeight); in cfhd_encode_frame()
H A Dcfhd.c419 } else if (tag == ImageHeight) { in cfhd_decode()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c122 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
H A Dst_pbo_compute.c768 pack->ImageHeight || in can_copy_direct()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp514 TEST_P(CopySplitTest, ImageHeight) { in TEST_P()

Completed in 34 milliseconds