Lines Matching refs:rowLength
87 GLint rowLength = state->storeUnpack.rowLength; in FillBitmap() local
97 if (rowLength > 0) { in FillBitmap()
98 groupsPerRow = rowLength; in FillBitmap()
169 GLint rowLength = state->storeUnpack.rowLength; in __glFillImage() local
186 if (rowLength > 0) { in __glFillImage()
187 groupsPerRow = rowLength; in __glFillImage()
275 GLint rowLength = state->storePack.rowLength; in EmptyBitmap() local
288 if (rowLength > 0) { in EmptyBitmap()
289 groupsPerRow = rowLength; in EmptyBitmap()
396 GLint rowLength = state->storePack.rowLength; in __glEmptyImage() local
412 if (rowLength > 0) { in __glEmptyImage()
413 groupsPerRow = rowLength; in __glEmptyImage()