Searched refs:srcIntFormat (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | copyimage.c | 619 GLenum srcIntFormat, dstIntFormat; in _mesa_CopyImageSubData() local 643 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubData() 727 if (!copy_format_compatible(ctx, srcIntFormat, dstIntFormat)) { in _mesa_CopyImageSubData() 778 GLenum srcIntFormat, dstIntFormat; in _mesa_CopyImageSubDataNV() local 801 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubDataNV() 825 if (srcIntFormat != dstIntFormat) { in _mesa_CopyImageSubDataNV()
|