Searched refs:swapSize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c994 GLint swapSize = _mesa_sizeof_packed_type(type); local in function:_mesa_swap_bytes_2d_image
998 if (swapSize == 2 || swapSize == 4) {
999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize;
1005 assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0);
1009 if (swapSize == 2)
1011 else if (swapSize == 4)
H A Dtexstore.c724 GLint swapSize = _mesa_sizeof_packed_type(srcType); local in function:texstore_rgba
725 if (swapSize == 2 || swapSize == 4) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c994 GLint swapSize = _mesa_sizeof_packed_type(type); local in function:_mesa_swap_bytes_2d_image
998 if (swapSize == 2 || swapSize == 4) {
999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize;
1005 assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0);
1009 if (swapSize == 2)
1011 else if (swapSize == 4)
H A Dtexstore.c722 GLint swapSize = _mesa_sizeof_packed_type(srcType); local in function:texstore_rgba
723 if (swapSize == 2 || swapSize == 4) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c490 GLint swapSize = _mesa_sizeof_packed_type(type); local in function:draw_rgba_pixels
491 if (swapSize == 2 || swapSize == 4) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c490 GLint swapSize = _mesa_sizeof_packed_type(type); local in function:draw_rgba_pixels
491 if (swapSize == 2 || swapSize == 4) {

Completed in 9 milliseconds