Lines Matching refs:newDstFormat
3613 gl_format newDstFormat; in _mesa_texstore_srgb8() local
3619 newDstFormat = MESA_FORMAT_RGB888; in _mesa_texstore_srgb8()
3622 newDstFormat, in _mesa_texstore_srgb8()
3634 gl_format newDstFormat; in _mesa_texstore_srgba8() local
3640 newDstFormat = MESA_FORMAT_RGBA8888; in _mesa_texstore_srgba8()
3642 newDstFormat, in _mesa_texstore_srgba8()
3654 gl_format newDstFormat; in _mesa_texstore_sargb8() local
3660 newDstFormat = MESA_FORMAT_ARGB8888; in _mesa_texstore_sargb8()
3663 newDstFormat, in _mesa_texstore_sargb8()
3675 gl_format newDstFormat; in _mesa_texstore_sl8() local
3680 newDstFormat = MESA_FORMAT_L8; in _mesa_texstore_sl8()
3684 newDstFormat, in _mesa_texstore_sl8()
3696 gl_format newDstFormat; in _mesa_texstore_sla8() local
3702 newDstFormat = MESA_FORMAT_AL88; in _mesa_texstore_sla8()
3705 newDstFormat, in _mesa_texstore_sla8()