Searched refs:_mesa_bytes_per_pixel (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.h50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
H A Dimage.c159 bytes_per_pixel = _mesa_bytes_per_pixel( format, type );
295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
H A Dglformats.c224 _mesa_bytes_per_pixel(GLenum format, GLenum type) function
H A Dpack.c5860 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
H A Ddlist.c917 if (_mesa_bytes_per_pixel(format, type) < 0) {
/external/mesa3d/src/mesa/main/
H A Dglformats.h50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
H A Dimage.c159 bytes_per_pixel = _mesa_bytes_per_pixel( format, type );
295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
H A Dglformats.c224 _mesa_bytes_per_pixel(GLenum format, GLenum type) function
H A Dpack.c5860 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
H A Ddlist.c917 if (_mesa_bytes_per_pixel(format, type) < 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c3544 bpp = _mesa_bytes_per_pixel(format, type);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3544 bpp = _mesa_bytes_per_pixel(format, type);

Completed in 363 milliseconds