Searched refs:groupsPerRow (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glx/ |
D | pixel.c | 94 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in FillBitmap() local 98 groupsPerRow = rowLength; in FillBitmap() 101 groupsPerRow = width; in FillBitmap() 104 rowSize = (groupsPerRow * components + 7) >> 3; in FillBitmap() 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local 187 groupsPerRow = rowLength; in __glFillImage() 190 groupsPerRow = width; in __glFillImage() 204 rowSize = groupsPerRow * groupSize; in __glFillImage() 280 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in EmptyBitmap() local 289 groupsPerRow = rowLength; in EmptyBitmap() [all …]
|