Home
last modified time | relevance | path

Searched refs:hgt (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/doc/tutorials/highgui/raster-gdal/
Draster_io_gdal.markdown70 \f$> gdalinfo N37W123.hgt
73 Files: N37W123.hgt
95 …tm/version2_1/SRTM1/Region_04/N37W123.hgt.zip>](http://dds.cr.usgs.gov/srtm/version2_1/SRTM1/Regio…
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c233 const unsigned hgt = u_minify(spr->base.height0, level); in sp_get_tex_image_offset() local
234 const unsigned nblocksy = util_format_get_nblocksy(spr->base.format, hgt); in sp_get_tex_image_offset()
367 const unsigned hgt = u_minify(spr->base.height0, level); in softpipe_get_transfer() local
368 const unsigned nblocksy = util_format_get_nblocksy(format, hgt); in softpipe_get_transfer()