• Home
  • Raw
  • Download

Lines Matching refs:zoffset

2776                                        GLint zoffset,  in copytexsubimage_using_blit_framebuffer()  argument
2800 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2807 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2814 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2857 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_CopyTexSubImage() argument
2868 xoffset, yoffset, zoffset, in _mesa_meta_CopyTexSubImage()
2924 xoffset, zoffset, 0, width, 1, 1, in _mesa_meta_CopyTexSubImage()
2928 xoffset, yoffset, zoffset, width, height, 1, in _mesa_meta_CopyTexSubImage()
3229 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_GetTexSubImage() argument
3281 _mesa_GetTexSubImage_sw(ctx, xoffset, yoffset, zoffset, in _mesa_meta_GetTexSubImage()
3428 GLint zoffset) in cleartexsubimage_color() argument
3437 texImage, zoffset); in cleartexsubimage_color()
3477 GLint zoffset) in cleartexsubimage_depth_stencil() argument
3485 texImage, zoffset); in cleartexsubimage_depth_stencil()
3490 texImage, zoffset); in cleartexsubimage_depth_stencil()
3529 GLint zoffset, in cleartexsubimage_for_zoffset() argument
3545 clearValue, zoffset); in cleartexsubimage_for_zoffset()
3548 success = cleartexsubimage_color(ctx, texImage, clearValue, zoffset); in cleartexsubimage_for_zoffset()
3560 GLint xoffset, GLint yoffset, GLint zoffset, in cleartexsubimage_using_fbo() argument
3579 for (z = zoffset; z < zoffset + depth; z++) { in cleartexsubimage_using_fbo()
3594 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_ClearTexSubImage() argument
3601 xoffset, yoffset, zoffset, in _mesa_meta_ClearTexSubImage()
3613 xoffset, yoffset, zoffset, in _mesa_meta_ClearTexSubImage()