HomeSort by relevance Sort by last modified time
    Searched refs:swapSize (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
image.c 994 GLint swapSize = _mesa_sizeof_packed_type(type);
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)
texstore.c 725 GLint swapSize = _mesa_sizeof_packed_type(srcType);
726 if (swapSize == 2 || swapSize == 4) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 482 GLint swapSize = _mesa_sizeof_packed_type(type);
483 if (swapSize == 2 || swapSize == 4) {

Completed in 252 milliseconds