Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.h50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
Dimage.c159 bytes_per_pixel = _mesa_bytes_per_pixel( format, type ); in _mesa_image_offset()
295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride()
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride()
Dglformats.c224 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() function
Dpack.c5860 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image()
Ddlist.c917 if (_mesa_bytes_per_pixel(format, type) < 0) { in unpack_image()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3544 bpp = _mesa_bytes_per_pixel(format, type); in _mesa_meta_CopyTexSubImage()