Searched refs:RowLength (Results 1 – 19 of 19) sorted by relevance
70 if (ctx->Pack.RowLength == param) in _mesa_PixelStorei()73 ctx->Pack.RowLength = param; in _mesa_PixelStorei()173 if (ctx->Unpack.RowLength == param) in _mesa_PixelStorei()176 ctx->Unpack.RowLength = param; in _mesa_PixelStorei()265 ctx->Pack.RowLength = 0; in _mesa_init_pixelstore()278 ctx->Unpack.RowLength = 0; in _mesa_init_pixelstore()298 ctx->DefaultPacking.RowLength = 0; in _mesa_init_pixelstore()
116 if (packing->RowLength > 0) { in _mesa_image_offset()117 pixels_per_row = packing->RowLength; in _mesa_image_offset()286 if (packing->RowLength == 0) { in _mesa_image_row_stride()290 bytesPerRow = (packing->RowLength + 7) / 8; in _mesa_image_row_stride()298 if (packing->RowLength == 0) { in _mesa_image_row_stride()302 bytesPerRow = bytesPerPixel * packing->RowLength; in _mesa_image_row_stride()334 if (packing->RowLength == 0) { in _mesa_image_image_stride()338 bytesPerRow = (packing->RowLength + 7) / 8; in _mesa_image_image_stride()346 if (packing->RowLength == 0) { in _mesa_image_image_stride()350 bytesPerRow = bytesPerPixel * packing->RowLength; in _mesa_image_image_stride()[all …]
176 srcPacking->RowLength != srcWidth || in _mesa_texstore_rgb_dxt1()229 srcPacking->RowLength != srcWidth || in _mesa_texstore_rgba_dxt1()282 srcPacking->RowLength != srcWidth || in _mesa_texstore_rgba_dxt3()334 srcPacking->RowLength != srcWidth || in _mesa_texstore_rgba_dxt5()
1337 dst->RowLength = src->RowLength; in copy_pixelstore()
717 { GL_PACK_ROW_LENGTH, CONTEXT_INT(Pack.RowLength), NO_EXTRA },720 { GL_UNPACK_ROW_LENGTH, CONTEXT_INT(Unpack.RowLength), NO_EXTRA },
2885 if (unpackNew->RowLength == 0) in strip_texture_border()2886 unpackNew->RowLength = *width; in strip_texture_border()
74 srcPacking->RowLength != srcWidth || in _mesa_texstore_rgb_fxt1()
1533 GLint RowLength; member
110 if (pack->RowLength > 0) in do_blit_readpixels()111 rowLength = pack->RowLength; in do_blit_readpixels()
175 if (unpack->RowLength > 0) in try_pbo_upload()176 src_stride = unpack->RowLength; in try_pbo_upload()
121 if (pack->RowLength > 0) { in do_blit_readpixels()122 dst_rowstride = pack->RowLength; in do_blit_readpixels()
388 const int rowLength = clippedUnpack.RowLength; in xmesa_DrawPixels_8R8G8B()522 const int rowLength = clippedUnpack.RowLength; in xmesa_DrawPixels_5R6G5B()
1076 if (unpack->RowLength == 0) in clamp_size()1077 unpack->RowLength = *width; in clamp_size()
2226 if (tileUnpack.RowLength == 0) in tiled_draw_pixels()2227 tileUnpack.RowLength = width; in tiled_draw_pixels()