Home | History | Annotate | Download | only in src

Lines Matching refs:dstx

6816                                        uint32_t dstx, uint32_t srcx,
6822 glCopyBufferSubData(GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, srcx, dstx, width);
6830 uint32_t dstx, uint32_t dsty,
6965 glCompressedTexSubImage1D(ctarget, dst_level, dstx,
6969 glCompressedTexSubImage2D(ctarget, dst_level, dstx, dsty,
6975 glTexSubImage1D(ctarget, dst_level, dstx, src_box->width, glformat, gltype, tptr + slice_offset);
6979 glTexSubImage3D(ctarget, dst_level, dstx, dsty, dstz, src_box->width, src_box->height, src_box->depth, glformat, gltype, tptr + slice_offset);
6981 glTexSubImage2D(ctarget, dst_level, dstx, dsty, src_box->width, src_box->height, glformat, gltype, tptr + slice_offset);
6995 uint32_t dst_level, uint32_t dstx, uint32_t dsty, uint32_t dstz)
7002 dst_level, dstx, dsty, dstz,
7009 uint32_t dstx, uint32_t dsty, uint32_t dstz,
7034 vrend_resource_buffer_copy(ctx, src_res, dst_res, dstx,
7043 dst_level, dstx, dsty, dstz);
7049 vrend_resource_copy_fallback(src_res, dst_res, dst_level, dstx,
7090 dstx, dy1,
7091 dstx + src_box->width,