Home
last modified time | relevance | path

Searched refs:srcIntFormat (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c615 GLenum srcIntFormat, dstIntFormat; in _mesa_CopyImageSubData() local
639 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubData()
723 if (!copy_format_compatible(ctx, srcIntFormat, dstIntFormat)) { in _mesa_CopyImageSubData()
774 GLenum srcIntFormat, dstIntFormat; in _mesa_CopyImageSubDataNV() local
797 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubDataNV()
821 if (srcIntFormat != dstIntFormat) { in _mesa_CopyImageSubDataNV()

Completed in 2 milliseconds