Lines Matching refs:dstTarget
582 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
605 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument
625 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
709 if (!check_region_bounds(ctx, dstTarget, dstTexImage, dstRenderbuffer, in _mesa_CopyImageSubData()
741 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV_no_error() argument
753 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubDataNV_no_error()
764 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV() argument
783 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubDataNV()
799 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubDataNV()
871 if (!check_region_bounds(ctx, dstTarget, dstTexImage, dstRenderbuffer, in _mesa_CopyImageSubDataNV()