Home | History | Annotate | Download | only in swrast

Lines Matching refs:readFormat

516    gl_format readFormat = _mesa_get_srgb_format_linear(readRb->Format);
518 GLuint bpp = _mesa_get_format_bytes(readFormat);
527 if (_mesa_get_format_max_bits(readFormat) == 8 &&
528 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) {
644 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
648 _mesa_unpack_rgba_row(readFormat, srcWidth,
661 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
663 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
667 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0);
668 _mesa_unpack_rgba_row(readFormat, srcWidth, src1, srcBuffer1);