Searched defs:bytesPerRow (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 176 uint32 bytesPerRow = fBitmap->BytesPerRow(); in SwapBuffers() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 525 const uint bytesPerRow = width * util_format_get_blocksize(dst_format); in st_ReadPixels() local
|
D | st_cb_texture.c | 1571 const uint bytesPerRow = width * util_format_get_blocksize(src_format); in st_TexSubImage() local 2052 const uint bytesPerRow = width * util_format_get_blocksize(dst_format); in st_GetTexSubImage() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 298 GLint bytesPerRow, remainder; in _mesa_image_row_stride() local 346 GLint bytesPerRow, bytesPerImage, remainder; in _mesa_image_image_stride() local
|
D | readpix.c | 223 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
|
D | texstore.c | 115 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture() local
|
D | pack.c | 1205 GLint bytesPerRow, compsPerRow; in _mesa_unpack_image() local
|
D | texgetimage.c | 641 const GLint bytesPerRow = width * bpp; in get_tex_memcpy() local
|
/external/dng_sdk/source/ |
D | dng_ifd.cpp | 4069 uint32 bytesPerRow = SafeUint32DivideUp(bitsPerRow, 8); in TileByteCount() local
|
D | dng_read_image.cpp | 1064 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16); in dng_image_spooler() local 1825 uint32 bytesPerRow = SafeUint32Mult (tileArea.W(), planes, in ReadLosslessJPEG() local 3044 uint32 bytesPerRow = SafeUint32Mult (ifd.fTileWidth, innerSamples, in Read() local
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 396 GLint bytesPerRow, i; in compute_row_addresses() local
|