Lines Matching refs:clearValue
3431 const GLvoid *clearValue, in cleartexsubimage_color() argument
3454 if (clearValue) in cleartexsubimage_color()
3455 _mesa_unpack_uint_rgba_row(format, 1, clearValue, in cleartexsubimage_color()
3465 if (clearValue) in cleartexsubimage_color()
3466 _mesa_unpack_rgba_row(format, 1, clearValue, in cleartexsubimage_color()
3480 const GLvoid *clearValue, in cleartexsubimage_depth_stencil() argument
3500 if (clearValue) { in cleartexsubimage_depth_stencil()
3508 clearValue, in cleartexsubimage_depth_stencil()
3532 const GLvoid *clearValue) in cleartexsubimage_for_zoffset() argument
3547 clearValue, zoffset); in cleartexsubimage_for_zoffset()
3550 success = cleartexsubimage_color(ctx, texImage, clearValue, zoffset); in cleartexsubimage_for_zoffset()
3564 const GLvoid *clearValue) in cleartexsubimage_using_fbo() argument
3582 if (!cleartexsubimage_for_zoffset(ctx, texImage, z, clearValue)) { in cleartexsubimage_using_fbo()
3598 const GLvoid *clearValue) in _mesa_meta_ClearTexSubImage() argument
3605 clearValue); in _mesa_meta_ClearTexSubImage()
3617 clearValue); in _mesa_meta_ClearTexSubImage()