Searched refs:_mesa_bytes_per_pixel (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.c | 176 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()
|
D | glformats.h | 55 _mesa_bytes_per_pixel( GLenum format, GLenum type );
|
D | pack.c | 1221 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image()
|
D | glformats.c | 424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() function
|
D | dlist.c | 1252 if (_mesa_bytes_per_pixel(format, type) < 0) { in unpack_image()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 788 const uint32_t cpp = _mesa_bytes_per_pixel(format, type); in blorp_get_client_bo()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 395 const GLint bpp = _mesa_bytes_per_pixel(format, type); in make_texture()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2913 bpp = _mesa_bytes_per_pixel(format, type); in _mesa_meta_CopyTexSubImage()
|