Home
last modified time | relevance | path

Searched refs:_mesa_bytes_per_pixel (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.c176 bytes_per_pixel = _mesa_bytes_per_pixel( format, type ); in _mesa_image_offset()
312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride()
359 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride()
999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; in _mesa_swap_bytes_2d_image()
1005 assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0); in _mesa_swap_bytes_2d_image()
Dglformats.h55 _mesa_bytes_per_pixel( GLenum format, GLenum type );
Dpack.c1221 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image()
Dglformats.c424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() function
Ddlist.c1252 if (_mesa_bytes_per_pixel(format, type) < 0) { in unpack_image()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c788 const uint32_t cpp = _mesa_bytes_per_pixel(format, type); in blorp_get_client_bo()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c395 const GLint bpp = _mesa_bytes_per_pixel(format, type); in make_texture()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2913 bpp = _mesa_bytes_per_pixel(format, type); in _mesa_meta_CopyTexSubImage()